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

ROS driver for Lucid Helios ToF camera

asked 2023-07-06 03:45:09 -0500

smarn gravatar image

Hello,

I would like to use the Lucid Helios2 ToF camera with ros and from what I understand the arena_camera_ros driver does not support this specific model (it supports passive cameras only).

I there a more generic ros driver I could use to get the point clouds of the camera in ROS? Alternatevely I could make a custom solution which uses the SDK of the camera i guess.

Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-06 05:49:49 -0500

hank880907 gravatar image

I often find writing my own ROS driver for these types of devices easier. Generic drivers might be very bloated and hard to debug. On the other hand, by writing your own ROS driver, you can only implement the things you need.

Therefore, I recommend making your own ROS driver if you cannot find a suitable already-made working ROS driver.

edit flag offensive delete link more

Comments

Yeah, this is were I am heading I think but I was hoping there is an easier solution I might have overlooked, thank you tho

smarn gravatar image smarn  ( 2023-07-06 06:07:10 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2023-07-06 03:45:09 -0500

Seen: 185 times

Last updated: Jul 06 '23