Robotics StackExchange | Archived questions

Frame [map] does not exit error in rviz

I have Autoware.Auto docker image on Ubuntu 20.04. I can visualize autonomoustuffparkinglot.osm map in rviz and now I want to try a basic SingleLaneRoad map instead of default autonomoustuffparkinglot map. For this I changed the values of variables below for the new map

They had those values in the code:

I followed this answer and made also the following changes:

I downloaded SingleLaneRoad.osm file from LGSVL simulator and SingleLaneRoad.pcd file from this repo. However, I couldn't find SingleLaneRoad.yaml file. How can I find it?

I tried to replicate SingleLaneRoad.yaml file and tested the code. The map is not loaded in rviz and there is Frame [map] does not exit error. Maybe the reason is the missing yaml file, but I am not sure. What else should I do? Any help appreciated, I really stuck.

Asked by koraykoca on 2022-05-26 12:56:04 UTC

Comments

Answers