Skip to content

Commit b20cf8c

Browse files
authored
Merge pull request #238 from BCLab-UNM/fix-calibrate-race-condition
Increase pause to allow roscore to start when calibrating
2 parents a2a62ac + e08eeeb commit b20cf8c

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)