Skip to content

Commit

Permalink
Set --streamrate=100
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjong committed Jun 25, 2024
1 parent 8a345be commit 897fc33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ISAAC_SIM_PORT=14553 # port for our autonomy stack
./AscentQLinux/AscentQ & \
./spirit_sitl -S --model coaxial -I0 & \
\
mavproxy.py --streamrate=-1 --master tcp:127.0.0.1:5760 \
mavproxy.py --streamrate=100 --master tcp:127.0.0.1:5760 \
--out udp:127.0.0.1:$ASCENT_SITL_PORT \
--out udp:127.0.0.1:$ISAAC_SIM_PORT & \

Expand Down

0 comments on commit 897fc33

Please sign in to comment.