Updating templates with developments from mecanum_controller#106
Updating templates with developments from mecanum_controller#106
Conversation
|
This pull request is in conflict. Could you fix it @Robotgir? |
templates/ros2_control/controller/test_dummy_controller_preceeding.cpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/test_dummy_chainable_controller.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Dr. Denis <denis@stoglrobotics.de>
destogl
left a comment
There was a problem hiding this comment.
Some changes still needed, not sure if this is working as it should
templates/ros2_control/controller/dummy_chainable_controller.cpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/dummy_chainable_controller.cpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/dummy_chainable_controller.cpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/dummy_chainable_controller.cpp
Outdated
Show resolved
Hide resolved
| forbidden_interface_name_prefix: null | ||
| } | ||
| } | ||
| reference_names: { |
There was a problem hiding this comment.
I am uncertain if this is necessary here or if we should have this in the separate file for the chainable controller.
There was a problem hiding this comment.
separate file idea sounds better to me as this is not always the case
There was a problem hiding this comment.
@Robotgir are you planing to fix this?
templates/ros2_control/controller/dummy_package_namespace/dummy_chainable_controller.hpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/dummy_package_namespace/dummy_controller.hpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/test_dummy_chainable_controller.cpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/test_dummy_chainable_controller.hpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/test_dummy_chainable_controller.cpp
Outdated
Show resolved
Hide resolved
|
@Robotgir can you test this through one more time, please? |
d2911e5 to
3f3e1db
Compare
@destogl i tested this again an as i said loading controller test alone fails in both standard and chain able cases |
|
This pull request is in conflict. Could you fix it @Robotgir? |
templates/ros2_control/controller/dummy_package_namespace/dummy_controller.hpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/dummy_package_namespace/dummy_controller.hpp
Outdated
Show resolved
Hide resolved
|
@gwalck please also resolve all deprecation warnings from the generated code |
gwalck
left a comment
There was a problem hiding this comment.
I have reviewed the changes, added multiple fixes to remove deprecated + fixed all tests
templates/ros2_control/controller/dummy_chainable_controller.cpp
Outdated
Show resolved
Hide resolved
templates/ros2_control/controller/test_dummy_chainable_controller_preceeding.cpp
Show resolved
Hide resolved
|
This pull request is in conflict. Could you fix it @Robotgir? |
1 similar comment
|
This pull request is in conflict. Could you fix it @Robotgir? |
created a ros2_controller package from this template and all tests pass, tests specific to ref_timeout are not included as they are being addressed in #73