Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-add TrajOpt link #821

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading