Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix errors caused by upgrade to swig 4.1.1 * Work on swig updates * Continuing work on swig updates * Work on testing and fixing swig errors * Work updating viewer to new Tesseract version * Bump tesseract_python and tesseract_viewer_python versions * Use custom targets to build python wheels * Work on wrapping tesseract_task_composer * Use _wrap_ functions instead of implicit constructors for command language Poly types * Fix task composer dll loading anchor env variable * Begin adding improved Python documentation * Work on improved documentation * Work on improved documentation * Add collision check example * Add robot kinematics example * Add plugin note to collision checking example * Add note on the resource locator to example * Fix some sphinx warnings * Add planning examples * Update readme * Add resource locator mention * Add examples to sphinx * Add notes to modules * More documentation and usage notes * Update links and add attribution * Add autodoc note * Update documentation name * Use temporary dep repos for build * Use master branch for tesseract dep * Fix missing task composer env variable * Fix tests. Require swig 4.1.1 to avoid memory errors * Build swig version 4.1.1 in wheels build * Install curl on ubuntu wheel build * Add document building to wheel CI * Work on api docs deployment * Work on api docs deployment * Fix api_docs workflow * Fix api_docs workflow * Add support for markers in viewer * Use version 0.153.0 of threejs * Add clear markers by name and tag * Add trajectory plotting using markers * Don't show vr button if not available * Fix tesseract_task_composer_python module link libraries * Update to upstream tesseract_task_composer include files * Fix animations updates and handle multiple websocket connections * Fix unique_ptr swig typemaps * Use trajopt master * Fix UPtr support in Python for tesseract_task_composer * Add documentation notes about make_unique and UPtr cast functions * Fix planning problem uptr constructor and pytests * Swig include task_composer_pipeline.h * Switch order of trajectory list arguments to have joint_names first. Add documentation for viewer * Update readme * Use trajopt master branch * Update generated api docs * Add extract_python_docs.py tool * Add anchor for task_composer_task_plugin_factory * Fix prismatic joints in viewer * Use tesseract_planning master * Fix plugin anchor includes * Use tesseract 0.18.1 and trajopt 0.6.0 * Fix trajopt namespace rename * Use tesseract_planning 0.18.2 * Update docs
- Loading branch information