Skip to content

Commit

Permalink
Fix multi_lrauv_race example (#2111)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero authored Sep 13, 2023
1 parent e9fa7d4 commit d052491
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion examples/standalone/multi_lrauv_race/multi_lrauv_race.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int main(int argc, char** argv)
rudderPubs[i] = node.Advertise<gz::msgs::Double>(rudderTopics[i]);

propellerTopics[i] = gz::transport::TopicUtils::AsValidTopic(
"/model/" + ns[i] + "/joint/propeller_joint/cmd_pos");
"/model/" + ns[i] + "/joint/propeller_joint/cmd_thrust");
propellerPubs[i] = node.Advertise<gz::msgs::Double>(
propellerTopics[i]);
}
Expand Down
5 changes: 0 additions & 5 deletions examples/worlds/multi_lrauv_race.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@
<direction>-0.5 0.1 -0.9</direction>
</light>

<include>
<pose>-5 0 0 0 0 0</pose>
<uri>https://fuel.gazebosim.org/1.0/mabelzhang/models/Turquoise turbidity generator</uri>
</include>

<include>
<pose>0 0 1 0 0 1.57</pose>
<uri>https://fuel.gazebosim.org/1.0/accurrent/models/MBARI Tethys LRAUV</uri>
Expand Down

0 comments on commit d052491

Please sign in to comment.