Items with no label
3338 Discussions

How to make 2d occupancy gridmap from 3d pointcloud

SFlyn1
Beginner
4,022 Views

I am trying to do something very similar to - https://www.youtube.com/watch?v=LBMsWJJxLXQ

 

currently, i am considering every point above and below a certain distance from the camera origin to be an obstacle . Then use the x,z poistion of the obstacles to make a grid map where each entry in the x,z space is an obstacle.

Is there any better way to do this(WITHOUT ROS)?

0 Kudos
2 Replies
MartyG
Honored Contributor III
3,889 Views

I researched your question very carefully. The only solution I could find that did not seem to be dependent on ROS though was OctoMap.

 

https://octomap.github.io/

0 Kudos
SFlyn1
Beginner
3,889 Views

Thank you for your valuable time sir, i appreciate it

0 Kudos
Reply