Simple Tutorial RViz launch missing -d
path to .rviz
file
#357
Labels
enhancement
New feature or request
-d
path to .rviz
file
#357
Under the ROS 1 section for the Simple Tutorial, the launch command reads
Executing that directly will show
Fixed Frame [map] does not exist
because RViz is usingdefault.rviz
configuration. I had to specify the.rviz
file using-d
to get the visualization working:After this it works great!
Is this just my setup, or should the doc change from just
rviz
to something like:rviz -d src/open_vins/ov_msckf/launch/display.rviz
?The text was updated successfully, but these errors were encountered: