From 0df4ef70f65440211c4b0b84dead78655f8bb299 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 21:19:39 +0100 Subject: [PATCH] Add another MuJoCo simulation integration (#378) (#380) (cherry picked from commit a5b7934791eec4c8e445c184c046866d0c23333a) Co-authored-by: SangtaekLee <82325867+sangteak601@users.noreply.github.com> --- doc/simulators/simulators.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/simulators/simulators.rst b/doc/simulators/simulators.rst index f721a9f42a0..fe454cc25dd 100644 --- a/doc/simulators/simulators.rst +++ b/doc/simulators/simulators.rst @@ -22,4 +22,5 @@ To add your *ros2_control* integration, submit a PR to this page on Github! * `Webots `__ * Custom interfaces to simulators with a `Topic Based System `__ * `MuJoCo `__ +* `MuJoCo `__ * `Algoryx AGX Dynamic `__