unitree-go2-ros2 icon indicating copy to clipboard operation
unitree-go2-ros2 copied to clipboard

Creating a Map from a loaded world

Open edugm94 opened this issue 9 months ago • 2 comments

Hello,

I wonder if it is possible to create a map of a world where I spawned the robot. I changed the description of the robot as suggested in the README.md :

NOTE: To use Laser instead of 3D Velodyne LiDAR, comment <xacro:include filename="$(find go2_description)/xacro/velodyne.xacro"/> and uncomment <xacro:include filename="$(find go2_description)/xacro/laser.xacro"/> in robot_VLP.xacro file located inside robots/description/go2_description/xacro/ folder.

How can I use the slam.launch.py file? I tried to launch it, but got the following message: [async_slam_toolbox_node-9] [INFO] [1741191752.839498994] [slam_toolbox]: Message Filter dropping message: frame 'front_laser' at time 2803.417 for reason 'discarding message because the queue is full'

Am I missing something? Thanks for any support.

Best regards, Eduardo

edugm94 avatar Mar 05 '25 16:03 edugm94

Hi @edugm94 ,

Slam and navigation nodes are not yet configured for this repository. You may update the launch file based on tf links defined from the transform tree.

anujjain-dev avatar Mar 09 '25 11:03 anujjain-dev

Hi @anujjain-dev ,

Thanks for the response. I am not sure if I understood you. However, when I launch the navigation.launch.py with a map I created, I get this view in rviz:

Image

Is this related to your suggestion? Thanks for any support!

Best regards, Eduardo

edugm94 avatar Mar 12 '25 13:03 edugm94