tesseract-robotics / tesseract

Motion Planning Environment

Home Page:http://tesseract-docs.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tesseract Development TODO List

mpowelson opened this issue · comments

  • Continuous collision checking between two moving objects
  • Upgrade data structure to support graphs
  • Upgrade to support ROS2 #43
    • Make all core package pure cmake package
    • Create ROS2 meta package containing same package in tesseract_ros meta package
  • Upgrade to use Bullet3
  • Add tesseract process planning
  • Update Clang format in CI from 5.0 to 8.0 #93
  • Unify syntax for defining shared pointer types
  • Rename BasicPlanner class to Planner
  • Add sub graph functionality to scene graph
  • Add sub graph solver functionality to tesseract_environment. The idea behind this to mimic actual hardware in the environment.
  • Planner: Add reference frame to cartesian waypoint #125

I believe the ROS 2 wrapper is underway. @schornakj could you link to it here?

@mpowelson The ROS2 versions of the tesseract_ros packages are here: https://github.com/ros-industrial-consortium/tesseract_ros2

The main repo is still waiting on some PRs to be merged. In the meantime, my latest dev branch is here: https://github.com/schornakj/tesseract_ros2/tree/feature/migrate-tesseract-monitoring

@Levi-Armstrong Is anything here still relevant or should we close?

I would just move the sub graph items to the new one and we can mark themes nice to have. We already support adding scene graphs to another but the are not modeled as a sub graph that boost does support.

All issues have been addressed with the exception of #420.