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
Hi, I've tried modular_policy/simulate_policy.py to see how your codes work.
However, I encountered an error when loading the URDF file by p.loadURDF in robot_env.py.
I think this is because the urdf folder you provided only contains .xacro or .stl files and necessary to be compiled to urdf format. I found you got the job done in visualize_robot.ipynb using compile_to_urdf function. But I could not find print_xacros where you imported it from.
If possible, I would like you to provide print_xacro's source code. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I've tried
modular_policy/simulate_policy.py
to see how your codes work.However, I encountered an error when loading the URDF file by
p.loadURDF
inrobot_env.py
.I think this is because the urdf folder you provided only contains .xacro or .stl files and necessary to be compiled to urdf format. I found you got the job done in
visualize_robot.ipynb
using compile_to_urdf function. But I could not find print_xacros where you imported it from.If possible, I would like you to provide print_xacro's source code. Thanks in advance.
The text was updated successfully, but these errors were encountered: