diff --git a/README.md b/README.md index 49f761c..61f4c0c 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,10 @@ This package implements Model Predictive Control (MPC) for motion planning in 2D This repository includes our implementation of **Topology-Driven MPC** (**T-MPC++**) that computes multiple distinct trajectories in parallel, each passing dynamic obstacles differently. For a brief overview of the method, see the [Paper website](https://autonomousrobots.nl/paper_websites/topology-driven-mpc). -Simulated Mobile Robot | Real-World Mobile Robot | -| ------------- | ------------- | -| | | -| **Static and Dynamic Obstacles** | | -| | | +Simulated Mobile Robot | Real-World Mobile Robot | Static and Dynamic Obstacles | +| -------------- | -------------- | -------------- | +| | | | + @@ -328,13 +327,8 @@ Please see the `mpc_planner_jackalsimulator` package for an example of how to cu Launching this package simulates the Jackal robot in an environment with pedestrians. - +

-`jackalsimulator` | `jackal` | -| ------------- | ------------- | -| | | -`rosnavigation` | `autoware` | -| | *Pending publication* | ### Custom Modules @@ -361,4 +355,4 @@ If you found this repository useful, please cite our paper! ## Contributing -We welcome issues and contributions! If you encounter any bugs, have suggestions for new features, or want to propose improvements, feel free to open an issue or pull request. \ No newline at end of file +We welcome issues and contributions! If you encounter any bugs, have suggestions for new features, or want to propose improvements, feel free to open an issue or pull request.