Improper spawning of custom vehicle model #5481
-
Hello Everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Maybe you can try modifying |
Beta Was this translation helpful? Give feedback.
-
Thank You, the above process solves the issue |
Beta Was this translation helpful? Give feedback.
Maybe you can try modifying
vehicle.xacro
by adjusting the<origin>
tag:<origin xyz="${vehicle_info['/**']['ros__parameters']['wheel_base']/2.0} 0 0" rpy="${pi/2.0} 0 ${pi}"/>.
Modify the
rpy
values to change the coordinate orientation.