Skip to content

Commit 08c5992

Browse files
committed
Deleted old moteus driver that was used with a propreity driver that sucked
1 parent e4a18de commit 08c5992

File tree

3 files changed

+1
-121
lines changed

3 files changed

+1
-121
lines changed

src/arm_control/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ ament_target_dependencies(sim_helper rclcpp rover_msgs sensor_msgs std_msgs rove
8181
add_executable(cbs_arm_interface src/cbs_interface.cpp include/armControlParams.h include/cbs_interface.h)
8282
ament_target_dependencies(cbs_arm_interface rclcpp rover_msgs sensor_msgs std_msgs rover_utils ${THIS_PACKAGE_INCLUDE_DEPENDS})
8383

84-
add_executable(moteus_control_adapter src/moteus_control_adapter_node.cpp include/moteus_control_adapter_node.h)
85-
ament_target_dependencies(moteus_control_adapter ${THIS_PACKAGE_INCLUDE_DEPENDS})
8684
install(
8785
DIRECTORY include/
8886
DESTINATION include/${PROJECT_NAME}
@@ -94,7 +92,7 @@ install(
9492
joy_arm_control
9593
moveit_control
9694
sim_helper
97-
moteus_control_adapter
95+
9896
# servo_cpp_interface_demo
9997
${PROJECT_NAME}_lib # the library
10098
DESTINATION

src/arm_control/include/moteus_control_adapter_node.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/arm_control/src/moteus_control_adapter_node.cpp

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)