You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try refactoring these into trajectory_operations.cpp or into trajectory.hpp directly
The methods
fill_partial_goal
sort_to_local_joint_order
validate_trajectory_msg
add_new_trajectory_msg
all use class variables, like dof_, params_.joints and so on. You suppose to refactor that without relying on class variables but add them as function parameters?
To keep track of TODOs mentioned with #320:
ros2_controllers/joint_trajectory_controller/include/joint_trajectory_controller/joint_trajectory_controller.hpp
Lines 53 to 61 in 4c6d723
read_state_from_hardware
ros2_controllers/joint_trajectory_controller/include/joint_trajectory_controller/joint_trajectory_controller.hpp
Lines 224 to 241 in 4c6d723
compute_error_for_joint
into a proper function & unit test [JTC] Convert lambda to class functions #945ros2_controllers/joint_trajectory_controller/src/joint_trajectory_controller.cpp
Lines 164 to 165 in 4c6d723
assign_interface_from_point
into member function [JTC] Convert lambda to class functions #945The text was updated successfully, but these errors were encountered: