Skip to main content
Sign in
Snippets Groups Projects
Select Git revision
  • d99ff88a49ba49ab59be64930a278942d868325d
  • master default protected
  • dev_2022
  • patch-1
  • develop
  • 50-use-ubuntus-libhidapi
  • issue-highLevelDispatch
  • issue-highLevelDesign
  • issue-motorStartBug
  • issue-commandLayerDesign
  • v1.0
  • v0.4-rc.13
  • v0.4-rc.12
  • v0.4-rc.11
  • v0.4-rc.10
  • v0.4-rc.9
  • v0.3-rc.8
  • v0.3-rc.7
  • v0.3-rc.6
  • v0.3-rc.5
  • v0.3-rc.4
  • v0.3-rc.3
  • v0.3-rc.2
  • v0.3-rc.1
  • v0.3-rc
  • v0.2
  • v0.1.1
  • v0.1
28 results

index.rst

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    index.rst 1.33 KiB

    MATLAB Toolbox for controlling Lego Mindstorms EV3

    This MATLAB toolbox was designed to abstract and simplify controlling Lego Mindstorms EV3 robots. Via Bluetooth or USB you can read sensor values or control your robots' motors in an intuitive way. On a low level (the ##hyperlink## Communication layer) you are able to send various commands directly to the brick, while on a high level, several classes abstract this behaviour for you. If you want to easily access your EV3 robot, these are the classes you will mostly use.

    Take a look at the ##link to readme## for installation instructions.

    This toolbox is being developed at the RWTH Aachen, Germany, as part of the students' lab ##hyperlink## 'MATLAB meets Mindstorms'. It is the follow-up of the widely used ##hyperlink## MATLAB NXT Toolbox.

    ##image##

    Contents

    Setting up the toolbox

    Toolbox documentation

    Advanced