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

There are cmake variable which can be added to help profile the build. At the end of the discussion in the link below describes the variables to add to the...

enhancement
good first issue

The mesh constructor takes an integer vector of variable length (`triangles`) to represent the mesh's triangles. The [constructor](https://github.com/tesseract-robotics/tesseract/blob/master/tesseract_geometry/include/tesseract_geometry/impl/mesh.h) describes this as > A vector of face indices where the first...

Levi and I discussed how to implement this. The better solution would probably be to implement planar joints in the state solver. However, that would touch a lot of things....

It would be nice in a few instances within Tesseract to provide different serialization options. For example, include meshes or just resource location. [Here](https://stackoverflow.com/questions/14060640/extending-boost-serialization) is a discussion on how this...

I ran into [this](https://github.com/DavidSpielman/robotiq_85_gripper/pull/1) weird issue when parsing a xacro that included a gazebo tag and then a comment. I narrowed it down to the fact that there is an...

This data structure should be updated to leverage Pool library to avoid this. Links to documentation of available options: [Boost Pool Library](https://www.boost.org/doc/libs/1_39_0/libs/pool/doc/index.html) [Boost Pool Library Examples](https://www.boost.org/doc/libs/1_39_0/libs/pool/doc/interfaces.html)

This adds two classes ToolPath and ToolPathSegment. These two classes provided additional information for traceability during filtering operations and integration into tesseract_qt rendering. @marip8 Would you have time to take...

These are taken from Ignition repository. Remaining Tasks: - [ ] Port unit tests - [ ] Port PBR material - [ ] Finish out material class