simple_mapper simulation #1800
Unanswered
mahi98drone
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi. I’ll do my best to help. First, could you clarify where the crazyflie_ros2_multiranger_simple_mapper package comes from? Is it something maintained by Bitcraze, or is it from another source? That would help determine if the issue is related to our software or something else. Regarding your issue, could you share the logs, especially any critical errors or warnings during the build and runtime? That might help pinpoint the problem. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi :)

I am working on the Crazyflie ROS 2 mapping demo using
crazyflie_ros2_multiranger_simple_mapper
on ROS 2 Humble with Gazebo. However, I am facing multiple issues. In RViz, I get the error "Frame [map] does not exist", and the/crazyflie/map
topic is not updating. Additionally, thesimple_mapper
node is missing when I runros2 node list
. I have tried rebuilding the package (colcon build
), installing dependencies (rosdep install
), sourcing the workspace, and even cleaning and rebuilding everything, but the issue persists. The build process completes, but withstderr
output for multiple packages, and I’m unsure if these warnings are critical. How can I fix the missingsimple_mapper
node and get themap
frame to appear in RViz? Any help would be appreciated! It is an emergency :(Beta Was this translation helpful? Give feedback.
All reactions