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
More examples can be found in the folder `examples` in the repository.
80
54
81
-
## Documentation
82
-
83
-
For more details, you can refer to [online documentation](https://ai-winter.github.io/python_motion_planning/).
55
+
Please refer to the Tutorials part of [online documentation](https://ai-winter.github.io/python_motion_planning/).
84
56
85
57
# Demos
86
58
## Path Planner
@@ -112,6 +84,8 @@ For more details, you can refer to [online documentation](https://ai-winter.gith
112
84
113
85
We provide a toy simulator with simple physical simulation to test controllers (path-trakcers). The toy simulator supports multi-agents/multi-robots. The available robots include `CircularRobot` (Omnidirectional) and `DiffDriveRobot` (Only support moving forward and backward). Currently only 2D simulator is provided. 3D simulator has not been implemented.
114
86
87
+
In the following demos, the blue robot 1 is the `CircularRobot`, and the orange robot 2 is the `DiffDriveRobot`.
0 commit comments