|
|
| |
sweep-ctl(1) |
|
sweep-ctl(1) |
sweep-ctl - get and set Sweep LiDAR hardware properties
sweep-ctl dev get|set key [value]
Command line tool to interact with the Sweep LiDAR device.
- get property
- Returns value currently set for property.
- set property value
- Sets value for property.
- motor_speed
- The device's motor speed in Hz.
- sample_rate
- The device's sample rate in Hz.
-
$ sweep-ctl /dev/ttyU0 get motor_speed
3
$ sweep-ctl /dev/ttyU0 set motor_speed 5
5
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |