Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2493 by removing the unused joint to camera_rgb_frame #2497

Merged
merged 2 commits into from
Aug 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions nav2_bringup/bringup/worlds/waffle.model
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
</linear_acceleration>
</imu>
<plugin name="turtlebot3_imu" filename="libgazebo_ros_imu_sensor.so">
<initial_orientation_as_reference>false</initial_orientation_as_reference>
SteveMacenski marked this conversation as resolved.
Show resolved Hide resolved
<ros>
<!-- <namespace>/tb3</namespace> -->
<remapping>~/out:=imu</remapping>
Expand Down Expand Up @@ -503,15 +504,6 @@
</axis>
</joint>

<joint name="camera_rgb_joint" type="fixed">
<parent>camera_link</parent>
<child>camera_rgb_frame</child>
<pose>0.005 0.018 0.013 0 0 0</pose>
<axis>
<xyz>0 0 1</xyz>
</axis>
</joint>

<plugin name="turtlebot3_diff_drive" filename="libgazebo_ros_diff_drive.so">

<ros>
Expand Down