vvv-school / vvv17-demo-team-green

Team Green code for VVV17 Final Assignment
GNU General Public License v3.0
0 stars 0 forks source link

Kinematic commands from SM #11

Open AlexAntn opened 7 years ago

AlexAntn commented 7 years ago

hello Kinematics @towardthesea @AlexisBillier ,

The commands we will send you will be the following:

1st scenario:

Point (X_bin,Y_bin)

Meaning: RPC command ("Point") and a Bottle with a List with 2 values (x-coord, y-coord)

2nd scenario:

Push (X_obj, Y_obj) (X_bin, Y_bin)

Meaning: RPC command ("Push") and a yarp Bottle with 2 lists, each with 2 values (x-coord, y-coord)

Keep on working! :D