Skip to content
Snippets Groups Projects
Commit a773dc9f authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Chnaged the position of the sensors on the urdf file to match their real position.

  * Velodyne rotated 180 degrees
  * Realsense pitch set to 0.26 radians.
parent 230f7574
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</joint> </joint>
<xacro:velodyne_vlp16 name="velodyne" parent="${parent}" resolution="high_res" sim_config="$(find iri_ana_gazebo)/config/ana_velodyne_config.yaml"> <xacro:velodyne_vlp16 name="velodyne" parent="${parent}" resolution="high_res" sim_config="$(find iri_ana_gazebo)/config/ana_velodyne_config.yaml">
<origin xyz="0.0 0.0 0.1" rpy="0 0 0" /> <origin xyz="0.0 0.0 0.1" rpy="0 0 3.14159" />
</xacro:velodyne_vlp16> </xacro:velodyne_vlp16>
<link name="${name}_realsense_support"> <link name="${name}_realsense_support">
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</joint> </joint>
<xacro:realsense_depth parent="${name}_realsense_support" model="d435" sim_config="$(find iri_ana_gazebo)/config/ana_realsense_config.yaml"> <xacro:realsense_depth parent="${name}_realsense_support" model="d435" sim_config="$(find iri_ana_gazebo)/config/ana_realsense_config.yaml">
<origin xyz="0.0 0.0 0.0265" rpy="0 0.52 0" /> <origin xyz="0.0 0.0 0.0265" rpy="0 0.26 0" />
</xacro:realsense_depth> </xacro:realsense_depth>
<xacro:bno055_imu name="imu" parent="base_footprint" resolution="low_res" sim_config="$(find iri_ana_gazebo)/config/ana_bno055_config.yaml"> <xacro:bno055_imu name="imu" parent="base_footprint" resolution="low_res" sim_config="$(find iri_ana_gazebo)/config/ana_bno055_config.yaml">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment