Skip to content

Commit 3bc4f09

Browse files
authored
Merge pull request #608 from JdeRobot/fix-global-nav-rot
Fix global nav rotation
2 parents 61a7384 + c26a5a5 commit 3bc4f09

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CustomRobots/taxi_navigator/models/taxi_holo_ROS_harmonic/model.sdf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Chassis link -->
88
<link name="taxi_holo">
99
<inertial>
10-
<mass>750.0</mass>
10+
<mass>1.0</mass>
1111
<inertia>
1212
<ixx>1</ixx><ixy>0.0</ixy><ixz>0.0</ixz>
1313
<iyy>1</iyy><iyz>0.0</iyz>
@@ -17,13 +17,15 @@
1717

1818
<!-- collision & visual both use the same mesh -->
1919
<collision name="collision">
20+
<pose>0 0 0 1.57 0 0 </pose>
2021
<geometry>
2122
<mesh>
2223
<uri>model://taxi_holo_ROS_harmonic/meshes/taxi_holo.obj</uri>
2324
</mesh>
2425
</geometry>
2526
</collision>
2627
<visual name="visual">
28+
<pose>0 0 0 1.57 0 0 </pose>
2729
<geometry>
2830
<mesh>
2931
<uri>model://taxi_holo_ROS_harmonic/meshes/taxi_holo.obj</uri>

Worlds/taxi_navigation_city_large.world

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</include>
6969
<!-- My robots -->
7070
<include>
71-
<pose>0 0 0.1 1.5529944 0 -1.5529944</pose>
71+
<pose>0 0 0.1 0 0 -1.5529944</pose>
7272
<uri>model://taxi_holo_ROS_harmonic</uri>
7373
</include>
7474

0 commit comments

Comments
 (0)