Replies: 4 comments 11 replies
-
Thanks for highlighting this issue. If you would like to run the demos by using the rest of the Open-RMF binaries, you can do the following
mkdir ~/ws_rmf_demos/src -p
cd ~/ws_rmf_demos/src
git clone https://github.com/open-rmf/rmf_demos.git
sudo apt update && sudo apt install \
git cmake python3-vcstool curl \
-y
python3 -m pip install flask-socketio fastapi uvicorn datamodel_code_generator
sudo apt-get install python3-colcon*
cd ~/ws_rmf_demos
rosdep install --from-paths src --ignore-src --rosdistro humble -y
cd ~/ws_rmf_demos
source /opt/ros/humble/setup.bash
colcon build
cd ~/ws_rmf_demos
source install/setup.bash
ros2 launch rmf_demos_gz_classic office.launch.xml Alternatively, you can build the entire Open-RMF and the demos from source following the instructions here We will update the README shortly. Let us know if you face any issues. |
Beta Was this translation helpful? Give feedback.
-
Hi I am following the instructions above and received the following errors
May I know did I missed out anything? |
Beta Was this translation helpful? Give feedback.
-
Sorry , I followed the above steps, but encountered the following error:
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to install dependencies for the rmf package using rosdep, but it fails to locate definitions for the following Gazebo-related vendor packages: ~/rmf_ws$ rosdep install --from-paths src --ignore-src --rosdistro humble -y does anybody know why this error is showing up? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I just installed ubuntu 22.04 and Ros 2 humble following these instructions: https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html . I can run the talker and listener test so I assume my installation is succesful.
I am trying to install open-rmf following these instructions: https://github.com/open-rmf/rmf
However when I get to this step it fails.
sudo apt install ros-humble-rmf-demos-gz-classic
The error I get is:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ros-humble-rmf-demos-gz-classic
I have run the command
apt-cache search ros-humble-rmf
And I cannot see any demos-gz-classic nor demos-gz.
How should I proceed?. Please be as specific as possible since I am not an expert on linux.
Beta Was this translation helpful? Give feedback.
All reactions