Skip to content

Commit

Permalink
Re-add TrajOpt link
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Nov 27, 2023
1 parent 96c660f commit 37ebc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2019-06-12-gsoc-2019-collision-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Collision detection is a core necessity in path planning for any type of robot.
task. Inspired by the motion planning framework “[Tesseract](https://rosindustrial.org/news/2018/7/5/optimization-motion-planning-with-tesseract-and-trajopt-for-industrial-applications)
of ROS-Industrial, the aim of the project is to integrate Bullet as an additional collision checking library into MoveIt. This includes additional
new features like continuous collision detection (CCD). CCD is useful as many state-of-the-art path planning frameworks like
Trajectory Optimization (TrajOpt) rely on it.
[Trajectory Optimization](https://rll.berkeley.edu/trajopt/doc/sphinx_build/html/) (TrajOpt) rely on it.

**Primary Goals**
1. Integrate Bullet as a collision detection library
Expand Down

0 comments on commit 37ebc4a

Please sign in to comment.