GitLab | UTCN

Skip to content
Snippets Groups Projects
user avatar
jhavl authored
0ce9e9ae
History

License: MIT Maintenance

In development

Swift

The Swift simulator is a is designed for rapid prototyping of algorithms, research, and education. Currently, Swift supports manipulators, with other robot types incoming.

Swift is controlled using the Robotics Toolbox for Python through an easy and intuitive API.

Getting going

From Github

# Install node js version 12.18.2 (or whatever LTS is on a mac)
https://nodejs.org/en/

# Clone the repo
git clone git@github.com:jhavl/swift.git 
# or 
git clone https://github.com/jhavl/swift.git

# cd into directory
cd swift

# Install the project (this will download and install the dependancies for the project)
npm install

# Start the program
npm start 

From executable

Avaliable soon