Replies: 1 comment 1 reply
-
I think the bug is on this line: https://github.com/open-rmf/rmf_ros2/blob/efccf11088055e283a3a29071ee7a0364f405af6/rmf_fleet_adapter/src/rmf_fleet_adapter/TaskManager.cpp#L747 If you're building from source you could try changing that line to
and then running the test again. I'll try to find time early this week to reproduce the bug and test this possible fix. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to understand how skip phase works and encountered error in the fleet adapter after skip phase request is submitted.
Logs
After task request is submitted:
After task skip phase request is submitted:
Steps to replicate:
Edit tinyRobot_config.yaml in office demo:
actions: ["custom_action"]
Launch office simulation (after rebuilding
rmf_demos
workspace).Submit a task request with the following content:
dispatch_task_request
response
Submit Skip Phase Request:
skip phase request
response
Beta Was this translation helpful? Give feedback.
All reactions