ros-controls / ros2_controllers

Generic robotic controllers to accompany ros2_control
https://control.ros.org
Apache License 2.0
363 stars 322 forks source link

[JTC] Cleanup TODO-List from #320 #944

Open christophfroehlich opened 10 months ago

christophfroehlich commented 10 months ago

To keep track of TODOs mentioned with #320:

christophfroehlich commented 9 months ago

@bmagyar regarding

try refactoring these into trajectory_operations.cpp or into trajectory.hpp directly

The methods

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?