You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I constructed a Carla map by using an OpenDrive map and an FBX model, and it functioned properly in Carla. I generated a Lanelet map and a PCD based on the OpenDrive file. However, when I set CARLA_MAP_NAME as my map, follow error occurred.
[rviz2-80] Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
[rviz2-80] at line 156 in /tmp/binarydeb/ros-galactic-tf2-0.17.5/src/buffer_core.cpp
[rviz2-80] Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
[rviz2-80] at line 156 in /tmp/binarydeb/ros-galactic-tf2-0.17.5/src/buffer_core.cpp
[rviz2-80] Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
My workpace is ubuntu 20.04 ros2 galactic carla 0.9.13
The text was updated successfully, but these errors were encountered:
I successfully loaded the self-built map and managed to spawn vehicles in Carla, and also obtained the data from the on-board cameras. However, the vehicles failed to be spawned successfully in Autoware.
I didn't try to construct the customized map before, so might not be able to provide some valuable comments.
Perhaps you could give an initial pose in rviz and see whether it helps or not. I guess something went wrong in GNSS and it can't be localized successfully.
I constructed a Carla map by using an OpenDrive map and an FBX model, and it functioned properly in Carla. I generated a Lanelet map and a PCD based on the OpenDrive file. However, when I set CARLA_MAP_NAME as my map, follow error occurred.
My workpace is ubuntu 20.04 ros2 galactic carla 0.9.13
The text was updated successfully, but these errors were encountered: