-
Notifications
You must be signed in to change notification settings - Fork 97
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
EasyFullControl integration with rmf_demos #158
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
3 tasks
I don't think we need to keep the previous fleet adapter implementation since this was copied into the implementation of EasyFullControl? |
@Yadunund do we need to keep the python implementation in case some users want to modify the internal logic for their own application? |
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyu@openrobotics.org>
Signed-off-by: Xi Yu Oh <xiyuoh@intrinsic.ai>
Signed-off-by: Xi Yu Oh <xiyuoh@intrinsic.ai>
Signed-off-by: Xi Yu Oh <xiyuoh@intrinsic.ai>
Signed-off-by: Xi Yu Oh <xiyuoh@intrinsic.ai>
Signed-off-by: Xiyu Oh <xiyu@openrobotics.org>
Signed-off-by: Michael X. Grey <grey@openrobotics.org> Signed-off-by: Aaron Chong <aaronchongth@gmail.com> Co-authored-by: Aaron Chong <aaronchongth@gmail.com> Co-authored-by: Yadunund <yadunund@openrobotics.org>
mxgrey
approved these changes
Aug 18, 2023
Yadunund
added a commit
that referenced
this pull request
Sep 18, 2023
Signed-off-by: Xi Yu Oh <xiyuoh@intrinsic.ai> Signed-off-by: Yadunund <yadunund@openrobotics.org> Signed-off-by: Michael X. Grey <grey@openrobotics.org> Signed-off-by: Aaron Chong <aaronchongth@gmail.com> Co-authored-by: Yadunund <yadunund@openrobotics.org> Co-authored-by: Grey <grey@openrobotics.org> Co-authored-by: Aaron Chong <aaronchongth@gmail.com>
xiyuoh
added a commit
that referenced
this pull request
Sep 19, 2023
Signed-off-by: Xi Yu Oh <xiyuoh@intrinsic.ai> Signed-off-by: Yadunund <yadunund@openrobotics.org> Signed-off-by: Michael X. Grey <grey@openrobotics.org> Signed-off-by: Aaron Chong <aaronchongth@gmail.com> Co-authored-by: Xiyu <xiyu@openrobotics.org> Co-authored-by: Grey <grey@openrobotics.org> Co-authored-by: Aaron Chong <aaronchongth@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR depends on open-rmf/rmf_ros2#235.
It demonstrates how you can create a fleet adapter with the EasyFullControl API and its python bindings:
EasyFullControl::make
, and appropriate callbacks such as get_position, navigate, dock, etc. modified from RobotClientAPI are passed to the adapter viaEasyFullControl::add_robot
for each robot that should be added to the fleet. These callbacks are used by the internal fleet adapter code to receive updates from and send commands to the fleet robots.action
field is added to the Office world's tinyRobot config file to support teleop actions as part of the EasyFullControl API.easy_fleet
is also added to the fleet adapter launch file to easily switch between the currentrmf_demos_fleet_adapter
and the EasyFullControl adapter implementations.To test, you may run any full control demo world with an
easy_fleet:=1
flag. For example: