tesseract icon indicating copy to clipboard operation
tesseract copied to clipboard

Motion Planning Environment

Results 45 tesseract issues
Sort by recently updated
recently updated
newest added

What is the plan for a release of tesseract with a stable API? Per [this issue](https://github.com/tesseract-robotics/tesseract/issues/521) we agreed to follow semver which says that [anything can change in 0.y.z](https://semver.org/#spec-item-4). That's...

It looks like the URDF writing capabilities of `tesseract_urdf` assume that all geometry is referenced with the `package://` URI in the output URDF. This is not necessarily always the case,...

The goal of this is to improve the terminal output when performing a collision check on a trajectory. In doing this I also created objects for holding collision information from...

ikfast_inv_kin.hpp calls ComputeIK which takes a couple of double*. Depending on what IK type it is, those have different meanings. See [here](https://github.com/rdiankov/openrave/blob/ec02e7ceda3d08e778ad88a0fe298b715a4253bb/python/ikfast.h#L557). It looks like the generated code does have...

enhancement
good first issue

Currently the IK solver interface is written for Transform6D. In order to support 4D solver within the KinematicGroup, the class needs a way to detect the type of IK solver....

enhancement

I had a strange build failure on Ubuntu 22.04: ``` In file included from /usr/include/boost/serialization/unordered_map.hpp:27, from /__w/tesseract_python-1/tesseract_python-1/ws/src/tesseract/tesseract_common/src/allowed_collision_matrix.cpp:31: /usr/include/boost/serialization/unordered_collections_load_imp.hpp: In function ‘void boost::serialization::stl::load_unordered_collection(Archive&, Container&)’: /usr/include/boost/serialization/unordered_collections_load_imp.hpp:51:27: error: ‘library_version_type’ is not a member...

I was recently updating my local copy of Tesseract and noticed a simple fetch took several minutes ( on a decent but far from amazing network connection). After a little...

enhancement

Having a function that can be used to copy/clone a link would be useful for payload management. An example setup would be a scene with several payload types with fixed...

enhancement
good first issue

URDF loader isn't correctly handling scaling from sketchup DAE files. Collada mesh file: https://gist.github.com/hehonglu123/0afdb2bab3d744cd5abe5fe0bb30fd9c In Gazebo: ![Screenshot from 2020-07-02 21-03-50](https://user-images.githubusercontent.com/44752310/86421320-972b9e80-bca7-11ea-9b40-dfc84508a692.png) In Tesseract Viewer: ![Screenshot from 2020-07-02 20-59-31](https://user-images.githubusercontent.com/44752310/86421252-516ed600-bca7-11ea-99ed-9955036bc265.png) @johnwason

good first issue