Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 14, 2024
1 parent 8a7493f commit e8a8625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<arg name="custom_config" default="" />

<group ns="$(arg UAV_NAME)">
<group ns="$(arg camera_node)">

<!-- apriltag_ros continuous detection node -->
<node pkg="apriltag_ros" type="apriltag_ros_continuous_node" name="apriltag_detector" clear_params="true" output="screen">
Expand Down
3 changes: 3 additions & 0 deletions docker/uav_session/sensor_diagnostics/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ volumes:

uav_custom_files:

bag_files:

services:

# will copy uav-specific configs, launch files and other files from the uav-specific docker image to a shared volume
Expand Down Expand Up @@ -56,6 +58,7 @@ services:
volumes:
- uav_custom_files:/etc/fly4future/uav_custom_files:consistent
- /dev/:/dev/
- bag_files:/etc/bag_files:consistent
command:
- bash --rcfile /opt/ros/noetic/setup.bash
privileged: true
Expand Down

0 comments on commit e8a8625

Please sign in to comment.