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

Code examples of Pointcloud Autonomous Navigation?

asked 2018-10-29 08:51:03 -0500

bsheffield gravatar image

I am currently using a VLP-16 device that produces Pointcloud data type messages. I have tried with no success to convert them to Laserscan for Autonomous Navigation (as that appears to be the popular choice) and would like to consider alternatives.

Where can I found existing robots with source code that navigate with simulation support and Pointcloud/Pointcloud2 data produced from LIDAR devices?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2018-10-29 10:04:08 -0500

bsheffield gravatar image

updated 2018-10-29 10:38:41 -0500

The answer I am coming up with is that 3D navigation is not currently supported on the ROS navigation stack.

https://answers.ros.org/question/2862...

edit flag offensive delete link more

Comments

that navigation is not [..] supported on the ROS navigation stack

?

gvdhoorn gravatar image gvdhoorn  ( 2018-10-29 10:19:25 -0500 )edit

Yeah I missed an important word, 3D.

bsheffield gravatar image bsheffield  ( 2018-10-29 10:38:58 -0500 )edit
0

answered 2018-10-29 12:44:12 -0500

I'm not sure you'll find an open source implementation, but I can tell you from experience its been done dozens (if not hundreds) of times in academia and industry. If you're just looking for something to get started with, google cartographer has 3D support. You can use this to generate a map via SLAM and with different parameters localize within a map. This will get you to the "where am I" and "where is traversable" answers. Next is "how do I get from A to B" which you could very conceivably use navigation as a reference guide to.

edit flag offensive delete link more

Comments

It's not 3D, but apparently "2.5D": locusrobotics/robot_navigation.

gvdhoorn gravatar image gvdhoorn  ( 2018-10-29 12:46:39 -0500 )edit

2.5D refers to orientation as theta (yaw) in 2D. It covers the same state as navigation. AFAIK theres no usecase with that stack for 3D-based components.

stevemacenski gravatar image stevemacenski  ( 2018-10-29 14:25:51 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2018-10-29 08:51:03 -0500

Seen: 2,034 times

Last updated: Oct 29 '18