Fix servo speed scaling YAML parameters#2211
Conversation
|
@ibrahiminfinite fyi |
|
What do you think of preserving the old format using nested params ? , generate_parameter_library supports that. I may have originally planned to change it to nested but then forgot later on. |
Wow, yeah, that's definitely better. Let me do that real quick. |
7ab7c3c to
a639b8c
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2211 +/- ##
==========================================
- Coverage 50.54% 50.51% -0.02%
==========================================
Files 386 386
Lines 31736 31736
==========================================
- Hits 16037 16028 -9
- Misses 15699 15708 +9
☔ View full report in Codecov by Sentry. |
After #2096, the servo speed scaling parameters were renamed from, e.g.,
scale.jointtojoint_scalebut were not updated in the YAML files. So we were using the defaults.This PR fixes the parameters YAML file so the old parameter structure remains.