CLI Tools¶
Usage
The CLI tools use tyro:
- Positional arguments are passed as positional command line arguments
- Named arguments are passed as flagged command line arguments
roverd exit
¶
Exit data collection processes and clean up.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config
|
str | None
|
path to the config file. If |
None
|
Source code in collect/cli.py
roverd get-config
¶
Get the value of a provided path from the target config.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
path
|
str
|
'/'-separated path to the configuration key. |
''
|
config
|
str | None
|
path to the config file. If |
None
|
Source code in collect/cli.py
roverd start
¶
Start data collection.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
path
|
str
|
dataset directory. |
'./data'
|
config
|
str | None
|
path to the config file. If |
None
|
Source code in collect/cli.py
roverd stop
¶
Stop data collection.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config
|
str | None
|
path to the config file. If |
None
|
roverd run
¶
Run a sensor data collection process.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config
|
str | None
|
path to the config file. If |
None
|
sensor
|
str
|
name of the sensor to run. |
'radar'
|
log_level
|
int
|
logging level (default=info=20; 0-50). |
INFO
|