Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.06 KB

ros_custom_controller

Repository of my custom controller created in ROS. By using the ros_control package, I implemented a Computed Torque Control approach to control a KUKA lwr arm robot.

Example

kuka sim rviz

Installation/Build

  1. Required dependences:
  1. Clone the repository into your catkin workspace and build all the packages.

Running

Run the controller and hardware interface using roslaunch:

$ cd [your catkin_workspace]/src/arm_controller 
$ roslaunch arm_effort_controller.launch 

Then run the the robotic arm simulator node:

$ rosrun robot_kdl robot_sim_node _internal_control:=false