Skip to content

Provide a common API to many useful robotics libraries

Notifications You must be signed in to change notification settings

Tass0sm/corallab-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coral Lab Robotics Library

Provide a common API to many useful robotics libraries.

Install

Local

poetry install poetry install –extras pybullet poetry install –extras torch-robotics

Entities

Robots

Tasks

Tasks bundle a robot, an environment, and provide functions which require both of them. These functions are useful for solving a motion planning problem or something.

Envs

Envs encode physical properties of a certain space.

Gyms

Gyms encode dynamical systems or processes.