Skip to content

Commit e08eeeb

Browse files
authored
Increase pause to allow roscore to start
1 second allows for a race condition. This change still allows for a race, but makes it much less likely.
1 parent a2a62ac commit e08eeeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/run_calibration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ full_path=repo_path
1919

2020
#Start ROS core for ros serial
2121
roscore &
22-
sleep 1
22+
sleep 10
2323
rosrun rosserial_python serial_node.py _baud:=9600 $arduino_port &
2424
sleep 1
2525

0 commit comments

Comments
 (0)