Skip to content

Commit

Permalink
chore: fix rviz size (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
taikitanaka3 authored Jun 28, 2024
1 parent a3feefe commit b968e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aichallenge/run_evaluation.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ ros2 service call /debug/service/capture_screen std_srvs/srv/Trigger >/dev/null
sleep 5

# Move windows
wmctrl -a "RViz" && wmctrl -r "RViz" -e 0,0,0,1600,900
wmctrl -a "AWSIM" && wmctrl -r "AWSIM" -e 0,0,0,700,960
wmctrl -a "RViz" && wmctrl -r "RViz" -e 0,0,0,1920,1043
wmctrl -a "AWSIM" && wmctrl -r "AWSIM" -e 0,0,0,700,1043

# Start driving and wait for the simulation to finish
echo "Waiting for the simulation"
Expand Down

0 comments on commit b968e93

Please sign in to comment.