Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #456 from reysam93/master
Browse files Browse the repository at this point in the history
Solving issue #455: Taxi models are fixed.
  • Loading branch information
fqez committed May 24, 2016
2 parents 040ad3d + b2927c9 commit 6678056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stable/drivers/gazeboserver/models/whiteTaxi/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<front_left_steering_joint>front_left_steering_wheel</front_left_steering_joint>
<!--<torque>5</torque>-->
</plugin>
<plugin name="pose3d" filename="libpose3dTurtlebotJde.so"/>
<plugin name="pose3d" filename="libposeplugin.so"/>
</model>
</sdf>

Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,6 @@
<front_left_steering_joint>front_left_steering_wheel</front_left_steering_joint>
<!--<torque>5</torque>-->
</plugin>
<plugin name="pose3d" filename="libpose3dTurtlebotJde.so"/>
<plugin name="pose3d" filename="libposeplugin.so"/>
</model>
</sdf>

0 comments on commit 6678056

Please sign in to comment.