We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8defe3 commit 1f0b747Copy full SHA for 1f0b747
scripts/smarc_bringups/scripts/dji_bringup.sh
@@ -49,7 +49,7 @@ if [ "$USE_SIM_TIME" = "False" ]; then
49
tmux send-keys "ros2 topic echo /$ROBOT_NAME/captain_status std_msgs/msg/String --field data" C-m
50
51
tmux select-pane -t $SESSION:0.3
52
- tmix send-keys "cd ~ && ./record_bag_ex_camComp.sh" C-m
+ tmux send-keys "cd ~ && ./record_bag_ex_camComp.sh" C-m
53
else
54
tmux select-window -t $SESSION:0
55
tmux send-keys "ros2 topic pub /$ROBOT_NAME/smarc/vehicle_health std_msgs/msg/Int8 \"data: 0\" -r 5" C-m
0 commit comments