Skip to content
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

3D Occupancy Grid #33

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

kevinmsmith214
Copy link

It looks like I did a lot, but I kept changing how everything was set up. The 3D occupancy mapping now runs through the node occupancy_grid.
Steps:

  1. Start the sim and publish the image display.
  2. Open new terminal, run source /opt/ros/humble/setup.sh
  3. colcon build
  4. run ". ./install/setup.sh"
  5. "ros2 launch occupancy_grid occupancy_launch.py"

This will publish a 3d occupancy map that you can visualize in rviz using Marked Array.

**Note: For now, since there is no localization, you have to use /rover/base_link/camera_front as the Fixed Frame in rviz to see both the pointcloud and octomap. This also means that the node currently does not build a full octomap like we may need down the road, it converts the pointcloud that is currently being published only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant