Is it possible to reset Rviz through python script?
I am writing a python publisher that publishes pointcloud data. I wish to reset the Rviz scene after a while. How can this be done?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I am writing a python publisher that publishes pointcloud data. I wish to reset the Rviz scene after a while. How can this be done?
Asked: 2019-02-08 08:41:03 -0500
Seen: 474 times
Last updated: Feb 08 '19
What do you want to reset in RVIZ? The point clouds the camera position?
I want to reset the point clouds. I am publishing a point cloud scene and trying to highlight some part of it using another topic(say /change_point). I wish to publish /change_point for specific time and then reset rviz scene so that only original data is visible. How do I do this?Thanks in advance!
If you want to hide the highlight you could simply publish an empty point cloud to the /change_point topic. This should achieve what you want.