For developing an autotest-subtest it would be very helpful to have the --map to see what is happening.
When I use: …/Tools/autotest/sim_vehicle.py --no-rebuild -L CMAC --console --map
all is running as expected.
When I use: ./Tools/autotest/autotest.py --map test.Plane
the test is running, but I can’t see a map.
In the output in the terminal I can find “Failed to load module: No module named ‘map’”
(see last line)
How could I fix that?