I am trying to change the map from levine to levine_obs to test my gap following algorithm for lab 4. I have placed the levine_obs.yaml and levine_obs.png files in the f1tenth_gym_ros/maps folder and modified the sim.yaml:
# map parameters
map_path: '/sim_ws/src/f1tenth_gym_ros/maps/levine_obs'
map_img_ext: '.png'
Unfortunately, after building and relaunching, I am still arriving at the same levine map. I found the build file in log and it showed that it was successfully copying the sim.yaml file and when looking at what was in the sim.yaml file using cat, it shows the correct filepath. Additionally, I can modify the origin for the levine.yaml file and it will work as intended. Does this have something to do with docker? Any help would be greatly appreciated. Thanks,
Malik.