-
Notifications
You must be signed in to change notification settings - Fork 59
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
Cannot use the following command: sudo apt update && sudo apt install ros-rolling-rmf-dev
#459
Comments
It should be available soon. For the time being, could you use Iron/Humble on 22.04? |
Hello, I have tried the humble version. the same problem exists. What should I do? |
That is strange... Have you added ROS 2 repository to your apt sources? ie followed instructions here? I can't reproduce the error. See below. yadunund@ubuntu-22-04:~$ apt-cache policy ros-humble-rmf-dev
ros-humble-rmf-dev:
Installed: 0.0.1-1jammy.20240327.181631
Candidate: 0.0.1-1jammy.20240327.181631
Version table:
*** 0.0.1-1jammy.20240327.181631 500
500 http://packages.ros.org/ros2/ubuntu jammy/main amd64 Packages
100 /var/lib/dpkg/status |
I have this response:
|
This looks suspicious. Can you confirm that you followed instructions here to enable the required repositories ? ie can you install other ROS packages? |
I installed humble, rolling and iron, it seems that the repository is not available. |
I see a Other core packages are available and you should be able to install them. |
Hello, The problem is that we need the development libraries to develop our own application inside the raspberry, and most if not all are not available. I tried to install Open RMF using Binary Installation and Building from source, however. It requires development libraries that are not found. Thank you for reading. |
Can you elaborate more on what you are exactly trying to do? Still though, I believe the only part that is missing is the simulation packages, and that is actually due to Gazebo itself not supporting |
We are trying to implement Open RMF inside Raspberry pi to be both Server and a Client inside its network the network. Also don't we need the |
@ibrahimdevoloper could try installing Alternatively, gz sim binaries are now available for arm64 on noble. See osrf/ros2_test_cases#1274. But in order to install rmf-dev, we would need to remove all our gz_clsssic packages and bloom a new release of rmf_simulation and rmf_traffic_editor into rolling/jazzy. But this will take some time (likely after jazzy is released). |
Before proceeding, is there an existing issue or discussion for this?
Description
Hello,
I am installing the openRMF in ubuntu 22.04 with rolling version of ros.
when I try to complete the step of this command:
sudo apt update && sudo apt install ros-rolling-rmf-dev
I receive the following response:
Can you please help?
where should I begin seaching or what I am missing?
Thank you very much for your kind response, in advance.
The text was updated successfully, but these errors were encountered: