Inverse Kinematics Help?

This page summarizes the projects mentioned and recommended in the original post on /r/robotics

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • IKBT

    A python package to solve robot arm inverse kinematics in symbolic form

  • Check out https://github.com/uw-biorobotics/IKBT

  • RoboPy

    Python module for robotics. Covers transforms, kinematic models of serial link arms created with DH parameters, dynamics algorithms like RNE and Euler Lagrange formulations, and tools for visualizing and simulating robots.

  • You can get good performance with relatively simple algorithms, usually iterative. There are analytic algorithms, that is algorithms where you have an exact equation for the solution, but those only exist for specific types of robot arms, where you have a spherical wrist as the last 3 links. Iterative methods exist though, which will solve quickly enough for a desktop toy. I see that some others have already posted example code; the MATLAB Robotics Toolbox by Peter corke has ik algorithms prewritten, though you'll have to make a robot model using his code (not too bad, if you have used DH parameters before). I've written a similar library in Python here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Fast Symbolic Computation for Robotics

    2 projects | news.ycombinator.com | 15 Nov 2023
  • A Rigorous Derivation of the Bubble Sort Curve

    1 project | news.ycombinator.com | 24 Apr 2024
  • Google DeepMind's Aloha Unleashed is pushing the boundaries of robot dexterity

    4 projects | news.ycombinator.com | 16 Apr 2024
  • 3Blue1Brown: Visualizing Attention, a Transformer's Heart

    3 projects | news.ycombinator.com | 14 Apr 2024
  • AutoCodeRover resolves 22% of real-world GitHub in SWE-bench lite

    8 projects | news.ycombinator.com | 9 Apr 2024