Skip to content
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

[mc_control] Correctly log plugin performances #383

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

gergondet
Copy link
Member

This PR adds one feature:

  • log.addLogEntry can use the overwrite = true parameter to force an entry into the log even if it already exists

It also contains a fix to plugin performance logging. This was particularly problematic when the controller includes enough plugin to trigger a resize on the plugins_before_/plugins_after_ vectors since it would then access freed memory during logging.

- Setup the plugin performance log after all plugins have been loaded
- Avoid dangling references across resets by forcing the log entry to be
  re-added
@gergondet gergondet merged commit c4e2bab into jrl-umi3218:master Aug 2, 2023
20 checks passed
gergondet added a commit that referenced this pull request Sep 6, 2023
Added
---

- [bindings] Add bindings for ControllerClient (#384)
- [mc_rtc] Allow to override existing log entries (#383)
- [mc_rtc] Allow "chunky" XY plot updates (#386)
- [mc_solver] ConstraintSet now has an update mechanism (#381)
- [Samples: CoM] Support the Pepper robot

Changes
---

- [StabilizerTask] Improve force distribution and CoP horizon reference (#375)
- [mc_rbdyn] Convex objects are now automatically updated (#385)
- [mc_solver] Collision constraint automatically display distance arrows when the distance falls below the interaction distance (#381)

Fixes
---

- [bindings] Fix build for Cython >= 3.0.0
- [cmake] Fix issue with yaml-cpp >= 0.8.0
- [mc_control] Fix logging of plugin performances (#383)
- [mc_observers] KinematicInertial uses function from state-observation (#388)
- [mc_rbdyn] Fix loading of devices with canonical robots (#379)
- [mc_rbdyn] Fix compilation with geos >= 3.12.0
- [Replay] Fix output replay on fixed-based robots
- [Replay] Avoid precision issue when comparing controller timestep with replay timestep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant