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
Rviz2 keeps crashing with the command and not be able to run.
Even after the launch file has been running with map frame available, runing the rviz2 in another terminal, the same issue happens:
...
[INFO] [1686646324.780229458] [rviz2]: Actual frame buffer FSAA: 4, gamma: 0, colourBufferSize: 32
[INFO] [1686646324.780647101] [rviz2]: Created GL 3.0 context
[INFO] [1686646324.781219127] [rviz2]: GLXWindow::create used FBConfigID = 211
[INFO] [1686646324.781264919] [rviz2]: Stereo is NOT SUPPORTED
[INFO] [1686646324.781614396] [rviz2]: Using FSAA from GL_ARB_multisample extension.
Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
at line 93 in ./src/buffer_core.cpp
Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
at line 93 in ./src/buffer_core.cpp
Segmentation fault (core dumped)
Do you have any clue to solve this issue?
Let me know if you would like to check the entire log since it's quite long.
Thank you in advanced.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to test run the planning_simulation by following the steps and everything works fine until the following line:
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
Rviz2 keeps crashing with the command and not be able to run.
Even after the launch file has been running with
map
frame available, runing the rviz2 in another terminal, the same issue happens:Here's the last couple of lines of the log:
Do you have any clue to solve this issue?
Let me know if you would like to check the entire log since it's quite long.
Thank you in advanced.
The text was updated successfully, but these errors were encountered: