Using op_autoware_bridge_2 to run CARLA simulator with Autoware.universe #2667
hatem-darweesh
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Regarding the localization issue, possible cause that I can think of is IMU data. If you are using a default localization launch, it should fuse the imu data with velocity status by overwriting the angular velocity information so if you have IMU output yaw in opposite direction you might have an error as in the video. https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-interfaces/components/vehicle-dimensions/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello ,
This is half show & tell, half question, because the integration is not working fully yet.
First of all, this is the overview diagram:
First test video, Localization + Perception working
Modifications (Notes):
<arg name="input/obstacle_segmentation/pointcloud" value="$(var input/pointcloud)"/>
Issues:
I can’t receive steering feedback from CARLA os when I try to publish “/vehicle/status/velocity_status” with “heading_rate” = 0.0 the localization always goes to the opposite direction. (check video 2, localization error)Fixed by adjusting the orientation of the IMU data.I would appreciate if any one can help.
Additional links:
bridge
agent
scenario runner
Beta Was this translation helpful? Give feedback.
All reactions