Add send/cancel goal action and write documentation#36
Open
camistolo wants to merge 7 commits intocamistolo/set-initial-posefrom
Open
Add send/cancel goal action and write documentation#36camistolo wants to merge 7 commits intocamistolo/set-initial-posefrom
camistolo wants to merge 7 commits intocamistolo/set-initial-posefrom
Conversation
af9546f to
9664683
Compare
camistolo
commented
Jan 14, 2026
Comment on lines
-18
to
-21
| import rmf_adapter.plan as plan | ||
| import rmf_adapter.schedule as schedule | ||
|
|
||
| from rmf_fleet_msgs.msg import DockSummary |
Collaborator
Author
There was a problem hiding this comment.
Removed unused libraries
camistolo
commented
Jan 14, 2026
| password: "some_password" | ||
| limits: | ||
| linear: [0.4, 0.2] # velocity, acceleration | ||
| linear: [0.8, 0.2] # velocity, acceleration |
Collaborator
Author
There was a problem hiding this comment.
Increased the velocity to check if the robot moved faster, will need to double check this value
camistolo
commented
Jan 14, 2026
| robot_handler.publish_initial_pose() | ||
| all_initial_poses_published = all_initial_poses_published and robot_handler.initial_pose_published | ||
| if all_initial_poses_published: | ||
| self._initial_pose_timer.cancel() |
Collaborator
Author
There was a problem hiding this comment.
Only cancel the timer when all initial poses have been published on the robots
camistolo
commented
Jan 14, 2026
| andino1: | ||
| x: -1.158 | ||
| y: 2.0 | ||
| x: -1.0889 |
Collaborator
Author
There was a problem hiding this comment.
Checked new values from gazebo
camistolo
commented
Jan 14, 2026
Collaborator
Author
There was a problem hiding this comment.
Used office.pgm from the andino_gz repository to create this png file and make sure the map used by Open RMF matches the one used by nav2 and Gazebo
3e731a9 to
c5ea557
Compare
9664683 to
cd05e46
Compare
Signed-off-by: camistolo <camistolo@gmail.com>
Signed-off-by: camistolo <camistolo@gmail.com>
Signed-off-by: camistolo <camistolo@gmail.com>
Signed-off-by: camistolo <camistolo@gmail.com>
Signed-off-by: camistolo <camistolo@gmail.com>
Signed-off-by: camistolo <camistolo@gmail.com>
cd05e46 to
77f54c7
Compare
Signed-off-by: camistolo <camistolo@gmail.com>
77f54c7 to
d02b29b
Compare
This file contains hidden or 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
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.
Description
Add the remaining code for the fleet manager and robot handler to send/cancel a goal to the action of the corresponding robot selected by RMF