-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat(rai_node
): execute mission as ros2 action
#208
Merged
boczekbartek
merged 12 commits into
refactor/hmi
from
bb/rai_node/handle_task_as_action
Sep 17, 2024
Merged
feat(rai_node
): execute mission as ros2 action
#208
boczekbartek
merged 12 commits into
refactor/hmi
from
bb/rai_node/handle_task_as_action
Sep 17, 2024
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
rai_node
): handle tasks as ros2 actionsrai_node
): execute mission as ros2 action
0c7080f
to
c652e4c
Compare
f2ffeea
to
f1ee683
Compare
format improvements
6022271
to
165b51d
Compare
maciejmajek
approved these changes
Sep 17, 2024
boczekbartek
added a commit
that referenced
this pull request
Sep 17, 2024
maciejmajek
pushed a commit
that referenced
this pull request
Sep 17, 2024
maciejmajek
pushed a commit
that referenced
this pull request
Sep 18, 2024
4 tasks
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.
Purpose
Proposed Changes
rai_node
as ros2 actions. Action server is/perform_task
.src/rai/rai/node.py
Issues
Testing
Terminal 1
Terminal 2
Run simulation:
https://github.com/RobotecAI/rai-rosbot-xl-demo/releases/tag/v0.1.0
Terminal 3
cd src/examples/rosbot-xl-demo ./run-nav.bash
Terminal 4
. ./setup_shell.sh python examples/rosbot-xl-generic-node-demo.py
Terminal 5
. ./setup_shell.sh streamlit run src/rai_hmi/rai_hmi/streamlit_hmi_node.py rosbot_xl_whoami
TODOs
rai_interfaces/../Task.action
[WARN] [1725631842.744809111] [rai_node.action_server]: Goal state not set, assuming aborted. Goal ID: [143 141 99 196 101 201 72 161 176 90 69 28 3 219 125 208]
src/rai/rai/node.py