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
**The above is omitted**
File "/home/xxx/anaconda3/envs/genesis/lib/python3.9/site-packages/genesis/ext/urdfpy/urdf.py", line 144, in <listcomp>
v = [t._from_xml(n, path) for n in vs]
File "/home/xxx/anaconda3/envs/genesis/lib/python3.9/site-packages/genesis/ext/urdfpy/urdf.py", line 1942, in _from_xml
kwargs["trans_type"] = node.find("type").text
AttributeError: 'NoneType' object has no attribute 'text'
The control force reaches the limit due to high values of kp and kv. With kp=4500, even a slight deviation from the default position (e.g., 0.03 radius or 2 degrees) results in a torque greater than 100.
I suggest checking dofs_idx to verify if all joints are actuated.
hello, I met some bugs when I tried to simulate the motion of Allegro Hand.
and raised an ERROR
The URDF files is downloaded from "allegro_hand_description_left.urdf".
There is only 9 dofs (the dof of Allegro is 16) is controled while the control force of other dofs is max/min whose logs are like:
[doge] The recording is like
4bd8dfb585e073dd206ca7844861864b.mp4
Sincerely looking forward to your respond.
The text was updated successfully, but these errors were encountered: