Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ev3-toolbox-matlab
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mindstorms
ev3-toolbox-matlab
Commits
c43b5b5b
Commit
c43b5b5b
authored
7 years ago
by
Tim Stadtmann
Browse files
Options
Downloads
Patches
Plain Diff
Update readme.md
parent
839e8d0a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+9
-4
9 additions, 4 deletions
readme.md
with
9 additions
and
4 deletions
readme.md
+
9
−
4
View file @
c43b5b5b
...
...
@@ -5,7 +5,7 @@ Mindstorms EV3 Toolbox for MATLAB!
This toolbox was designed to simplify controlling LEGO MINDSTORMS EV3
robots live using MATLAB. Via Bluetooth or USB you can easily read sensor values
or control your robots’ motors. You can choose to either work on a high level,
w
orking
a virtual twin of your EV3, or follow the EV3's firmware specification
w
ith
a virtual twin of your EV3, or follow the EV3's firmware specification
by sending commands directly.
This toolbox is being developed at the RWTH Aachen, Germany, and it is the
...
...
@@ -24,7 +24,7 @@ This toolbox has been developed and tested on MATLAB 2014a/2016a, on Windows
configurations, feel free to contact us.
The EV3's firmware version needs to be updated to 1.09, bugs and unsuspected
behaviour have been encountered when we use older versions.
behaviour have been encountered when we use
d
older versions.
## Installation
In most cases, you will only need to download the toolbox and add its path to
...
...
@@ -60,8 +60,9 @@ b.beep();
b.disconnect();
```
You can find more information on the toolbox functions/classes either by using
*help functionname/classname*
and
*doc functionname/classname*
in your MATLAB
editor, or in the PDF/HTML documentation inside the subfolder
*docs*
.
*help classname.functionname*
and
*doc classname.functionname*
in your MATLAB
editor (the
*.functionname*
is optional), or in the PDF/HTML documentation
inside the subfolder
*docs*
.
## Contribution
...
...
@@ -80,6 +81,9 @@ pip install -U sphinxcontrib-matlabdomain
pip install sphinx_bootstrap_theme
```
Note: If you get 'permission-denied' errors on the pip install lines, try adding
'--user
*your_username*
' to each pip install line.
You also need to setup your latex parser if you want Sphinx to generate pdfs:
```
sudo apt install texlive-latex-base
...
...
@@ -96,3 +100,4 @@ make latexpdf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment