Skip to content
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

Melodic? #102

Open
pitosalas opened this issue Aug 15, 2020 · 8 comments
Open

Melodic? #102

pitosalas opened this issue Aug 15, 2020 · 8 comments

Comments

@pitosalas
Copy link

Will sudo apt install ros-kinetic-raspicam-node work correctly with melodic?

@karsjen
Copy link

karsjen commented Sep 14, 2020

i followed the build instructions in the readme section (using the kinetic branch), typing melodic instead of kinetic when running rosdep (rosdep install --from-paths src --ignore-src --rosdistro=melodic -y) and it is working correctly. I am running it on a raspberry pi 4.

@adi3
Copy link

adi3 commented Sep 16, 2020

I can confirm that the node builds and runs on melodic if we skip the --rosdistro=kinetic option. @rohbotics will the maintainers consider accepting a pull request for a melodic branch on this repo? It doesn't seem like too much work (just need to update README and put in a request at ros index), so I can take this up. Let me know

@rohbotics
Copy link
Member

Hi sorry for not following this issue. I think a README change would be great!

What OS are you guys running Melodic on? The reason I have been hesitant on saying we have melodic support is that IIRC the Ubuntu Mate images didn't have mmal installed so raspicam wouldn't even build.

As for a debian release, it's not really possible through the ROS buildfarm because of the requirement of having mmal (a raspberry pi specific thing) installed on the build machine. We (Ubiquity Robotics) don't have a melodic buildfarm or apt repo, so I could try to make a one-off package but that's about it.. We are planning on skipping directly to Noetic in a few months.

@adi3
Copy link

adi3 commented Sep 17, 2020

@rohbotics I'm running Ubuntu Mate based on Bionic (18.04), but it would likely work on vanilla Ubuntu Bionic as well. I was able to build and get the package working without any modifications to code.
Quick point to clarify - how is it that you are able to provide raspicam on kinetic via the ROS buildfarm, but cannot do the same for melodic? I'd imagine we can take the same process to make a debian release available for melodic as well.

@karsjen
Copy link

karsjen commented Sep 17, 2020

@rohbotics i am running it on raspbian buster. For me, building the package was also without any issues.

@rohbotics
Copy link
Member

@adi3 We don't build on the ROS buildfarm, we build on our own buildfarm for kinetic. We don't have a melodic buildfarm, but we do have a noetic one in progress.

@aladdinmck
Copy link

aladdinmck commented Apr 20, 2021

I've tried running '$ rosdep install --from-paths src --ignore-src --rosdistro=melodic -y'
and 'rosdep install --from-paths src --ignore-src -y' (without the --rosdistro=kinetic option) and it's not working.
E: Unable to locate package libraspberrypi-dev
I'm running Ubuntu 18.04 on RaspberryPi 3

@anfederman
Copy link

anfederman commented Apr 20, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants