-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Mobile Robotics Simulation Toolbox | ||
Copyright 2018-2019 The MathWorks, Inc. | ||
|
||
------------------------------------------------------------------------------------------ | ||
|
||
## About the Toolbox | ||
|
||
This toolbox provides utilities for robot simulation and algorithm development. | ||
|
||
This includes: | ||
* 2D kinematic models for robot geometries such as differential drive, three, and four-wheeled vehicles, including forward and inverse kinematics | ||
* Configurable lidar and object detector simulators | ||
* Visualization of robotic vehicles and sensors in occupancy grid maps | ||
* MATLAB and Simulink examples and documentation | ||
|
||
------------------------------------------------------------------------------------------ | ||
|
||
## Getting Started | ||
|
||
Download the toolbox either by cloning this repository or downloading as a ZIP file. | ||
In MATLAB, navigate to the folder containing the toolbox and run the | ||
`startMobileRoboticsSimulationToolbox.m` script. | ||
|
||
Alternatively, you can download the MATLAB toolbox file from the "Releases" section. | ||
You can install the toolbox file directly to MATLAB. | ||
|
||
Regardless of how you install it, refer to the `GettingStarted.mlx` | ||
Live Script included to learn more about this toolbox. | ||
|
||
Refer to the following videos for more information. | ||
|
||
* [Simulating Mobile Robots with MATLAB and Simulink](https://www.mathworks.com/videos/matlab-and-simulink-robotics-arena-getting-started-with-the-mobile-robotics-simulation-toolbox-1523443253912.html) | ||
* [Programming Robot Swarms](https://www.mathworks.com/videos/matlab-and-simulink-robotics-arena-programming-robot-swarms-1539080970349.html) | ||
* [Programming Soccer Robot Behavior](https://www.mathworks.com/videos/programming-soccer-robot-behavior-1554386041395.html) |