ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Do a rostopic info [topic name] on each to find which is being subscribed to by your application. Then change the rviz config to use this topic. You can test yourself in a terminal if its connect by doing a rostopic pub /topic "{msg}" and should see a reaction. After setting in rviz if it still doesn't work, its an rviz problem, not an application issue.