I'm using the PXfmini with the raspberrypi3 for a project and I need to use mavros and python code. My operative system is Frambuesa. I created the catkin workspace and I tested the c++ file takeoff_land_ and it works very well.
Now I need to test the python code, because I have to work with it, I’m using this example and I followed all the instructions to compile the statusleds.py :
https://github.com/erlerobot/ros_erle_statusled
But this is the error that the screen showed me:
How can I fix this?
I already tried this commands: Access GPIO pins without root. No access to /dev/mem. Try running as root!
thank you :)
sudo rosrun ...
)? What happens if you do that? – Aurora0001 Oct 24 '17 at 16:01