forked from petercorke/robotics-toolbox-matlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Robotics Toolbox for MATLAB
License
LGPL-2.1, LGPL-3.0 licenses found
Licenses found
LGPL-2.1
LICENSE
LGPL-3.0
LGPL-LICENCE.txt
elton-choi/robotics-toolbox-matlab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Robotics Toolbox for MATLAB® has dependency on the repository toolbox-common-matlab. ## Installation from github To install the Toolbox on your computer from github follow these simple instructions. From the shell: ```shell % mkdir rvctools % cd rvctools % git clone https://github.com/petercorke/robotics-toolbox-matlab.git robot % git clone https://github.com/petercorke/toolbox-common-matlab.git common % mv common/startup_rvc.m . ``` From within MATLAB ``` >> cd rvctools % this is the same folder as above >> startup_rvc ``` The second line sets up the MATLAB path appropriately but it's only for the current session. You can either: 1. Repeat this everytime you start MATLAB 2. Add it to your `startup.m` file 3. Once you have run startup_rvc, run `pathtool` and push the `Save` button ## Online resources: * [Home page](http://www.petercorke.com) * [Discussion group](http://groups.google.com/group/robotics-tool-box?hl=en) Please email bug reports, comments or code contribtions to me at [email protected]
About
Robotics Toolbox for MATLAB
Resources
License
LGPL-2.1, LGPL-3.0 licenses found
Licenses found
LGPL-2.1
LICENSE
LGPL-3.0
LGPL-LICENCE.txt
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- MATLAB 93.4%
- C 2.2%
- C++ 2.1%
- Java 1.5%
- HTML 0.6%
- Makefile 0.2%