Replies: 2 comments 2 replies
-
Thank you for starting this discussion. This is very interesting. Have you seen a similar behavior with other robots? The team will take a closer look soon. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I don't see where you're assigning the joint DOFs so that you can control them. Here's a sample I'm working on that spawns a car and controls it in a direct environment, this might be easier to get going:
I add the following to launch.json so that I can run it in debug:
If you're somewhat familiar with direct environments that's probably enough info, if not I can post more info on where to put the files and how to register the direct environment with gym. A few members of the community on Discord have this sample working and are helping others get it working. We meet every Wedensday at 11:30 PST for a study group and would love to have you join us. |
Beta Was this translation helpful? Give feedback.
-
Description:
Hello, I am testing desirable joint positions for the Unitree Go2 robot, but the robot does not move towards the specified target joint positions. The applied torque and joint velocity are nonzero, but the joint positions remain unchanged.
Everything works as expected with the cartpole model, but that is not the case with the robot.
Steps to Reproduce:
I made minimal modifications to the official tutorial example create_scene.py:
Here is the full code
create_scene.py
:Run the modified create_scene.py script with:
./isaaclab.sh -p create_scene.py --num_envs 1
Observe that the robot does not move despite setting joint position targets.
Expected Behavior:
The robot should move toward the specified joint position targets.
Observed Behavior:
joint_pos_target is correctly set, but joint_pos does not change.
applied_torque and joint_vel are nonzero, but the robot remains frozen.
Relevant Logs:
System Information:
Isaac Lab Version: 2.0.1
Issac Sim Version: 4.5.0
OS: Win11
GPU: RTX 4060 (8G VRAM)
Python Version: 3.10
Any help would be greatly appreciated! 🚀
Beta Was this translation helpful? Give feedback.
All reactions