-
Notifications
You must be signed in to change notification settings - Fork 292
How to use in ROS2 #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is the issue solved ? |
On Humble, I'm trying to generate an octomap using the following command:
I'm using a 3D lidar SLAM that publishes a pointcoloud2 topic ( |
Cannot say for sure, you are probably missing tf for 'odom'. In your case the tf tree should be something like: |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have installed successfully all the packages on ROS2 Humble with Ubuntu 22.04.
Now I'm trying to figure out how to run the map creation. I tried looking online but I can't find much information. Assuming that I have Gazebo open with a robot deployed in it, what do I have to launch to start the data collection from the point cloud? Which scripts do I have to invoke?
I have tried with
ros2 launch octomap_server ...
with different .xml files.. but I guess I'm missing something.The text was updated successfully, but these errors were encountered: