These ROS packages are for the basic functions of JAKA robot, At Present MoveJ,MoveP and some moveit function are supported
-
jaka_control is the package of receiving the moveit planning result, next,interpolating these points using cubic spline curve and send the command to the robot
-
jaka_controller_tcp_ros is the package to control the robot and receive the state information using TCP/IP protocol
-
jaka_description is the package of storing the jaka urdf files
-
jaka_moveit_config is the package of using moveit to realize the motion planning
-
universal_msgs is the package of store types files of topic、service and action
-
open a terminal and git clone this reponsitory to your workspace/src
-
open a termianl and run
catkin_make
-
Change
address
injaka_ros_node.cpp
andjaka_state_pub_node
or setrobot_ip
injaka_bringup.launch
-
open a terminal and run
roslaunch jaka_controller_tcp_ros jaka_bringup.launch
- if you want to use moveit to perform some task, run
roslaunch jaka_moveit_config jaka_moveit_planning_execution.launch
-
ubuntu16.04+ros_kinetic
-
ubuntu18.04+ros_melodic