Flashing process working ok. Need to add a method to allow specific params to be written, passed to the program as a cmd line arg
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 6m44s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 6m44s
This commit is contained in:
parent
c704880053
commit
ff198103e9
14
README.md
14
README.md
@ -1,14 +1,18 @@
|
||||
# XbeeMav
|
||||
|
||||
|
||||
## Usage:
|
||||
## Usage
|
||||
|
||||
- To run xbee_mav and ros master as a docker pod, use:
|
||||
To run xbee_mav and ros master as a docker pod, use:
|
||||
- `docker compose -f docker-compose-test-stadalone.yml up --build`
|
||||
- To run xbee_mav as an exclusive service to flash xbee devices, use:
|
||||
|
||||
To run xbee_mav as an exclusive service to flash xbee devices, use:
|
||||
- `docker compose -f docker-compose-flash-device.yml up --build`
|
||||
Note: The xbee config file is located in: `/xbeemav/Resources/XBee_Config.xml`.
|
||||
This setup assumes the xbee is attached to /dev/ttyUSB0 and programmed to work at a baud rate of 230400.
|
||||
|
||||
#### Note: The xbee config file is located in:
|
||||
- `/xbeemav/Resources/XBee_Config.xml`.
|
||||
#### This setup assumes the xbee is attached to `/dev/ttyUSB0` and programmed to work at a baud rate of `230400`.
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user