Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion description/imu.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<joint name="imu_joint" type="fixed">
<parent link="base_link"/>
<child link="imu_link"/>
<origin xyz="0.0 0 0.068" rpy="0 0 0"/>
<origin xyz="-0.036 0.039 0.015" rpy="0 0 0"/>
</joint>

<link name="imu_link"/>
Expand Down
7 changes: 3 additions & 4 deletions description/lidar.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" >

<joint name="laser_joint" type="fixed">
<parent link="water_tank_link"/>
<parent link="base_link"/>
<child link="laser_frame"/>
<origin xyz="0 0 0.15" rpy="0 0 0"/>
<origin xyz="0 0 0.12" rpy="0 0 0"/>
</joint>
<link name="laser_frame">
<visual>
<origin xyz="0.1 0 0.05" rpy="0 0 0"/>
<geometry>
<mesh filename = "package://description/meshes/lidar.dae"/>
<mesh filename = "package://kpi_rover/description/meshes/lidar.stl" scale="0.001 0.001 0.001"/>
</geometry>
</visual>
<inertial>
Expand Down
3 changes: 3 additions & 0 deletions description/materials.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<material name="white">
<color rgba="1 1 1 1" />
</material>
<material name="yellow">
<color rgba="1 1 0 1"/>
</material>

<material name="blue">
<color rgba="${0/255} ${0/255} ${255/255} 1.0"/>
Expand Down
Binary file added description/meshes/kpi_rover_body.stl
Binary file not shown.
253 changes: 0 additions & 253 deletions description/meshes/lidar.dae

This file was deleted.

Loading