ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
Best way is probably to use URDF and robot_state_publisher to define and publish your robot description, including sensor location, to tf.
Then, if you publish your sensor data using one of the message types with a built-in rviz display (e.g. PointCloud2, LaserScan) you will be able to easily visualize it on 3D.
![]() | 2 | Added information in comment by tfoote |
Best way is probably to use URDF and robot_state_publisher to define and publish your robot description, including sensor location, to tf.
Then, if you publish your sensor data using one of the message types with a built-in rviz display (e.g. PointCloud2, LaserScan) sensor_msgs/Range) you will be able to easily visualize it on 3D.