Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bsb808 authored Jan 11, 2017
1 parent 577ec08 commit d62aee3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,24 @@ Documentation for the ROS node - to be moved to ROS wiki when driver is released

## Parameters

### Comms Parameters
~port (string, default: /dev/ttyACM0)
The serial port to which the device is connected

~baud_rate (integer, default: 115200)
Baud rate of the sensor.

### Configuration Paramaters
~device_setup (bool, default: false)
If true, puts device in idle mode and configures the device.
If false, skips configuration. Important: the configuration parameters below are not effective unless this flag is true.

~readback_settings (bool, default: true)

~save_settings (bool, default: true)

~auto_init (bool, default: true)

~dynamics_mode (int, default: 1) TODO
* 0x01 – Portable (device default)
* 0x02 – Automotive
Expand Down

0 comments on commit d62aee3

Please sign in to comment.