Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove refs to functionality now in SMTB
  • Loading branch information
petercorke authored Feb 24, 2019
1 parent b89ac0e commit 83ba6e9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
## Synopsis

Common code for MATLAB toolboxes for Robotics, Machine Vision. Supports argument parsing, plotting (points, lines, ellipses, circles, boxes, polygones), figures, animation, arrows, polygons, graphs and may mathematical operations and datatypes.
Common code for MATLAB toolboxes for Robotics and Machine Vision.


## Code Example

```
>> about ans
ans [double] : 3x3 (72 bytes)
```

## Motivation

A collection of utility functions that factor out common tasks for the toolboxes.
Expand All @@ -21,7 +14,8 @@ Relevant files are included in the distributions of Robotics Toolbox for MATLAB
To use this, my development repo, directly:
* clone this repo
* clone RTB or MVTB
* ensure that both are in your MATLAB path
* clone Spatial Math Toolbox for MATLAB
* ensure that all are in your MATLAB path

## API Reference

Expand Down

0 comments on commit 83ba6e9

Please sign in to comment.