Skip to content

Commit

Permalink
Merge branch 'make_deb' of github.com:ctu-mrs/uvdar_core into make_deb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lakemann committed Feb 2, 2024
2 parents e34cf1e + 811aebe commit 3a56c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/two_drones/session.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ windows:
- spawn:
layout: tiled
panes:
- waitForGazebo; rosservice call /mrs_drone_spawner/spawn "1 $UAV_TYPE --pos-file $(rospack find uvdar_core)/scripts/position1.csv --enable-rangefinder --enable-ground-truth --enable-dual-uv-cameras --enable-back-uv-camera --uvcam_calib_file \"$(rospack find uvdar_core)/config/ocamcalib/calib_results_bf_uv_fe.txt\""
- waitForGazebo; sleep 12; rosservice call /mrs_drone_spawner/spawn "2 $UAV_TYPE --pos-file $(rospack find uvdar_core)/scripts/position2.csv --enable-rangefinder --enable-ground-truth --enable-uv-leds --uvled_s 0 1 2 3"
- waitForGazebo; rosservice call /mrs_drone_spawner/spawn "1 --$UAV_TYPE --pos-file $(rospack find uvdar_core)/scripts/position1.csv --enable-rangefinder --enable-ground-truth --enable-dual-uv-cameras calib_file:=$(rospack find uvdar_core)/config/ocamcalib/calib_results_bf_uv_fe.txt --enable-back-uv-camera calib_file:=$(rospack find uvdar_core)/config/ocamcalib/calib_results_bf_uv_fe.txt"
- waitForGazebo; sleep 12; rosservice call /mrs_drone_spawner/spawn "2 --$UAV_TYPE --pos-file $(rospack find uvdar_core)/scripts/position2.csv --enable-rangefinder --enable-ground-truth --enable-uv-leds signal_id:=[0,1,2,3]"
- hw_api:
layout: tiled
panes:
Expand Down

0 comments on commit 3a56c3a

Please sign in to comment.