Skip to content

Commit ec4f6f5

Browse files
Tomas BacaTomas Baca
authored andcommitted
added sleep before takeoffs, this seems to help with px4 arming issues
1 parent 1ca59a2 commit ec4f6f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tmux/one_drone/session.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ windows:
4747
- takeoff:
4848
layout: tiled
4949
panes:
50-
- waitForCore; ./takeoff.sh
50+
- waitForCore; sleep 10; ./takeoff.sh
5151
- rviz:
5252
layout: tiled
5353
panes:

tmux/one_drone_lidar/session.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ windows:
4848
- takeoff:
4949
layout: tiled
5050
panes:
51-
- waitForCore; history -s './takeoff.sh'
51+
- waitForCore; sleep 10; ./takeoff.sh
5252
- rviz:
5353
layout: tiled
5454
panes:

0 commit comments

Comments
 (0)