[Documentation] [TitleIndex] [WordIndex

ROS packages for SICK line guidance sensors. This driver provides the measurement data as PointCloud2. The software is hosted under https://github.com/SICKAG/sick_line_guidance

The package supports ROS distributions kinetic and melodic

Devices Supported

The driver supports at least the devices listed below and has also been tested with these devices:

device name

part no.

description

tested?

OLS10

1092169

Optical line guidance sensor with CANopen-Interface

✔ [stable]

OLS20

1095594

Optical line guidance sensor with CANopen-Interface

✔ [stable]

MLS

1092496

Magnetic line guidance sensors with CANopen-Interface

✔ [stable]

Installation from sources

The driver is constantly being further developed, so we recommend that you check out and compile the software from the devel branch of the repository. The following actions are necessary for this:

source /opt/ros/<rosdistro>/setup.bash
mkdir -p ~/ros_catkin_ws/src/
cd ~/ros_catkin_ws/src/
git clone -b devel --single-branch git://github.com/SICKAG/sick_line_guidance.git
cd ..
catkin_make
source ~/ros_catkin_ws/install/setup.bash

First steps

Following the steps described in section "starting" under https://github.com/SICKAG/sick_line_guidance

Troubleshooting

Following the steps described in section "Troubleshooting and diagnostics" under https://github.com/SICKAG/sick_line_guidance

Support


2022-05-28 13:02