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

Using a custom lidar in ROS

asked 2021-02-24 00:56:14 -0500

N.N.Huy gravatar image

Hello, i have a lidar called Litra LTME-02A from China. However, i can not find any package to support this kind. Can you help me to connect this lidar with ROS ? Or are there any packages supporting all kinds of lidar ? This is the link of this product http://www.litratech.com/article/121/... ? Thanks in advance!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-02-27 15:45:31 -0500

asusrog gravatar image

updated 2021-02-27 15:48:32 -0500

Their are no generic packages for such devices. It entirely depends on the type of interface provided with the sensor (ethernet, serial etc) and the configuration parameters/commands for querying and setting up the sensor.

If you already have a way of talking to the sensor (driver) and getting raw packets into your computer then you can write a ros wrapper around the manufacturer/vendor provided driver.

https://github.com/LitraTech/ltme01_d... i found this driver for ltme_01 module. perhaps you could try using this first

edit flag offensive delete link more

Comments

Thank you so much !

N.N.Huy gravatar image N.N.Huy  ( 2021-03-02 19:50:20 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-02-24 00:56:14 -0500

Seen: 326 times

Last updated: Feb 27 '21