Skip to content

Commit

Permalink
fixed textures on wheel and car body
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGibson274 committed May 27, 2020
1 parent f95a92d commit 5d39aaa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions autorally_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<run_depend>nodelet</run_depend>
<run_depend>cmake_modules</run_depend>
<run_depend>pointgrey_camera_driver</run_depend>
<run_depend>python-gpustat</run_depend>

<export>
<cpp cflags="-I${prefix}/include"/>
Expand Down
4 changes: 2 additions & 2 deletions autorally_description/urdf/cad/Vehicle_Texture.dae
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</library_lights>
<library_images>
<image id="Car_Texture_jpg" name="Car_Texture_jpg">
<init_from>Car_Texture.jpg</init_from>
<init_from>../textures/Car_Texture.jpg</init_from>
</image>
</library_images>
<library_effects>
Expand Down Expand Up @@ -222,4 +222,4 @@
<scene>
<instance_visual_scene url="#Scene"/>
</scene>
</COLLADA>
</COLLADA>
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</library_lights>
<library_images>
<image id="Wheel_Texture_jpg" name="Wheel_Texture_jpg">
<init_from>Wheel_Texture.jpg</init_from>
<init_from>../textures/Wheel_Texture.jpg</init_from>
</image>
</library_images>
<library_effects>
Expand Down Expand Up @@ -222,4 +222,4 @@
<scene>
<instance_visual_scene url="#Scene"/>
</scene>
</COLLADA>
</COLLADA>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</asset>
<library_images>
<image id="Wheel_Texture_jpg" name="Wheel_Texture_jpg">
<init_from>Wheel_Texture.jpg</init_from>
<init_from>../textures/Wheel_Texture.jpg</init_from>
</image>
</library_images>
<library_effects>
Expand Down Expand Up @@ -123,4 +123,4 @@
<scene>
<instance_visual_scene url="#Scene"/>
</scene>
</COLLADA>
</COLLADA>

0 comments on commit 5d39aaa

Please sign in to comment.