Skip to content
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

Open
Lau-JW opened this issue Sep 5, 2024 · 4 comments
Open

kinematics and dynamics #33

Lau-JW opened this issue Sep 5, 2024 · 4 comments

Comments

@Lau-JW
Copy link

Lau-JW commented Sep 5, 2024

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?

@zlw21gxy
Copy link
Contributor

zlw21gxy commented Sep 6, 2024

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?

@Lau-JW
Copy link
Author

Lau-JW commented Sep 21, 2024

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.

@zlw21gxy
Copy link
Contributor

zlw21gxy commented Sep 23, 2024 via email

@Lau-JW
Copy link
Author

Lau-JW commented Oct 12, 2024

i import my robot and change default joint angles.
截图 2024-10-12 16-01-07
but this occurred error, it appeared shoulders
图片
"self.dof_names[i]" has not only legs but also arm
截图 2024-10-12 16-03-00

图片
"self.dof_names[i]" is at this position,
图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants