I'm working on the tutorial "ROS Autonomous Vehicles 101".
In chapter 2 (Sensors) I follow the steps to get the AerialMapDisplay loaded, but RVIZ gives the error "Failed to create cache folder [..]" (see I guess it is due to missing access rights on this folder. Does there exist any workaround? |
Hi, Its due to the fact that its using the installed version of the rviz_satellite ROS package where you dont have access. To solve this you just have to do the following:
You should then get something like this: |