Skip to content

Commit b949784

Browse files
committed
add polish
mention the line-drawings folder
1 parent 6982669 commit b949784

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This repo contains MATLAB code resources that support the book:
3838

3939
There are two ways to do this.
4040

41-
## Open in MATLAB Online™
41+
## 1. Open in MATLAB Online™
4242

4343
This is the zero-install option, and requires that you have a MATLAB Online licence.
4444
MATLAB Online can work on a tablet, but not a phone.
@@ -55,10 +55,10 @@ and then do one of the following:
5555
This will clone the repository into your MATLAB Drive and open the chapter LiveScript
5656
in a browser tab.
5757

58-
## Open in desktop MATLAB session
58+
## 2. Open in desktop MATLAB session
5959

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
6262
```shell
6363
git clone [email protected]:petercorke/RVC3-MATLAB.git
6464
```
@@ -98,14 +98,14 @@ For Parts IV and Chap. 15
9898
- Deep Learning Toolbox™
9999
- Statistics and Machine Learning Toolbox™
100100

101-
102101
For Chap. 16 only:
103102
- ROS Toolbox
104103
- Model Predictive Control Toolbox™
105104
- Automated Driving Toolbox™
106105

107106
Those shown in bold are sufficient to run a large subset
108107
of the code examples.
108+
109109
## Apps
110110

111111
This package provides additional interactive tools including:
@@ -123,7 +123,8 @@ in Simulink by:
123123
# Additional book resources
124124

125125
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
127128
- All example scripts, see the [`toolbox/examples`](toolbox/examples) folder.
128129
- To run the visual odometry example in Sect. 14.8.3 you need to download two image sequence, each over 100MB:
129130
```

0 commit comments

Comments
 (0)