-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write configuration file for launching wholebodydynamics for ergoCubGazeboV1 (simulated robot) as part of the gazebo simulation process via the gazebo_yarp_robotinterface #35
Comments
To solve this, we should add the appropriate conffile for wbd in https://github.com/icub-tech-iit/ergocub-software/blob/master/urdf/ergoCub/conf/ergocub.xml . |
I started by adding the line
at the end of https://github.com/icub-tech-iit/ergocub-software/blob/master/urdf/ergoCub/conf/ergocub.xml, and then populating the corresponding The estimator file in my local repo contains among other stuff the following lines
Which when dropping the model in
|
After some modifications on the estimator xml configuration file following the one set for the real robot in https://github.com/robotology/robots-configuration/blob/v2.1.0/ergoCubSN000/estimators/wholebodydynamics.xml, i am now facing this error
|
I think we need to add a default contact in |
After a f2f with @traversaro, errors related to the coupling in the hands were fixed by applying #35. We got back to this error
which is triggered in the following lines in the Further inspecting the contents of both |
It seems the same error was investigated in robotology/whole-body-estimators#163 |
The xml files to run the otherwise @pattacini @Nicogene feel free to let me know of a better place to commit those files. |
The PR has been merged, shall we close this issue? |
I think they aim to churn out a second PR for that. |
For running walking and other demos, it is necessary to estimate external forces acting on the robot, and this can be done via the
wholebodydynamics
YARP device. This YARP device can run:wbd-int
. Inside the gazebo simulator, via thegazebo_yarp_robotinterface
plugin, a bit like on the real robot wholebodydynamics is running in the main yarprobotinterface of the real robotergoCubSN000
(see https://github.com/robotology/robots-configuration/blob/v2.1.0/ergoCubSN000/estimators/wholebodydynamics.xml)wbd-ext
Outside of the gazebo simulator, by accessing the relevant sensor via themultipleanalogsensorclient
deviceThis issue tracks the
wbd-int
option.The text was updated successfully, but these errors were encountered: