Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Latest commit

 

History

History

README.md

Examples for using PyRobot API to control Sawyer

Getting started

Make sure your system has intera installed. If not, please follow the official tutorial to setup intera and its MoveIt for Sawyer.

Running the examples

  1. Start the joint trajectory controller
cd ~/ros_ws
./intera.sh
rosrun intera_interface joint_trajectory_action_server.py
  1. Launch MoveIt for Sawyer in a new terminal
cd ~/ros_ws
./intera.sh
roslaunch sawyer_moveit_config sawyer_moveit.launch electric_gripper:=true
  1. Run PyRobot examples in a new terminal
cd ~/ros_ws
./intera.sh
source ~/pyenv_pyrobot/bin/activate
python joint_position_control.py