RViz plugin to publish a message over /write_button so that we can write the poses from lidar slam to a file.
Install ROS
- Add the project path to
ROS_PACKAGE_PATH
- Run
make
- Run rviz as usual:
rosrun rviz rviz
- Add the plugin to RViz using the "+" button on the toolbar, and select "WriteButton". If you do not see the tool listed, ensure that this repo is in your
ROS_PACKAGE_PATH
. - To use the tool, click on the "Write to file" button.
- A message is published to the topic
/write_button
, of typewrite_button/WriteMsgMsg
, which is also defined by this package.