@@ -38,7 +38,7 @@ This repo contains MATLAB code resources that support the book:
38
38
39
39
There are two ways to do this.
40
40
41
- ## Open in MATLAB Online™
41
+ ## 1. Open in MATLAB Online™
42
42
43
43
This is the zero-install option, and requires that you have a MATLAB Online licence.
44
44
MATLAB Online can work on a tablet, but not a phone.
@@ -55,10 +55,10 @@ and then do one of the following:
55
55
This will clone the repository into your MATLAB Drive and open the chapter LiveScript
56
56
in a browser tab.
57
57
58
- ## Open in desktop MATLAB session
58
+ ## 2. Open in desktop MATLAB session
59
59
60
- You need to have MATLAB installed and the required Toolboxes. Install the extra
61
- resources
60
+ You need to have MATLAB installed as well as the required Toolboxes. Install the extra
61
+ book-specific resources
62
62
``` shell
63
63
git clone
[email protected] :petercorke/RVC3-MATLAB.git
64
64
```
@@ -98,14 +98,14 @@ For Parts IV and Chap. 15
98
98
- Deep Learning Toolbox™
99
99
- Statistics and Machine Learning Toolbox™
100
100
101
-
102
101
For Chap. 16 only:
103
102
- ROS Toolbox
104
103
- Model Predictive Control Toolbox™
105
104
- Automated Driving Toolbox™
106
105
107
106
Those shown in bold are sufficient to run a large subset
108
107
of the code examples.
108
+
109
109
## Apps
110
110
111
111
This package provides additional interactive tools including:
@@ -123,7 +123,8 @@ in Simulink by:
123
123
# Additional book resources
124
124
125
125
This GitHub repo provides additional resources for readers including:
126
- - The code to produce every MATLAB figure in the book, see the [ ` book/figures ` ] ( book/figures ) folder
126
+ - The code to produce every MATLAB figure in the book, see the [ ` book/figures/code ` ] ( book/figures/code ) folder
127
+ - Many of the line drawings that appears as figures in the book, see the [ ` book/figures/line-drawings ` ] ( book/figures/line-drawings ) folder
127
128
- All example scripts, see the [ ` toolbox/examples ` ] ( toolbox/examples ) folder.
128
129
- To run the visual odometry example in Sect. 14.8.3 you need to download two image sequence, each over 100MB:
129
130
```
0 commit comments