-
Notifications
You must be signed in to change notification settings - Fork 59
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
Switch to rst changelogs #276
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: Yadunund <[email protected]>
mxgrey
approved these changes
May 23, 2023
aaronchongth
pushed a commit
that referenced
this pull request
Jul 3, 2023
Signed-off-by: Yadunund <[email protected]>
aaronchongth
pushed a commit
that referenced
this pull request
Jul 3, 2023
Signed-off-by: Yadunund <[email protected]>
aaronchongth
added a commit
that referenced
this pull request
Jul 3, 2023
* Adding initiator and request time to booking Signed-off-by: Aaron Chong <[email protected]> * Use new booking and request API for EmergencyPullover and ResponsiveWait Signed-off-by: Aaron Chong <[email protected]> * Using new booking and request API for FleetUpdateHandle Signed-off-by: Aaron Chong <[email protected]> * Use requester instead of initiator, use new API Signed-off-by: Aaron Chong <[email protected]> * requester name for finishing task factories Signed-off-by: Aaron Chong <[email protected]> * Using reverted constructors with nullopt default parameters Signed-off-by: Aaron Chong <[email protected]> * Fix build failures on build farm (#274) * Fix style for rmf_fleet_adapter Signed-off-by: Yadunund <[email protected]> * Make colcon test pass for rmf_traffic_ros2 Signed-off-by: Yadunund <[email protected]> * Add rmf_fleet_adapter_python to build ci Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Yadunund <[email protected]> * Update changelogs and bump patch (#275) Signed-off-by: Yadunund <[email protected]> * Switch to rst changelogs (#276) Signed-off-by: Yadunund <[email protected]> * Put the action finished callback in a schedule instead of triggering immediately (#273) * Put the action finished callback in a schedule instead of triggering immediately Signed-off-by: Michael X. Grey <[email protected]> * Style Signed-off-by: Yadunund <[email protected]> * Update CHANGELOG Signed-off-by: Michael X. Grey <[email protected]> * Move changelog entry into forthcoming Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Yadunund <[email protected]> Co-authored-by: Yadunund <[email protected]> * Revert changes to constructing finish request factories Signed-off-by: Aaron Chong <[email protected]> * Using overloaded TaskPlanner constructor to pass in name of fleet update handle Signed-off-by: Aaron Chong <[email protected]> * Using overloaded rmf_task make functions Signed-off-by: Aaron Chong <[email protected]> * Update changelogs Signed-off-by: Yadunund <[email protected]> * 2.2.0 * Bump 2.3.0 (#282) Signed-off-by: Yadunund <[email protected]> * Use new booking and request API, updated legacy FullControl fleet adapter Signed-off-by: Aaron Chong <[email protected]> * Added node as parameter to pybinded set_task_planner_params, to pass planner_id and time functor to finishing task factory Signed-off-by: Aaron Chong <[email protected]> * Using system_clock instead of steady_clock Signed-off-by: Aaron Chong <[email protected]> * Remove the need to pass a node into the set_task_planner_params python binding Signed-off-by: Michael X. Grey <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Co-authored-by: Yadu <[email protected]> Co-authored-by: Grey <[email protected]> Co-authored-by: Yadunund <[email protected]>
aaronchongth
added a commit
that referenced
this pull request
Jul 3, 2023
* Adding initiator and request time to booking Signed-off-by: Aaron Chong <[email protected]> * Use new booking and request API for EmergencyPullover and ResponsiveWait Signed-off-by: Aaron Chong <[email protected]> * Using new booking and request API for FleetUpdateHandle Signed-off-by: Aaron Chong <[email protected]> * Use requester instead of initiator, use new API Signed-off-by: Aaron Chong <[email protected]> * requester name for finishing task factories Signed-off-by: Aaron Chong <[email protected]> * Using reverted constructors with nullopt default parameters Signed-off-by: Aaron Chong <[email protected]> * Fix build failures on build farm (#274) * Fix style for rmf_fleet_adapter Signed-off-by: Yadunund <[email protected]> * Make colcon test pass for rmf_traffic_ros2 Signed-off-by: Yadunund <[email protected]> * Add rmf_fleet_adapter_python to build ci Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Yadunund <[email protected]> * Update changelogs and bump patch (#275) Signed-off-by: Yadunund <[email protected]> * Switch to rst changelogs (#276) Signed-off-by: Yadunund <[email protected]> * Put the action finished callback in a schedule instead of triggering immediately (#273) * Put the action finished callback in a schedule instead of triggering immediately Signed-off-by: Michael X. Grey <[email protected]> * Style Signed-off-by: Yadunund <[email protected]> * Update CHANGELOG Signed-off-by: Michael X. Grey <[email protected]> * Move changelog entry into forthcoming Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Yadunund <[email protected]> Co-authored-by: Yadunund <[email protected]> * Revert changes to constructing finish request factories Signed-off-by: Aaron Chong <[email protected]> * Using overloaded TaskPlanner constructor to pass in name of fleet update handle Signed-off-by: Aaron Chong <[email protected]> * Using overloaded rmf_task make functions Signed-off-by: Aaron Chong <[email protected]> * Update changelogs Signed-off-by: Yadunund <[email protected]> * 2.2.0 * Bump 2.3.0 (#282) Signed-off-by: Yadunund <[email protected]> * Use new booking and request API, updated legacy FullControl fleet adapter Signed-off-by: Aaron Chong <[email protected]> * Added node as parameter to pybinded set_task_planner_params, to pass planner_id and time functor to finishing task factory Signed-off-by: Aaron Chong <[email protected]> * Using system_clock instead of steady_clock Signed-off-by: Aaron Chong <[email protected]> * Remove the need to pass a node into the set_task_planner_params python binding Signed-off-by: Michael X. Grey <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Co-authored-by: Yadu <[email protected]> Co-authored-by: Grey <[email protected]> Co-authored-by: Yadunund <[email protected]> (cherry picked from commit dc740df) Signed-off-by: Aaron Chong <[email protected]>
aaronchongth
added a commit
that referenced
this pull request
Jul 3, 2023
* Adding initiator and request time to booking Signed-off-by: Aaron Chong <[email protected]> * Use new booking and request API for EmergencyPullover and ResponsiveWait Signed-off-by: Aaron Chong <[email protected]> * Using new booking and request API for FleetUpdateHandle Signed-off-by: Aaron Chong <[email protected]> * Use requester instead of initiator, use new API Signed-off-by: Aaron Chong <[email protected]> * requester name for finishing task factories Signed-off-by: Aaron Chong <[email protected]> * Using reverted constructors with nullopt default parameters Signed-off-by: Aaron Chong <[email protected]> * Fix build failures on build farm (#274) * Fix style for rmf_fleet_adapter Signed-off-by: Yadunund <[email protected]> * Make colcon test pass for rmf_traffic_ros2 Signed-off-by: Yadunund <[email protected]> * Add rmf_fleet_adapter_python to build ci Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Yadunund <[email protected]> * Update changelogs and bump patch (#275) Signed-off-by: Yadunund <[email protected]> * Switch to rst changelogs (#276) Signed-off-by: Yadunund <[email protected]> * Put the action finished callback in a schedule instead of triggering immediately (#273) * Put the action finished callback in a schedule instead of triggering immediately Signed-off-by: Michael X. Grey <[email protected]> * Style Signed-off-by: Yadunund <[email protected]> * Update CHANGELOG Signed-off-by: Michael X. Grey <[email protected]> * Move changelog entry into forthcoming Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Yadunund <[email protected]> Co-authored-by: Yadunund <[email protected]> * Revert changes to constructing finish request factories Signed-off-by: Aaron Chong <[email protected]> * Using overloaded TaskPlanner constructor to pass in name of fleet update handle Signed-off-by: Aaron Chong <[email protected]> * Using overloaded rmf_task make functions Signed-off-by: Aaron Chong <[email protected]> * Update changelogs Signed-off-by: Yadunund <[email protected]> * 2.2.0 * Bump 2.3.0 (#282) Signed-off-by: Yadunund <[email protected]> * Use new booking and request API, updated legacy FullControl fleet adapter Signed-off-by: Aaron Chong <[email protected]> * Added node as parameter to pybinded set_task_planner_params, to pass planner_id and time functor to finishing task factory Signed-off-by: Aaron Chong <[email protected]> * Using system_clock instead of steady_clock Signed-off-by: Aaron Chong <[email protected]> * Remove the need to pass a node into the set_task_planner_params python binding Signed-off-by: Michael X. Grey <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Co-authored-by: Yadu <[email protected]> Co-authored-by: Grey <[email protected]> Co-authored-by: Yadunund <[email protected]> (cherry picked from commit dc740df) Signed-off-by: Aaron Chong <[email protected]>
Yadunund
added a commit
that referenced
this pull request
Jul 10, 2023
* Adding initiator and request time to booking * Use new booking and request API for EmergencyPullover and ResponsiveWait * Using new booking and request API for FleetUpdateHandle * Use requester instead of initiator, use new API * requester name for finishing task factories * Using reverted constructors with nullopt default parameters * Fix build failures on build farm (#274) * Fix style for rmf_fleet_adapter * Make colcon test pass for rmf_traffic_ros2 * Add rmf_fleet_adapter_python to build ci --------- * Update changelogs and bump patch (#275) * Switch to rst changelogs (#276) * Put the action finished callback in a schedule instead of triggering immediately (#273) * Put the action finished callback in a schedule instead of triggering immediately * Style * Update CHANGELOG * Move changelog entry into forthcoming --------- * Revert changes to constructing finish request factories * Using overloaded TaskPlanner constructor to pass in name of fleet update handle * Using overloaded rmf_task make functions * Update changelogs * 2.2.0 * Bump 2.3.0 (#282) * Use new booking and request API, updated legacy FullControl fleet adapter * Added node as parameter to pybinded set_task_planner_params, to pass planner_id and time functor to finishing task factory * Using system_clock instead of steady_clock * Remove the need to pass a node into the set_task_planner_params python binding --------- (cherry picked from commit dc740df) Signed-off-by: Aaron Chong <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Co-authored-by: Yadu <[email protected]> Co-authored-by: Grey <[email protected]> Co-authored-by: Yadunund <[email protected]>
Yadunund
added a commit
that referenced
this pull request
Jul 10, 2023
* Adding initiator and request time to booking * Use new booking and request API for EmergencyPullover and ResponsiveWait * Using new booking and request API for FleetUpdateHandle * Use requester instead of initiator, use new API * requester name for finishing task factories * Using reverted constructors with nullopt default parameters * Fix build failures on build farm (#274) * Fix style for rmf_fleet_adapter * Make colcon test pass for rmf_traffic_ros2 * Add rmf_fleet_adapter_python to build ci --------- * Update changelogs and bump patch (#275) * Switch to rst changelogs (#276) * Put the action finished callback in a schedule instead of triggering immediately (#273) * Put the action finished callback in a schedule instead of triggering immediately * Style * Update CHANGELOG * Move changelog entry into forthcoming --------- * Revert changes to constructing finish request factories * Using overloaded TaskPlanner constructor to pass in name of fleet update handle * Using overloaded rmf_task make functions * Update changelogs * 2.2.0 * Bump 2.3.0 (#282) * Use new booking and request API, updated legacy FullControl fleet adapter * Added node as parameter to pybinded set_task_planner_params, to pass planner_id and time functor to finishing task factory * Using system_clock instead of steady_clock * Remove the need to pass a node into the set_task_planner_params python binding --------- (cherry picked from commit dc740df) Signed-off-by: Aaron Chong <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Yadunund <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Co-authored-by: Yadu <[email protected]> Co-authored-by: Grey <[email protected]> Co-authored-by: Yadunund <[email protected]>
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 is to align with REP 132 and will greatly improve the ease of updating changelogs in the future as they will be auto-populated when running catkin_generate_changelog