Add PID+gravity controller
authorWalter Fetter Lages <w.fetter@ieee.org>
Wed, 28 Nov 2018 21:47:43 +0000 (19:47 -0200)
committerWalter Fetter Lages <w.fetter@ieee.org>
Wed, 28 Nov 2018 21:47:43 +0000 (19:47 -0200)
commit4b0467fc9a3bb8ea50cbafe1a2004d7d3cd4c112
tree07a66f70be049927ccf71b8c8685e79f6bcf0cc7
parent9bea719431b4678ec919ed92b4b740aa3b8009c9
Add PID+gravity controller

Change computed_torque_control.* to comuted_torque_controller.*.
13 files changed:
wam_controllers/CMakeLists.txt
wam_controllers/config/computed_torque_control.yaml [deleted file]
wam_controllers/config/computed_torque_controller.yaml [new file with mode: 0644]
wam_controllers/config/pid_plus_gravity_controller.yaml [new file with mode: 0644]
wam_controllers/include/wam_controllers/computed_torque_controller.h
wam_controllers/include/wam_controllers/pid_plus_gravity_controller.h [new file with mode: 0644]
wam_controllers/launch/computed_torque.launch
wam_controllers/launch/gazebo_pid_plus_gravity.launch [new file with mode: 0644]
wam_controllers/launch/pid_plus_gravity.launch [new file with mode: 0644]
wam_controllers/package.xml
wam_controllers/src/computed_torque_controller.cpp
wam_controllers/src/pid_plus_gravity_controller.cpp [new file with mode: 0644]
wam_controllers/wam_controllers_plugins.xml