Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 54ee7d2

Browse files
Merge pull request #17 from sureshmaddina/master
Adding a section called "Path planning with Motion Planning Networks"...
2 parents 0a0c091 + 7b2ea2c commit 54ee7d2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

‎Images/mpnetarchitecture.png‎

40.9 KB
Loading[フレーム]

‎README.md‎

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Discover pretrained models for deep learning in MATLAB.
3131

3232
### Robotics
3333
* [Manipulator Motion Planning](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#manipulator-motion-planning-)
34+
* [Path Planning with Motion Planning Networks](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#path-planning-with-motion-planning-networks-)
3435

3536
## Image Classification <a name="ImageClassification"/>
3637

@@ -340,10 +341,26 @@ Inputs are start configuration, goal configuration and obstacle environment enco
340341
| Network | Application | Size (MB)| Location|
341342
| --- | --- | --- | --- |
342343
| [Deep-Learning-Based CHOMP (DLCHOMP)](https://www.mathworks.com/help/releases/R2024a/robotics/ref/dlchomp.html) | Trajectory Prediction | 25 | [Doc](https://www.mathworks.com/help/releases/R2024a/robotics/ref/dlchomp.html)<br />[GitHub](https://github.com/matlab-deep-learning/pretrained-dlchomp) |
343-
| [mazeMapTrainedMPNET](https://www.mathworks.com/help/nav/ug/get-started-with-motion-planning-networks.html) | Motion Planning | 0.234 | Doc ([Training](https://www.mathworks.com/help/nav/ug/train-deep-learning-based-sampler-for-motion-planning.html), [Accelerating](https://www.mathworks.com/help/nav/ug/accelerate-motion-planning-with-deep-learning-based-sampler.html))
344344

345345

346346

347+
[Back to top](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#matlab-deep-learning-model-hub)
348+
349+
350+
## Path Planning with Motion Planning Networks <a name="PathPlanningMPNet"/>
351+
352+
Motion Planning Networks (MPNet) is a deep-learning-based approach for finding optimal paths between a start point and goal point in motion planning problems. MPNet is a deep neural network that can be trained on multiple environments to learn optimal paths between various states in the environments. The MPNet uses this prior knowledge to,
353+
- Generate informed samples between two states in an unknown test environment. These samples can be used with sampling-based motion planners such as optimal rapidly-exploring random trees (RRT*) for path planning.
354+
- Compute collision-free path between two states in an unknown test environment. MPNet based path planner is more efficient than the classical path planners such as the RRT*.
355+
356+
To know more please visit [Get Started with Motion Planning Networks](https://in.mathworks.com/help/nav/ug/get-started-with-motion-planning-networks.html)
357+
358+
![](Images/mpnetarchitecture.png)
359+
360+
| Network | Application | Size (MB) | Location |
361+
| ----------------------------------------------------------------------------------------------------------- | ------------- | --------- | ------------------------------------------------------------------------------------------------------- |
362+
| [mazeMapTrainedMPNET](https://www.mathworks.com/help/nav/ug/get-started-with-motion-planning-networks.html) | Path Planning | 0.23 | [Doc](https://www.mathworks.com/help/nav/ug/train-deep-learning-based-sampler-for-motion-planning.html) |
363+
347364
[Back to top](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#matlab-deep-learning-model-hub)
348365

349366
## Model requests

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /