New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAVROS raspberry pi installation error #576
Comments
Did you install ROS? I mean base system. Check that guide: http://dev.px4.io/ros-raspberrypi-installation.html |
Also note that debian officially supported starting from Kinetic. |
@vooon I realized that I didn't install the released packages at 4.2 Are you suggesting that it is better to install kinetic than indigo? I supposed it was better to follow the tutorial as indigo |
I have reinstalled raspbian(Jessie) and followed the whole process of the guide: http://dev.px4.io/ros-raspberrypi-installation.html Still have the same error message of not being able to find package for OS [debian] |
Switch to kinetic may help, may don't. Now i don't have access to my RPi2, but i used Ubuntu image. |
So I had to use rosinstall_generator to get a bunch of packages which rosdep could not find. These are the packages I had to add to the mavros.install file.
However, rosdep was showing unresolved dependencies
Anyway, I tried building anyway but catkin build is not being able to build but urdf wouldn't build without it. @vooon maybe I should consider using the ubuntu image on my raspberry pi 2 |
"fixed" this by adding --os=ubuntu:trusty
was allso missing liburdf packages for mavros-extras, got these from the ubuntu trusty armhf ppa. Installing mavros using binaries still causes problems for me on the RPI3 which kinda sucks since building it from source takes hours. |
@annesteenbeek have you done the rosdep on raspbian Jessie? It's good if it works! I have fixed the problem by changing running ubuntu 14.04 on Raspberry Pi |
Yes, raspbian jessie lite on RPI3, it did give some errors when starting up, (don't have access to rpi atm else I would post them) but it ran fine. Would like to have installed ubuntu but couldn't find any 14.04 images for RPI3. Do think the wiki tutorial and PX4 tutorial should be updated since both don't work as step by step guides anymore. |
@annesteenbeek hello! I had the same problem in RPI3 when using rosdep. Have you solved this problem? or should I change system into ubuntu 14.04 in RPI3? |
If I remember correctly, I solved this by adding some ubuntu ARM repositories. However. I do think the easiest method to solve this is to run Ubuntu on the pi. Be it 14.04 or 16.04. This also helps with overall Ros comparability. |
@ChrisYin In my opinion, changing to ubuntu 14.04 will save you a lot of time. Raspian will keep having compatibility issues using different ROS packages |
@Jaeyoung-Lim Hello kind sir, have u actually got it up and running? If so, can u please share me ur solution for this matter? |
@chngdickson I ended up giving up on Raspbian and installed Ubuntu 14.04 on RPi2 I have a summary of making it up and running here |
I am trying to install mavros on Raspberry Pi 2
Following the instructions of installing mavros from source, I get an error from
How can I solve this problem?
The text was updated successfully, but these errors were encountered: