In the fixed frame of rviz2, there is no “turtle” to be chosen.And,when i add the topic “laser_scan”,there was the error like the picture below.Need help!!!
Hi @gaozhao22 - Here are a few things that could potentially cause this issue:
- Incorrect Topic: Make sure that the topic you’re trying to visualize in RViz2 matches the topic that the laser scan data is being published on. In the tutorial, the data should be published on the /scan topic.
- Incorrect Frame: In RViz2, you need to set the correct fixed frame to visualize the data. The tutorial suggests setting the fixed frame to ‘sim_lidar’.
- ROS2 Bridge: Make sure that the ROS2 bridge in Isaac Sim is enabled and working correctly. The bridge is necessary for Isaac Sim to communicate with ROS2.
- Network Issues: If you’re running Isaac Sim and RViz2 on different machines, there could be network issues preventing the data from being received. Make sure that the machines are on the same network and that there are no firewall rules blocking the communication.