The nomad_position and nomad_sonar drivers provide data in the standard position and sonar interfaces. Position interface provides data, takes commands and supports geometry config. Sonar interface provides data and supports geometry config. This driver is rudimentary but tested and working on the Nomad 200. It may also work on other Nomads that run robotd.
Supported interfaces:
Required devices:
Supported configuration requests:
nomad:
Name | Type | Default | Meaning |
serial_device | string | "" | The serial port to be used |
serial_speed | int | -1 | The baud rate to use |
nomad_position:
Name | Type | Default | Meaning |
nomad_index | int | 0 | The index of the underlying nomad device. |
nomad_sonar:
Name | Type | Default | Meaning |
nomad_index | int | 0 | The index of the underlying nomad device. |