Skip to content

Commit bd3a9a2

Browse files
authored
fix: update simulator launch command for testing (#573)
1 parent 5431a46 commit bd3a9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/waypoint_navigation/simulator_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cleanup() {
2020
trap cleanup ERR
2121

2222
# Launch Stonefish Simulator
23-
setsid ros2 launch stonefish_sim simulation_nogpu.launch.py task:=orca_no_gpu &
23+
setsid ros2 launch stonefish_sim simulation.launch.py rendering:=false &
2424
SIM_PID=$!
2525
echo "Launched simulator with PID: $SIM_PID"
2626

0 commit comments

Comments
 (0)