ami-iit / bipedal-locomotion-framework

Suite of libraries for achieving bipedal locomotion on humanoid robots
https://ami-iit.github.io/bipedal-locomotion-framework/
BSD 3-Clause "New" or "Revised" License
146 stars 38 forks source link

Add some tests to the Gihub Actions for the Yarp implementations of the RobotInterface #111

Open S-Dafarra opened 4 years ago

S-Dafarra commented 4 years ago

After a meeting with @prashanthr05 @GiulioRomualdi @kouroshD and @isorrentino we converged on the following.

In order to test these implementations, we decided to use Gazebo with the gazebo-yarp-plugins.

These interfaces do not need precise synchronization since, for the time being, we just need to set simple commands and read the output of the sensors. Hence, we thought about keeping Gazebo as a separate process (without visualization). The clock can be controlled as in the Simulator synchronizer of WB-Toolbox.

We identified the following action points:

These action points will be on separate issues.

S-Dafarra commented 4 years ago

This may also be the first step towards https://github.com/dic-iit/component_wholebody-teleoperation/issues/240

GiulioRomualdi commented 4 years ago

cc @traversaro

traversaro commented 6 months ago

cc @xela-95