ROS interface to Kawasaki robots.
Set a static IP in range 192.168.2.xxx
- Build the kawasaki_driver package
- Import the driver in python
- Make sure if you are using ipython to use ipython2 version (otherwise it will not import). Do not use brew version, install through: pip2 install ipython.
- To run a node start: rosrun kawasaki_driver driver_simple.py
- The driver publishes the joint state and current robot pose and subscribes to a pose topic which defines the next target.
- Turn off Teach mode
- Turn on Motors
- Switch to Repeat mode on the controller
- rospy
- geometry_msgs
- sensor_msgs
- std_msgs