-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kinematics and dynamics #33
Comments
Because we are using RL only to control the robot, so we don't need to compute the kinematics and dynamics especially. But if you need to get the robot's state, like the Jacobian matrix or end effector position, you can use the Isaac Gym API. They can be obtained in the simulator. Also, what do you mean by PPO to Gazebo? Train PPO in the Gazebo environment with your own robot? Or infer the policy and render it with Gazebo? |
yes,i want to train PPO in the Gazebo environment with my robot . And i prefer ros2 simulation but don't know how to do. |
Hi Coalwood,
Thank you for reaching out to me about your interest in training PPO in the
Gazebo environment with your robot.
I suggest reconsidering the use of Gazebo for rigid body simulation,
especially for legged robots. The sim-to-real gap can be quite significant,
which might hinder your results.
If your goal is to check your trained policy and integrate it with ROS 2, I
recommend modifying our sim2sim script. This way, you can utilize ROS 2 in
Python to pass messages and perform other necessary tasks.
If you have any further questions or need assistance with the setup, feel
free to ask!
…On Sun, Sep 22, 2024 at 12:27 AM Coalwood ***@***.***> wrote:
yes,i want to train PPO in the Gazebo environment with my robot . And i
prefer ros2 simulation but don't know how to do.
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK7ZPCU7Q73SDTS75EXMPJLZXWNAXAVCNFSM6AAAAABNWU2QRSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRVGI2DIMZYGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Where is the code for robot kinematics and dynamics? Additionally, I would like to migrate our project, PPO, to ROS2 Gazebo for simulation. Do you have any suggestions or references?
The text was updated successfully, but these errors were encountered: