Modified arm controller node to handle all arm control. It receives desired end effector poses and actuates the arm. Also includes some clean up.

This commit is contained in:
Derek Witcpalek
2020-04-15 15:52:49 -04:00
parent ef26d8ffef
commit ba6901d32a
9 changed files with 331 additions and 591 deletions

View File

@@ -10,6 +10,7 @@ add_compile_options(-std=c++11;-g3)
find_package(catkin REQUIRED COMPONENTS
roscpp
std_msgs
geometry_msgs
)
## System dependencies are found with CMake's conventions