I’d been following the video list in the drone programming course SITL Drone Introduction video(Simulated Computer drone) when something I could not figure out why the console window and the map widow did not appear after compiling the arducopter firmware from the command sim_vehicle.py --map --console.
Checkout my full screen desktop screenshot missing console & map window. I hope anyone can help.
Just like you said, I found the file wx_loader.py in my specified directory. From that point, what shall I do next? So I just assume the file exist so, I goto next step…
Reinstall MAVProxy1.6.2, try the command again: sim_vehicle.py --map --console but still the same- No map, No console.
Then I upgrade it by typing command pip install --upgrade pip - same problem.
I just took this course as well, so no expert… But I have been successfully running the bash scripts.
Caleb warns in the video not to upgrade pip, as it might cause problems.
After installing mavproxy, did you run: sudo usermod -a -G dialout $USER sudo apt remove modemanager
If I encountered this issue, frankly I would reinstall everything starting with ubuntu. There are a number of steps where a slight mistake could mess you up.
Make sure you have entered all the required dependencies.
As a side note, the video didn’t include the screen dependency, which is needed for the bash commands.
I just tried installing the pre-configured package from Caleb and all good. I assume then you instead tried to build it yourself per the lecture? Remembered to not upgrade pip? What versions pip, ubuntu, MAVProxy, Copter and python are installed? Could you provide a screenshot of your command and resulting messages?