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

3D SLAM with pointcloud as input

asked 2019-09-01 09:48:04 -0500

Markus gravatar image

updated 2019-09-01 09:48:59 -0500

Hey there,

is there any slam algorithm that uses a 2d pointcloud message as input message instead of a scan message?

Note that I also have a /odom topic and want to use it as well.

edit retag flag offensive close merge delete

Comments

that uses a 2d pointcloud message as input message

just making sure: PointCloud2 is not necessarily a 2d cloud. It's just "the second version" of the PointCloud message.

gvdhoorn gravatar image gvdhoorn  ( 2019-09-01 09:54:04 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-09-02 07:47:14 -0500

danscava gravatar image

updated 2019-09-02 07:47:53 -0500

I'm assuming you are using a depth camera, there are some RGB-D SLAM algorithms, like rtabmap_ros

If you want to use a 2D SLAM, you can try using the node pointcloud_to_laserscan or depthimage_to_laserscan, these allows you to convert a pointcloud or depthimage to a 2D scan message.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-09-01 09:48:04 -0500

Seen: 725 times

Last updated: Sep 02 '19