standalone #1

Merged
aqua3 merged 10 commits from standalone into main 2024-07-11 15:54:35 -03:00
2 changed files with 12 additions and 1 deletions
Showing only changes of commit 4b0593944b - Show all commits

View File

@ -1,4 +1,14 @@
# XbeeMav
## Usage:
- 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:
- `docker compose -f docker-compose-flash-device.yml up --build`
Note: The xbee config file is located in: `/xbeemav/Resources/XBee_Config.xml`
## Description
The "xbee_ros_node" package provides many tools (ROS nodes) to configure, test and communicate Xbee devices.

View File

@ -26,7 +26,8 @@ services:
- sim_network
xbee-mav:
command: rosrun xbee_ros_node xbee_config /dev/ttyUSB0 230400
# command: rosrun xbee_ros_node xbee_config /dev/ttyUSB0 230400
command: tail -f /dev/null
depends_on:
- ros-master
build: