-
Notifications
You must be signed in to change notification settings - Fork 5
Running the Real Sawyer
rohun-kulkarni edited this page Dec 17, 2019
·
3 revisions
** Currently only c3po-ws is set up for perls2 **
To run the real Sawyer with Perls2, you'll need two virtual environments. One runs python3 for perls2, the other runs python2.7 and runs the sawyer_ctrl_interface. We use redis to bridge the two processes.
- Open up the terminal
intera
penv
cd perls2/ros_interfaces
python sawyer_ROS_interface.py
- Open another terminal tab (or use tmux)
- Source the python3 virtual environment
source\p2env\bin\activate
- Run your python example.
e.g.
python run_switch_sim.py