Skip to content

vinitha910/aikidopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aikidopy Build Status

This catkin package contains python bindings for aikido. Note, not all classes/functions in aikido have been binded yet.

Dependencies

Install DART, AIKIDO and the following dependencies:

$ sudo apt-get install ros-<DISTRO>-rospy ros-<DISTRO>-pybind11-catkin libeigen3-dev python-catkin-tools python-catkin-pkg

Replace DISTRO with the correct ROS distribution.

Usage

Clone this package into a catkin workspace and build the workspace:

$ mkdir catkin_ws
$ cd catkin_ws && mkdir src $$ cd src
$ catkin_init_workspace
$ git clone https://github.com/vinitha910/aikidopy.git
< CLONE OTHER NECESSARY REPOSITORIES >
$ cd ~/catkin_ws
$ catkin build
$ source devel/setup.bash

You shoud now be able to load aikidopy in python:

$ python
>>> import aikidopy

About

Python bindings for Aikido

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published