Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.49 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.49 KB

Arena Camera Driver for ROS1

This repo contains a ROS1 driver for Lucidvision machine vision camera using their "Arena" SDK for Ubuntu.

This particular version is forked from the upstream Arena Camera Driver from LucidVision and contains significant refactoring for functionality / readability.

See arena_camera_ros2 for an equivalent ROS2 driver.

Getting Started

See the full instructions at Lucid: https://support.thinklucid.com/using-ros-for-linux/

This package builds in the same way as other catkin ROS packages, however the Arena SDK must be installed. See the documentation at LucidVision for additional details.

ROS Packages

This repo contains two ROS packages. See the individual READMEs for each for details.

camera_control_msgs

Contains actions and service calls for adjusting camera settings (gain, etc).

arena_camera

A "generic" ROS node for Lucid cameras. See the README in this package for more details.

License

This code is forked from the Lucid Vision's ROS node, which in turn is forked from Basler's ROS node for their Pylon library, which is released under the BSD 3-Clause License.