From 95ae2fa1bf36a1637be4eaf76bc9e178c7e220ea Mon Sep 17 00:00:00 2001 From: fan-ziqi Date: Thu, 14 Nov 2024 20:49:24 +0800 Subject: [PATCH] docs: add introduction of ros version && add new contributor --- CONTRIBUTORS.md | 1 + README.md | 1 + README_CN.md | 1 + 3 files changed, 3 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 13fdd6b..481c22b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -16,6 +16,7 @@ Guidelines for modifications: ## Contributors * Jijie Huang +* Yufeng Chi (-T.K.-) ## Acknowledgements diff --git a/README.md b/README.md index 6d2cb5d..7e0b01e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This repository provides a framework for simulation verification and physical de feature: - Support legged_gym based on IaacGym and IsaacLab based on IsaacSim. Use `framework` to distinguish. +- The code has two versions: **ROS** and **ROS2** - The code supports both cpp and python, you can find python version in `src/rl_sar/scripts` [Click to discuss on Discord](https://discord.gg/vmVjkhVugU) diff --git a/README_CN.md b/README_CN.md index d45ec36..fef09b7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,6 +8,7 @@ 特性: - 支持基于IaacGym的legged_gym,也支持基于IsaacSim的IsaacLab,用`framework`加以区分。 +- 代码有**ROS**和**ROS2**两个版本 - 代码有python和cpp两个版本,python版本可以在`src/rl_sar/scripts`中找到 [点击在Discord上讨论](https://discord.gg/MC9KguQHtt)