-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
7 additions
and
6 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 |
---|---|---|
|
@@ -38,7 +38,7 @@ This repo contains MATLAB code resources that support the book: | |
|
||
There are two ways to do this. | ||
|
||
## Open in MATLAB Online™ | ||
## 1. Open in MATLAB Online™ | ||
|
||
This is the zero-install option, and requires that you have a MATLAB Online licence. | ||
MATLAB Online can work on a tablet, but not a phone. | ||
|
@@ -55,10 +55,10 @@ and then do one of the following: | |
This will clone the repository into your MATLAB Drive and open the chapter LiveScript | ||
in a browser tab. | ||
|
||
## Open in desktop MATLAB session | ||
## 2. Open in desktop MATLAB session | ||
|
||
You need to have MATLAB installed and the required Toolboxes. Install the extra | ||
resources | ||
You need to have MATLAB installed as well as the required Toolboxes. Install the extra | ||
book-specific resources | ||
```shell | ||
git clone [email protected]:petercorke/RVC3-MATLAB.git | ||
``` | ||
|
@@ -98,14 +98,14 @@ For Parts IV and Chap. 15 | |
- Deep Learning Toolbox™ | ||
- Statistics and Machine Learning Toolbox™ | ||
|
||
|
||
For Chap. 16 only: | ||
- ROS Toolbox | ||
- Model Predictive Control Toolbox™ | ||
- Automated Driving Toolbox™ | ||
|
||
Those shown in bold are sufficient to run a large subset | ||
of the code examples. | ||
|
||
## Apps | ||
|
||
This package provides additional interactive tools including: | ||
|
@@ -123,7 +123,8 @@ in Simulink by: | |
# Additional book resources | ||
|
||
This GitHub repo provides additional resources for readers including: | ||
- The code to produce every MATLAB figure in the book, see the [`book/figures`](book/figures) folder | ||
- The code to produce every MATLAB figure in the book, see the [`book/figures/code`](book/figures/code) folder | ||
- Many of the line drawings that appears as figures in the book, see the [`book/figures/line-drawings`](book/figures/line-drawings) folder | ||
- All example scripts, see the [`toolbox/examples`](toolbox/examples) folder. | ||
- To run the visual odometry example in Sect. 14.8.3 you need to download two image sequence, each over 100MB: | ||
``` | ||
|