Skip to content

Mowibox/RoboBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RoboBox

Python module for robotics applications (kinematics, transformations, motions).

rbb_logo

How to install

Clone the repository and enter the RoboBox folder

git clone https://github.com/Mowibox/RoboBox.git
cd RoboBox/

Then, install the robobox library by using pip:

pip install robobox/

Another alternative in editable mode:

pip install -e robobox

How to use

Import examples:

import robobox as rbb
from robobox import *

The notebook examples.ipynb provides examples of how to use each of the functions.

About

Python scripts for robotics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published