mc-mujoco: Simulating Articulated Robots with FSM Controllers in MuJoCo
Rohan P. Singh, Pierre Gergondet, Fumio Kanehiro

TL;DR
This paper introduces mc-mujoco, an open-source framework that simplifies simulating articulated robots with FSM controllers in MuJoCo, enhancing testing and development for real-world deployment.
Contribution
It provides a flexible interface between MuJoCo and mc-rtc, enabling easy integration of complex FSM controllers for various robots in simulation.
Findings
Successfully integrated FSM controllers for bipedal locomotion.
Demonstrated stable grasping of objects with HRP-5P in MuJoCo.
Published open-source code and detailed implementation instructions.
Abstract
For safe and reliable deployment of any robot controller on the real hardware platform, it is generally a necessary practice to comprehensively assess the performance of the controller with the specific robot in a realistic simulation environment beforehand. While there exist several software solutions that can provide the core physics engine for this purpose, it is often a cumbersome and error-prone effort to interface the simulation environment with the robot controller being evaluated. The controller may have a complex structure consisting of multiple states and transitions within a finite-state machine (FSM), and may even require input through a GUI. In this work, we present mc-mujoco -- an open-source software framework that forms an interface between the MuJoCo physics simulator and the mc-rtc robot control framework. We provide implementation details and describe the process…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Locomotion and Control
