No Map Received in RViz when doing the ROS2 and Gazebo Pack #1672
-
I am following https://www.bitcraze.io/2024/09/crazyflies-adventures-with-ros-2-and-gazebo/ I indeed met a problem after I run “ros2 launch crazyflie_ros2_multiranger_bringup simple_mapper_simulation.launch.py”. Actually, the Gazebo and RVIZ start normally with the Crazyflie could be controlled by ROS2 teleop keyboard node. Please help me. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Could you check with the terminal in which you started the launch file, if the simple_mapper node was initialized? Or if it crashed? |
Beta Was this translation helpful? Give feedback.
-
The simple_mapper node was not in the ros2 node list, so probably it was not iniatilized or crashed. |
Beta Was this translation helpful? Give feedback.
-
The problem was solved by upgrading transforms3d: |
Beta Was this translation helpful? Give feedback.
The problem was solved by upgrading transforms3d:
pip install --upgrade transforms3d