Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebriskin authored Oct 13, 2023
1 parent bad106b commit f5d5d26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ Documentation: https://docs.viam.com/components/base/agilex-limo/
The module is avaiable for configuration and use via the Viam Registry at https://app.viam.com/module/viam/agilex-limo.

For local development, this module is written in Go.
To build: `make limobase`

To build: `make limobase`<br>
To test: `make test`

## Configuration

```json
```javascript
{
"drive_mode": "", //Required. valid values are "differential", "ackermann", or "omni"
"serial_path": "" //Optional. serial path for communication. Defaults to "/dev/ttyTHS1"
Expand All @@ -23,7 +24,7 @@ To test: `make test`

Example:

```json
```javascript
{
"drive_mode": "differential"
}
Expand Down

0 comments on commit f5d5d26

Please sign in to comment.