Package Summary
Released
Documented
Provides an interface to read the sensor output of a SICK Safevisionary sensor in ROS.
- Maintainer status: developed
- Maintainer: Marvin Grosse Besselmann <grosse AT fzi DOT de>, Stefan Scherzinger <scherzin AT fzi DOT de>
- Author:
- License: Apache-2.0
- Source: git https://github.com/SICKAG/sick_safevisionary_ros1.git (branch: main)
Contents
Overview
This package provides the driver for the SICK safeVisionary2 cameras.
Installation
Please see the install instructions in the official Github repository.
ROS API
sick_safevisionary
Control node for the 3D camera. The node publishes to the following topics.Published Topics
camera_info (sensor_msgs/CameraInfo)- General camera information
- Input output configurations and states
- Depth measurements
- General camera status
- Fields information
- IMU measurements
- Intensity measurements
- The camera's point cloud measurements
- The regions of interest
- The camera's pixel state map
Parameters
~frame_id (string, default: camera)- The frame_id of the published messages' header
- The udp port on which to receive data from the camera. Users need to configure this once for each device. See the install instructions.
Additional Information
You'll find additional information in the official Github repository.