-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added --- - [mc_control] Added motor status to joint sensor (#395) - [mc_control/FSM] Posture tasks' reset can be disabled (#389) - [mc_rtc/Configuration] Added support for `std::variant` (#393) - [mc_rtc/Configuration] Added `Configuration::find` (#393) - [mc_rtc/GUI] Added form elements to provide more complex forms (#394) Changes --- - [mc_control/FSM] FSM embedded in a Meta state no longer reset the posture at transition by default (#389) Fixes --- - [mc_observers] KinematicInertial uses the correct function from state-observation (#391) - [mc_solver] Fix a crash in monitor activation - [mc_tvm] Correctly include refAccel in Orientation|PositionFunction
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
mc-rtc (2.8.0-1debian1) unstable; urgency=medium | ||
|
||
* Upstream update: see CHANGELOG.md | ||
|
||
-- Pierre Gergondet <[email protected]> Tue, 19 Sep 2023 21:40:56 +0900 | ||
|
||
mc-rtc (2.7.0-1debian1) unstable; urgency=medium | ||
|
||
* Upstream update: see CHANGELOG.md | ||
|