A kit of useful MATLAB code, such as doubly-linked lists, FIFO queues, random rapidly-exploring trees, and quad trees.
- Collision detector based on GJK distance algorithm (GjkCollisionDetector)
- Extended Kalman filter
- Particle (bootstrap) filter
- 2D Line (Line2D)
- 2D Vector (Vector2D)
- 2D Surface (Surface2D)
- Doubly-linked list (dl_list_*)
- First in, first out queue (fifo_queue)
- Stochastic system
- Filtered system
- Quad Tree (quad_tree_*)
- Left Child, Right Sibling tree (lcrs_tree_*)
- Rapidly-exploring dense tree (r_dense_tree)