You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on developing a reinforcement learning (RL) policy for a mobile manipulator setup that includes a Ridgeback base and a Kuka arm. I have provided a usda file that describes the arm and have defined a configuration (CFG) for the robot, as shown below:
I am encountering several issues with my simulation setup:
Even without explicitly setting joint velocities or positions, the robotic arm does not initialize in the defined configuration specified in RIDGEBACK_KUKA_CFG.
Thanks for posting this. There are a couple of items in your questions we are still reviewing with our engineering team. Will aim to post a suggested direction next week.
Hi,
I am working on developing a reinforcement learning (RL) policy for a mobile manipulator setup that includes a Ridgeback base and a Kuka arm. I have provided a
usda
file that describes the arm and have defined a configuration (CFG
) for the robot, as shown below:Additionally, I wrote a simple script to test the setup by moving the arm and the base. Here’s the relevant part of the script:
I am encountering several issues with my simulation setup:
RIDGEBACK_KUKA_CFG
.robot.write_joint_state_to_sim(joint_pos, joint_vel)
, only the arm moves, while the base remains stationary.I would greatly appreciate any insights or suggestions to resolve these issues. Thank you for your help!
The text was updated successfully, but these errors were encountered: