Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !1455

Added pybotics

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/engnadeau/patch-1 into master Jan 14, 2020
  • Overview 2
  • Commits 2
  • Pipelines 1
  • Changes 1

Created by: engnadeau

What is this Python project?

Pybotics is an open-source Python toolbox for robot kinematics and calibration. It was designed to provide a simple, clear, and concise interface to quickly simulate and evaluate common robot concepts, such as kinematics, dynamics, trajectory generations, and calibration. The toolbox is specifically designed for use with the Modified Denavit–Hartenberg parameters convention.

Applications & Examples

  • Basic Usage
  • Kinematics
  • Calibration
  • Trajectory and Path Planning
  • Machine Learning
  • Dynamics

This toolbox was featured in the Journal of Open Source Software: https://doi.org/10.21105/joss.01738

What's the difference between this Python project and similar ones?

  1. As MATLAB® is not necessarily readily available outside of academia, Pybotics was originally developed as a fully open-source alternative to the Robotics Toolbox by Peter Corke.
  2. rospy is a client for the ROS framework and performs a different function.
  3. PythonRobotics is a repository of code samples primarily focusing on trajectory planning for mobile robotics. Pybotics focuses more on industrial robots and is a framework for modelling robots.
  4. Pybotics can be integrated with the above two packages as the modelling component.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/engnadeau/patch-1