This is a little project in ROS & Gazebo of 3DoF KUKA robotic arm.
The manipulator gets [x y z] cordinates (m) and time duration (s), then does IK calculations and executes linaer trajectory with trapezoidal velocity profile.
sudo apt-get install ros-indigo-move-base
sudo apt-get install ros-indigo-ros-control ros-indigo-ros-controllers
sudo apt-get install ros-indigo-gazebo-ros-control
(in a new terminal window) "source ~/catkin_ws/devel/setup.bash"
"cd ~/catkin_ws/src"
"git clone https://github.com/orsalmon/kuka_manipulator_gazebo.git"
"cd .."
"catkin_make"
(in a new terminal window)
"source ~/catkin_ws/devel/setup.bash"
"roslaunch manipulator_gazebo manipulator_empty_world.launch"
(in a new terminal window)
"source ~/catkin_ws/devel/setup.bash"
"rosrun manipulator_gazebo move_arm_server"
(in a new terminal window)
"source ~/catkin_ws/devel/setup.bash"
"rosservice call /move_arm"
now press "TAB" for auto complete and refill the desired values.