All Projects → stephane-caron → Pymanoid

stephane-caron / Pymanoid

Licence: gpl-3.0
Humanoid robotics prototyping environment based on OpenRAVE

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pymanoid

Mind Sdk
MIND SDK
Stars: ✭ 97 (-13.39%)
Mutual labels:  robotics
Flexbe behavior engine
Contains the behavior engine FlexBE.
Stars: ✭ 101 (-9.82%)
Mutual labels:  robotics
Rvo2 3d
Optimal Reciprocal Collision Avoidance in Three Dimensions (C++)
Stars: ✭ 108 (-3.57%)
Mutual labels:  robotics
Gym Ignition
Framework for developing OpenAI Gym robotics environments simulated with Ignition Gazebo
Stars: ✭ 97 (-13.39%)
Mutual labels:  robotics
Evo
Python package for the evaluation of odometry and SLAM
Stars: ✭ 1,373 (+1125.89%)
Mutual labels:  robotics
Grl
Robotics tools in C++11. Implements soft real time arm drivers for Kuka LBR iiwa plus V-REP, ROS, Constrained Optimization based planning, Hand Eye Calibration and Inverse Kinematics integration.
Stars: ✭ 105 (-6.25%)
Mutual labels:  robotics
Opencat Old
A programmable and highly maneuverable robotic cat for STEM education and AI-enhanced services.
Stars: ✭ 1,344 (+1100%)
Mutual labels:  robotics
Robotics setup
Setup Ubuntu 18.04, 16.04 and 14.04 with machine learning and robotics software plus user configuration. Includes ceres tensorflow ros caffe vrep eigen cudnn and cuda plus many more.
Stars: ✭ 110 (-1.79%)
Mutual labels:  robotics
Rtabmap
RTAB-Map library and standalone application
Stars: ✭ 1,376 (+1128.57%)
Mutual labels:  robotics
Wechaty
Conversational RPA SDK for Chatbot Makers
Stars: ✭ 11,647 (+10299.11%)
Mutual labels:  robotics
Jagcs
Just another ground control station
Stars: ✭ 99 (-11.61%)
Mutual labels:  robotics
Caesar.jl
Robot toolkit: Towards non-parametric and parametric navigation solutions
Stars: ✭ 98 (-12.5%)
Mutual labels:  robotics
List of robot electronics
A curated list of awesome open source electronic resources for robotics
Stars: ✭ 106 (-5.36%)
Mutual labels:  robotics
Ssl slam2
SSL_SLAM2: Lightweight 3-D Localization and Mapping for Solid-State LiDAR (mapping and localization separated) ICRA 2021
Stars: ✭ 96 (-14.29%)
Mutual labels:  robotics
Espway
Segway-like robot implemented on ESP8266
Stars: ✭ 109 (-2.68%)
Mutual labels:  robotics
Ikbt
A python package to solve robot arm inverse kinematics in symbolic form
Stars: ✭ 97 (-13.39%)
Mutual labels:  robotics
Pose Interpreter Networks
Real-Time Object Pose Estimation with Pose Interpreter Networks (IROS 2018)
Stars: ✭ 104 (-7.14%)
Mutual labels:  robotics
Rafcon
RAFCON (RMC advanced flow control) uses hierarchical state machines, featuring concurrent state execution, to represent robot programs. It ships with a graphical user interface supporting the creation of state machines and contains IDE like debugging mechanisms. Alternatively, state machines can programmatically be generated using RAFCON's API.
Stars: ✭ 112 (+0%)
Mutual labels:  robotics
Robotics Coursework
🤖 Places where you can learn robotics (and stuff like that) online 🤖
Stars: ✭ 1,810 (+1516.07%)
Mutual labels:  robotics
Door Slam
Distributed, Online, and Outlier Resilient SLAM for Robotic Teams
Stars: ✭ 107 (-4.46%)
Mutual labels:  robotics

pymanoid

Humanoid robotics controller prototyping environment based on OpenRAVE. Includes:

Use cases

Getting started

Installation

The following instructions were verified on Ubuntu 14.04:

sudo apt-get install cython libglpk-dev python python-dev python-pip python-scipy python-simplejson
  • Install the LP solver: CVXOPT_BUILD_GLPK=1 pip install cvxopt --user
  • Install the QP solver: pip install quadprog --user
  • For polyhedral computations (optional): pip install pycddlib --user

Finally, clone this repository and run the setup script:

git clone --recursive https://github.com/stephane-caron/pymanoid.git
cd pymanoid
python setup.py build
python setup.py install --user

Optional

For nonlinear numerical optimization, you will need to install CasADi, preferably from source with the MA27 linear solver.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].