physics simulation ci

asked 2022-07-04 18:47:05 -0500

jclinton830 gravatar image

updated 2022-07-05 19:20:32 -0500

I am currently working on a Bipeddal robot called Cassie by Agility Robotics. I have some ROS packages controlling the robot and have set up a ROS CI/CD pipeline to perform unit tests using google's gtest framework. That only helps eliminate problems with CPP and not with the algorithms of the project. To test algorithms and see if they give the right output I usually check them in a simulator called MuJoCo which is provided by Oregon State University Dynamic Robotics Laboratory.

Is there a way to run simulations in CICD using ROS or ROS2? How are industry experts tackling the same scenarios to solve this problem?

edit retag flag offensive close merge delete