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

How to get 3D map by 2D Lidar

asked 2021-05-10 03:46:56 -0500

czx gravatar image

I want to use a motor to control the pitch angle of a single-line lidar, and transform the point cloud information scanned by the lidar to obtain a three-dimensional point cloud. How can I start my work? I don’t know much about ros. Where should I start?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2021-05-10 12:37:28 -0500

shonigmann gravatar image

Presumably the pointcloud_to_laserscan package would do what you're looking for. As long as your laser scan data is being published to a frame that has the current orientation of your 2D lidar, it should map to the appropriate 3D coordinates.

Important topics to understand will be transforms and coordinate frames in ROS, and robot_state_publisher will likely also be your friend here.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2021-05-10 03:46:56 -0500

Seen: 319 times

Last updated: May 10 '21