You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-36
Original file line number
Diff line number
Diff line change
@@ -1,41 +1,39 @@
1
1
# Experimental MoveIt 2 - Drake Integration
2
2
3
-
NOTE: Experimental and will continue to have breaking changes until first
4
-
release.
3
+
> [!NOTE]
4
+
> Experimental and will continue to have breaking changes until first release.
5
5
6
-
`moveit_drake` brings together the vertical ROS integration of the
7
-
[MoveIt 2](https://moveit.ai/) motion planning framework, with the Mathematical
8
-
Programming interface within [Drake](https://drake.mit.edu/). This allows the
9
-
user to setup motion planning as an optimization problem within ROS, with the
10
-
rich specification of constraints and costs provided by `drake`.
6
+
`moveit_drake` brings together the vertical ROS integration of the [MoveIt 2](https://moveit.ai/) motion planning framework, with the Mathematical Programming interface within [Drake](https://drake.mit.edu/).
7
+
This allows the user to setup motion planning as an optimization problem within ROS, with the rich specification of constraints and costs provided by `drake`.
- Exposes [`TOPPRA`](https://drake.mit.edu/doxygen_cxx/classdrake_1_1multibody_1_1_toppra.html) implementation in `drake`.
12
+
- Exposes [`KinematicTrajectoryOptimization`](https://drake.mit.edu/doxygen_cxx/classdrake_1_1planning_1_1trajectory__optimization_1_1_kinematic_trajectory_optimization.html) implementation in `drake` as a motion planner.
13
+
- Exposes [`TOPPRA`](https://drake.mit.edu/doxygen_cxx/classdrake_1_1multibody_1_1_toppra.html) implementation in `drake` as a trajectory post-processor.
19
14
20
15
## Docker Workflow (Preferred and tested)
21
16
22
17
### Requirements
23
-
`docker` and `docker-compose`- Follow instructions
0 commit comments