-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
133 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" > | ||
|
||
<joint name="imu_joint" type="fixed"> | ||
<parent link="chassis"/> | ||
<child link="imu_link"/> | ||
<origin xyz="0.055 0 0.175" rpy="0 0 0"/> | ||
</joint> | ||
|
||
<link name="imu_link"> | ||
<visual> | ||
<geometry> | ||
<box size="0.03 0.03 0.03"/> | ||
</geometry> | ||
<material name="black"/> | ||
</visual> | ||
</link> | ||
|
||
|
||
<gazebo reference="imu_link"> | ||
<material>Gazebo/Black</material> | ||
|
||
<gravity>true</gravity> | ||
<sensor name="imu_sensor" type="imu"> | ||
<always_on>true</always_on> | ||
<update_rate>100</update_rate> | ||
<visualize>true</visualize> | ||
<topic>__default_topic__</topic> | ||
<plugin filename="libgazebo_ros_imu_sensor.so" name="imu_plugin"> | ||
<topicName>imu</topicName> | ||
<bodyName>imu_link</bodyName> | ||
<updateRateHZ>10.0</updateRateHZ> | ||
<gaussianNoise>0.0</gaussianNoise> | ||
<xyzOffset>0 0 0</xyzOffset> | ||
<rpyOffset>0 0 0</rpyOffset> | ||
<frameName>imu_link</frameName> | ||
<initialOrientationAsReference>false</initialOrientationAsReference> | ||
</plugin> | ||
<pose>0 0 0 0 0 0</pose> | ||
<imu> | ||
<angular_velocity> | ||
<x> | ||
<noise type="gaussian"> | ||
<mean>0.0</mean> | ||
<stddev>2e-4</stddev> | ||
<bias_mean>0.0000075</bias_mean> | ||
<bias_stddev>0.0000008</bias_stddev> | ||
</noise> | ||
</x> | ||
<y> | ||
<noise type="gaussian"> | ||
<mean>0.0</mean> | ||
<stddev>2e-4</stddev> | ||
<bias_mean>0.0000075</bias_mean> | ||
<bias_stddev>0.0000008</bias_stddev> | ||
</noise> | ||
</y> | ||
<z> | ||
<noise type="gaussian"> | ||
<mean>0.0</mean> | ||
<stddev>2e-4</stddev> | ||
<bias_mean>0.0000075</bias_mean> | ||
<bias_stddev>0.0000008</bias_stddev> | ||
</noise> | ||
</z> | ||
</angular_velocity> | ||
<linear_acceleration> | ||
<x> | ||
<noise type="gaussian"> | ||
<mean>0.0</mean> | ||
<stddev>1.7e-2</stddev> | ||
<bias_mean>0.1</bias_mean> | ||
<bias_stddev>0.001</bias_stddev> | ||
</noise> | ||
</x> | ||
<y> | ||
<noise type="gaussian"> | ||
<mean>0.0</mean> | ||
<stddev>1.7e-2</stddev> | ||
<bias_mean>0.1</bias_mean> | ||
<bias_stddev>0.001</bias_stddev> | ||
</noise> | ||
</y> | ||
<z> | ||
<noise type="gaussian"> | ||
<mean>0.0</mean> | ||
<stddev>1.7e-2</stddev> | ||
<bias_mean>0.1</bias_mean> | ||
<bias_stddev>0.001</bias_stddev> | ||
</noise> | ||
</z> | ||
</linear_acceleration> | ||
</imu> | ||
|
||
</sensor> | ||
</gazebo> | ||
|
||
</robot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
src/ezbot_descr_simul/media/materials/scripts/aruco.material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
material arucoMat | ||
{ | ||
receive_shaddows off | ||
technique | ||
{ | ||
pass | ||
{ | ||
texture_unit | ||
{ | ||
texture aruco_id0.png | ||
} | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.