You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We wish to implement a Simulink model which controls a humanoid robot (iCub) performs a dynamic trajectory while balancing: the YOGA++. For that purpose, the model would integrate the YOGA++ controller with the whole-body simulator from matlab-whole-body-simulator.
The text was updated successfully, but these errors were encountered:
"RobotDynWithContacts" simulates the robot dynamics, handling the contacts of the feet with the ground. This block provides, among other outputs, those required by the controller:
joint positions
joint velocities
joint accelerations
left foot wrench
right foot wrench
"IMU" emulates the sensor outputs from the floating base state and linear acceleration provided by "RobotDynWithContacts".
"robot visualizer" allows to visualize the robot (this avoids using Gazebo as a visualizer, thus being a more efficient approach).
nunoguedelha
changed the title
Add an example of using matlab-whole-body-simulator to run the YOGA++ controller from whole-body-controllers
Create model integrating the YOGA++ controller with the dynamics with contacts simulator from matlab-whole-body-simulator
Apr 26, 2021
We wish to implement a Simulink model which controls a humanoid robot (iCub) performs a dynamic trajectory while balancing: the YOGA++. For that purpose, the model would integrate the YOGA++ controller with the whole-body simulator from
matlab-whole-body-simulator
.The text was updated successfully, but these errors were encountered: