-
Sorry to bother you, i have a problem here that i can run the simulation below on icubsim, but i forget how to modify the code to compile a real icub application. Here is the app: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I found the code below just now, change icubSim to icub can the code be compiled into real icub app. optJoint.put("remote","/icubSim/left_arm"); https://github.com/vvv-school/tutorial_joint-interface/blob/master/src/position.cpp |
Beta Was this translation helpful? Give feedback.
-
Hi @jimingda The tutorial The tutorial consists of 3 modules:
Something close enough to this tutorial is the "famous" Red Ball demo we usually showcase once we deliver the robot. |
Beta Was this translation helpful? Give feedback.
Hi @jimingda
The tutorial
tutorial_gaze-interface
is different fromtutorial_cartesian-inteface
in that it cannot run on the physical robot because of the intrinsic limitations of the visual pipeline.The tutorial consists of 3 modules:
Something close enough to this tutorial is the "famous" Red Ball demo we usually showcase once we deliver the robot.