Skip to content

Commit e379aa5

Browse files
committed
update Gazebo startstop hook
1 parent 26c4d84 commit e379aa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SmartGazeboBaseServer/smartsoft/src/startstop-hooks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pre-start)
77
# Insert commands you want to call prior to starting the components
88

99
echo -e "\n\n\n"
10-
#bash $SMART_ROOT_ACE/repos/DataRepository/gazebo/startGazebo.sh worlds/tiagoOffice.world
11-
bash $SMART_ROOT_ACE/repos/DataRepository/gazebo/startGazebo.sh
10+
bash $SMART_ROOT_ACE/repos/DataRepository/gazebo/startGazebo.sh worlds/tiagoOffice.world
11+
#bash $SMART_ROOT_ACE/repos/DataRepository/gazebo/startGazebo.sh
1212

1313
echo "Wait for Simulator to start..."
1414
sleep 10

0 commit comments

Comments
 (0)