Skip to content

Commit

Permalink
Applied patches done on raspberryPi
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed May 2, 2024
1 parent a8d3add commit 4a510c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ezbot_robot/config/omnidirectional_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ omnidirectional_controller:
- roue_arriere_joint
- roue_droite_joint

robot_radius: 0.19
robot_radius: 0.175
wheel_radius: 0.03

publish_rate: 30.0
Expand Down
10 changes: 5 additions & 5 deletions src/ezbot_robot/description/imu.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

<joint name="imu_joint" type="fixed">
<parent link="chassis"/>
<child link="imu_link"/>
<child link="imu"/>
<origin xyz="0.055 0 0.175" rpy="0 0 0"/>
</joint>

<link name="imu_link">
<link name="imu">
<visual>
<geometry>
<box size="0.03 0.03 0.03"/>
Expand All @@ -17,7 +17,7 @@
</link>


<gazebo reference="imu_link">
<gazebo reference="imu">
<material>Gazebo/Black</material>

<gravity>true</gravity>
Expand All @@ -28,12 +28,12 @@
<topic>__default_topic__</topic>
<plugin filename="libgazebo_ros_imu_sensor.so" name="imu_plugin">
<topicName>imu</topicName>
<bodyName>imu_link</bodyName>
<bodyName>imu</bodyName>
<updateRateHZ>10.0</updateRateHZ>
<gaussianNoise>0.0</gaussianNoise>
<xyzOffset>0 0 0</xyzOffset>
<rpyOffset>0 0 0</rpyOffset>
<frameName>imu_link</frameName>
<frameName>imu</frameName>
<initialOrientationAsReference>false</initialOrientationAsReference>
</plugin>
<pose>0 0 0 0 0 0</pose>
Expand Down

0 comments on commit 4a510c0

Please sign in to comment.