ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to downproject a 3D octomap into 2d occupancy grid map?

asked 2023-05-14 11:29:36 -0500

ahmed aziz gravatar image

Hello , I want to generate a 2D occupancy grid map that i will use as input to the navigation stack, the 2D map should be extracted from a 3D octomap that i have generated using kinect sensor in ros noetic . Is it possible ? And how ? Thank youu

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-14 19:03:04 -0500

ljaniec gravatar image

You can try to use this package:

Check Published Topic named projected_map (with ROS message nav_msgs/OccupancyGrid)

Downprojected 2D occupancy map from the 3D map. Be sure to remap this topic if you have another 2D map server running.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2023-05-14 11:29:36 -0500

Seen: 258 times

Last updated: May 14 '23