https://github.com/robotnikautomation/s3000_laser
ROS driver to read the scan data from the device SICK S3000
https://github.com/robotnikautomation/s3000_laser
Last synced: about 1 year ago
JSON representation
ROS driver to read the scan data from the device SICK S3000
- Host: GitHub
- URL: https://github.com/robotnikautomation/s3000_laser
- Owner: RobotnikAutomation
- Created: 2014-07-15T12:23:27.000Z (almost 12 years ago)
- Default Branch: indigo-devel
- Last Pushed: 2016-08-05T09:11:28.000Z (almost 10 years ago)
- Last Synced: 2023-10-25T20:01:45.516Z (over 2 years ago)
- Language: C++
- Size: 52.7 KB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
# s3000_laser
Description
Driver for ROS to read the scan data from the device SICK S3000. This driver is based on the original driver developed for Player/Stage by Brian Gerkey, Kasper Stoy, Richard Vaughan, & Andrew Howard.
This driver controls the SICK S3000 safety laser scanner interpreting its data output. The driver is very basic and assumes the S3000 has already been configured to continuously output its measured data on the RS422 data lines.
Supported Hardware
This package should work with SICK S3000 safety laser scanners.

Nodes
S3000 laser driver.
Published Topics:
s3000_laser/scan (sensor_msgs/LaserScan)
Scan data from the laser, containing either range data or reflector detections.
Parameters:
~port (string, default: "/dev/ttyUSB0")
Serial port.
~frame_id (string, default: "/laser")
Relative frame for the publication of the laser measures.
~baud_rate (int, default: 500000)
Serial port baudrate (options: 9600, 19200, 38400, 115200, 500000).
~serial_parity (string, default: "none")
Serial port parity (options: "even", "odd", "none").
~serial_datasize (int, default: 8)
Character size mask for serial link (options: 5,6,7,8).
~range_min (float, default: 0m)
Min valid range (m) for S3000 data produced.
~range_max (float, default: 40m)
Max valid range (m) for S3000 data.