-
Notifications
You must be signed in to change notification settings - Fork 324
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
[tricycle_controller] Use generate_parameter_library #957
[tricycle_controller] Use generate_parameter_library #957
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #957 +/- ##
==========================================
+ Coverage 47.81% 48.47% +0.66%
==========================================
Files 41 41
Lines 3871 3812 -59
Branches 1827 1771 -56
==========================================
- Hits 1851 1848 -3
+ Misses 751 749 -2
+ Partials 1269 1215 -54
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -357,7 +291,7 @@ CallbackReturn TricycleController::on_configure(const rclcpp_lifecycle::State & | |||
} | |||
|
|||
// initialize command subscriber | |||
if (use_stamped_vel_) | |||
if (params_.use_stamped_vel) |
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.
probably due to be removed soon too
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.
in this PR or in a follow up?
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.
as you wish
054e008
to
88b6c12
Compare
(cherry picked from commit 8d732f1) # Conflicts: # tricycle_controller/src/tricycle_controller.cpp # tricycle_controller/test/test_tricycle_controller.cpp
(cherry picked from commit 8d732f1) # Conflicts: # tricycle_controller/test/test_tricycle_controller.cpp
(cherry picked from commit 8d732f1) # Conflicts: # tricycle_controller/src/tricycle_controller.cpp # tricycle_controller/test/test_tricycle_controller.cpp
(cherry picked from commit 8d732f1) # Conflicts: # tricycle_controller/test/test_tricycle_controller.cpp
As per title.
I also updated the documentation a bit, see #850
This breaks ABI because of the class variable change, is this a bad idea to backport?