krishauser/Klampt
IKSolver Basically Cheating.When solving for IK, you can set the joints you want to solve for by setting the parameter activeDofs in ik.solve(). The joints that are not in the list of activeDofs will be frozen. |
krishauser/Klampt
Getting error when using the resounce moduleI am now able to load and save a trajectory with no issues but the same error is still present when I close the UI with Ok/Cancel. However, no error shown when I close the UI using the close box. |
krishauser/Klampt
Nonzero joint accelerations for fixed joints and virtual joints when using Klampt dynamicsThanks for the detailed reply, and I have one follow-up question. It seems like that the B matrix should be the one from the robot with only active joints, since the B matrices do differ when there are fixed joints. I just want to confirm this. |
krishauser/Klampt
Unable to compile 0.8.2 from sourcetrashed topic
|
krishauser/Klampt
Getting Segfault when loading a URDFYes. It is working on URDFs with joints now. Thanks for the help. Also, for other users, it seems like that if you pip installed Klamp't, you won't be able to load robot geometries in .stl format. Best, |
krishauser/Klampt
Getting Segfault when loading a URDFHere is the code:
|
krishauser/Klampt
Setting the bounding box for a robot link manuallyProblem resolved: I posted the questions initially because the bounding boxes displayed in the RobotTest app are not aligned with some of the links' axes. After taking a closer look at the issue, I realized that the validity of collision detection is not... |