Skip to content

Commit

Permalink
add polish
Browse files Browse the repository at this point in the history
mention the line-drawings folder
  • Loading branch information
petercorke committed Jan 8, 2025
1 parent 6982669 commit b949784
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
```
Expand Down Expand Up @@ -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:
Expand All @@ -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:
```
Expand Down

0 comments on commit b949784

Please sign in to comment.