Skip to content
#

kinematics

Here are 284 public repositories matching this topic...

mxgrey
mxgrey commented Mar 21, 2018

DART is a very useful toolkit for implementing sophisticated controllers and easily running physics simulations, but a familiarity with control theory and numerical methods is still necessary in order to get sane results. Since the robotics community consists of people from a broad variety of backgrounds, it would be useful for DART to provide some introductory educational tutorials to familiarize

hexapod-robot-simulator
mithi
mithi commented Jun 17, 2020

Sample code

Please checkout how the sample test cases in:

References

Get started with testing python

Write Professional Unit Tests in Python

Web Automation Tests with Selenium

help wanted good first issue
xoxota99
xoxota99 commented May 21, 2019

Generated cpp code appears to assign results of multiple solutions to the same "argument" variable, and uses undeclared th_1, th_2, th_3 (etc) variables in solution calculations. The code won't compile, and is unusable.

The generated python code doesn't appear to have these issues.

My robot definition:

    if(name == 'Flexo'):
       # standardize on the order "alpha N-1, a N-1, d N, 

Improve this page

Add a description, image, and links to the kinematics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kinematics topic, visit your repo's landing page and select "manage topics."

Learn more