Skip to content

Commit de76f52

Browse files
committed
Added README
1 parent 4b7c9b9 commit de76f52

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Mobile Robotics Simulation Toolbox
2+
Copyright 2018-2019 The MathWorks, Inc.
3+
4+
------------------------------------------------------------------------------------------
5+
6+
## About the Toolbox
7+
8+
This toolbox provides utilities for robot simulation and algorithm development.
9+
10+
This includes:
11+
* 2D kinematic models for robot geometries such as differential drive, three, and four-wheeled vehicles, including forward and inverse kinematics
12+
* Configurable lidar and object detector simulators
13+
* Visualization of robotic vehicles and sensors in occupancy grid maps
14+
* MATLAB and Simulink examples and documentation
15+
16+
------------------------------------------------------------------------------------------
17+
18+
## Getting Started
19+
20+
Download the toolbox either by cloning this repository or downloading as a ZIP file.
21+
In MATLAB, navigate to the folder containing the toolbox and run the
22+
`startMobileRoboticsSimulationToolbox.m` script.
23+
24+
Alternatively, you can download the MATLAB toolbox file from the "Releases" section.
25+
You can install the toolbox file directly to MATLAB.
26+
27+
Regardless of how you install it, refer to the `GettingStarted.mlx`
28+
Live Script included to learn more about this toolbox.
29+
30+
Refer to the following videos for more information.
31+
32+
* [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)
33+
* [Programming Robot Swarms](https://www.mathworks.com/videos/matlab-and-simulink-robotics-arena-programming-robot-swarms-1539080970349.html)
34+
* [Programming Soccer Robot Behavior](https://www.mathworks.com/videos/programming-soccer-robot-behavior-1554386041395.html)

0 commit comments

Comments
 (0)