-
Hi, can i run the red ball demo on the gazebo rather than real icub? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
pattacini
Oct 10, 2023
Replies: 1 comment 4 replies
-
Hi @jimingda A couple of years ago, we prepared a specific test for the red-ball-demo that relies on Gazebo. In detail, you can find more on this test at robotology/icub-tests#58, where there's also a video showcasing the main operations. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I reckon that the red ball demo is not a good example in that it makes use of a monocular approach. Only one camera is used and the depth (thus, the 3D position of the ball) is triangulated knowing the geometry of the ball.
Cameras in Gazebo are handled in the corresponding URDF model. For example, look at
iCubGazeboV2_5_visuomanip
:This model is used in
icub-gazebo-grasping-sandbox
, where a stereo approach is adopted.Try to remove the env variable
YARP_CLOCK=/clock
. It's an easier solution.