Klampt
Klampt copied to clipboard
Kris' Locomotion and Manipulation Planning Toolkit
The goal is to have a function like `GLNavigationProgram.mousefunc(self,button,state,x,y)` to know the mouse wheel state.
Hi, How can I set the position of the **whole window** (instead of the **view**) in function vis.visualization? Thanks.
Running into an issue visualizing meshes with materials in Klampt (Python 3.8.10, klampt version 0.9.1). Example script: ``` from klampt import vis, WorldModel import time wm = WorldModel() robot_model =...
When adding or reconfiguring sensors in a RobotModel, the changes are not saved to disk on RobotModel.saveFile() or WorldModel.saveFile().
Klampt and IsaacGym run into some problems when using them both in the same script. Running Ubuntu 20.04 and Python 3.8.10 (IsaacGym installed in Documents directory), I get the following...
Hi Professor, Most of the Mac series have moved to apple silicon and PyQt5 has extremely bad compatibility. The download package on PyPI https://pypi.org/project/PyQt5/#files only supports x86_64. PyQt5 is also...
Hello. I'm following this tuto : https://github.com/krishauser/Klampt/blob/master/Cpp/docs/Tutorials/Import-and-calibrate-urdf.md While calibrating the PID automatically with MotorCalibrate. I successfully load the .urdf and the two PATHs  but when I do the step...
Hi, I'm trying to setup the robotplanning wizard to setup / debug a motion planner. When initializing the wizard it throws the following error: ` Traceback (most recent call last):...
Hi there, I have been using Klampt's kinetrajopt implementation to solve some free-space motion planning queries for articulated industrial robot applications with great success. However i am wondering if the...
Hi, This is more of a question than an issue. I am planning a trajectory within joint limits and then I use the `path_to_trajectory` function to resample the trajectory with...