robotics_toolbox

Robotics Toolbox is a Python library for robot kinematics, dynamics, and control. However, it is not complete, some of the implementations are missing and your goal is to complete them. To verify the correctness of your implementation, you can run the tests in the tests folder.

Modules

core

Core functionality for the robotics_toolbox package is defined by transformations in 2D and 3D space.

planning

Module for path planning algorithms.

render

Module for rendering robot models in 2D (matplotlib) and 3D (robomeshcat).

robots

This module contains the robot classes for mobile robots, manipulators, and drones.

utils

Module with utility functions for the robotics_toolbox package.