mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-10-04 07:40:42 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user