Invisible link to canonical for Microformats

Baxter Python 3


Interface to code Baxter in Python 3

BAXTER TUTORIAL TRAJECTORIES

Record

Execute the recorder in the baxter-python3 interface folder.

(In the Baxter’s lab external computer is inside Desktop/catkin_ws/src, I suggest to do it from this pc, cause you can just visualize immediately and copy the recordings files without ssh)

(If you ssh in the internal robot computer, it’s inside igor folder, remember to activate a ros environment before, es source ~/alper_workspace/activate_env.sh )

The options:

python example_cartesian_space_recorder.py --help

You can specify the arm, recording rate, recordings name, and if you want also the joint-space recorded.

Files will be saved in current directory unless otherwise specified.

Visualize

Execute the visualizer inside the same baxter-python3 interface folder.

(In the Baxter’s lab external computer is inside the same folder Desktop/catkin_ws/src)

(If you ssh in the internal robot computer, you can’t visualize there the trajectories, once copied them in your pc, use the script from there)

It will show all cartesian trajectories.

python visualizer_cartesian_trajectories.py

Playback

Execute the playback inside the same baxter-python3 interface folder.

(In the Baxter’s lab external computer is inside the same folder Desktop/catkin_ws/src)

(If you ssh in the internal robot computer, it’s inside igor folder, remember to activate a ros environment before, es source ~/alper_workspace/activate_env.sh )

python example_cartesian_space_playback.py --help