-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add speed limit publishing to full control fleet adapter #132
Conversation
rmf_fleet_adapter/src/rmf_fleet_adapter/agv/FleetUpdateHandle.cpp
Outdated
Show resolved
Hide resolved
Update and tested against the office world with a speed limit as shown in the issue ticket. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Couple of minor comments
Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
510dcf8
to
009bfd0
Compare
New feature implementation
Implemented feature
Requires open-rmf/rmf_internal_msgs#28 Add publishing of lane level speed limit to full_control adapter.
Implementation description
This PR parses the graph and publishes the speed_limit if one was found when reading the navgraph so the downstream simulated robots can respect it.