Skip to content

Commit

Permalink
Update demoRedBall_gazebo.xml.template
Browse files Browse the repository at this point in the history
Removed dep from `/icubSim/inertial` for `iKinGazeCtrl` (it doesn't use it in Gazebo).

Tweaked the dep for WBD.
  • Loading branch information
pattacini authored Mar 16, 2023
1 parent 9a15450 commit 9bf8595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demoRedBall/app/scripts/demoRedBall_gazebo.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<dependencies>
<port timeout="20">/icubSim/torso/state:o</port>
<port timeout="20">/icubSim/head/state:o</port>
<port timeout="20">/icubSim/inertial</port>
</dependencies>
<ensure>
<wait when="stop">5</wait>
Expand Down Expand Up @@ -67,7 +66,7 @@
<port timeout="20">/icubSim/torso/state:o</port>
<port timeout="20">/icubSim/right_arm/state:o</port>
<port timeout="20">/icubSim/left_arm/state:o</port>
<port timeout="20">/icubSim/inertial</port>
<port timeout="20">/icubSim/head/inertials/measures:o</port>
</dependencies>
<node>localhost</node>
</module>
Expand Down

0 comments on commit 9bf8595

Please sign in to comment.