RVIZ start specific config file
Hi all.
I am just wondering if is it possible to configure RViz such that when I start it, it will start automatically with a specific config file.
In advance thank you.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi all.
I am just wondering if is it possible to configure RViz such that when I start it, it will start automatically with a specific config file.
In advance thank you.
well, I found out that saving the configuration as a default.rviz, next time I open it, it will automatically load the configuration :)
Use the command line parameter -d <arg>
at startup. <arg>
is the path to your .vcg-file:
rosrun rviz rviz -d <arg>
For a launch file:
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find my_pkg)/path_to_config/config.rviz"/>
Asked: 2013-09-05 22:51:48 -0600
Seen: 29,866 times
Last updated: Nov 19 '21
How to visualize surface normals as Marker::Arrow for each point in rviz?
Corrected Odometry from GMapping / Karto?
Visualizing continuous and revolute joint types in rviz
How to add Kinect sensor input to a URDF model?
Has there been progress for URDF transform jitter in RVIZ?
Starting rviz, failed to initialize ogre, cannot find RenderSystem_GL.so
rviz installation issues on 64bit snow-leopard using ROS Diamondback
pioneer 3dx simulation using rviz and stage
How can I visualize covariance data using ROS tools?
std_msgs/ColorRGBA[].displaying different color for each point