You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem occurred since yesterday ( 12 June ) and maybe before when I tried to run some demos to try new things but failed, Today I tried launching from docker but failed too.
The text was updated successfully, but these errors were encountered:
After long hours of trying different things without success ( building docker myself, going with rolling, ...)
I managed to narrow it down to my first problem, not being able to launch demos anymore since ros-humble update 1 week ago
What is the exact use of this file ? ./lib/python/site-packages/rmf_adapter.cpython-310-x86_64-linux-gnu.so
When moving from binaries to building from source, it says to delete everything from rmf binaries and that library disappeared making it impossible to use adapters in python anymore because it was impossible to import rmf_adapter
Maybe I just don't understand how that works ( keep in mind I'm new to this world of cpp and linux )
The docker images are not building correctly since the underlay has not been updated from humble and ros_gz packages don't build. See #480.
Please stick to binaries or source build in the meanwhile.
When moving from binaries to building from source, it says to delete everything from rmf binaries and that library disappeared making it impossible to use adapters in python anymore because it was impossible to import rmf_adapter
Once you build from source, you can source this workspace and then build your custom fleet adapter.
Yadunund
changed the title
[Bug]: Cannot Launch rmf demos properly since at least 12 June 2024
[Bug]: Cannot Launch rmf demos properly since at least 12 June 2024 via official docker image
Jun 17, 2024
Before proceeding, is there an existing issue or discussion for this?
OS and version
Ubuntu 22.04
Open-RMF installation type
Docker
Other Open-RMF installation methods
No response
Open-RMF version or commit hash
2.3.0
ROS distribution
Rolling
ROS installation type
Docker
Other ROS installation methods
No response
Package or library, if applicable
No response
Description of the bug
No demo scenario can be launched properly
More precisely, the fleet adapter cannot connect to the server
This causes the scenarios to not be usable as is.
Steps to reproduce the bug
Follow the instructions here
Expected behavior
Launch with no problem nor tinkering needed
Actual behavior
Cannot use as is
Additional information or screenshots
This problem occurred since yesterday ( 12 June ) and maybe before when I tried to run some demos to try new things but failed, Today I tried launching from docker but failed too.
The text was updated successfully, but these errors were encountered: