EEmbodied AI Hub
Resource updatesFeaturedEditor’s pick

Ruckig v0.19.4: Fix Build Compatibility and PyPI Upload

Why it mattersFixes build compatibility with scikit-build-core v1.0.0 and resolves failure to upload prebuilt Python wheels to PyPI.

Ruckig is a real-time trajectory generation library for robotics and similar applications. This update fixes two issues: build compatibility with scikit-build-core v1.0.0, and the failure to upload prebuilt Python wheels to PyPI. If you install Ruckig via Python, this update ensures a smoother installation.

What changed

  • Fix build compatibility with scikit-build-core v1.0.0
  • Fix failure to upload prebuilt Python wheels to PyPI
  • Improve installation reliability for Python users
v0.19.4releaseprojectRuckigGitHubupdate

Source: GitHub Releases · July 30, 2026

Share this article so more people can see it

What changed

  • Fix build compatibility with scikit-build-core v1.0.0
  • Fix failure to upload prebuilt Python wheels to PyPI
  • Improve installation reliability for Python users

Related resources on this hub

Jump to projects, models, or datasets mentioned or closely related.

Discussion

Tell us what you think — comments make stories more useful for builders and founders.

Tell us what you think!

Ruckig v0.19.4: Fix Build Compatibility and PyPI Upload

Have an account? Log in to use your display name and avatar.

Email is optional and never shown on the page.

More insights

Resource updatesFeaturedGitHub Releases

Genesis v1.3.1: More Accurate Physics, Nyx Fixes

Genesis v1.3.1 is a minor release that fixes issues with the Nyx rendering plugin and improves contact force calculation in physics simulation. Normal contact forces are now decoupled from friction coefficient and sliding speed, leading to more accurate simulations. Additionally, raycasting against visual meshes is now supported in viewer plugins.

  • [Breaking] New contact solver option 'contact resolution' with default signorini mode, decoupling normal contact forces from friction coefficient and sliding speed.
  • [New Feature] Support raycasting against visual meshes in viewer plugins.
  • [Fix] Fix support of FEM entities in Nyx plugin.
Read
Resource updatesFeaturedGitHub Releases

Genesis v1.3.0: Differentiable Rigid Body Simulation Stable, Torsional/Rolling Friction Added

Genesis is a robotics simulation platform. This update promotes differentiable rigid body simulation (which computes gradients for optimization) from experimental to stable, so users can rely on it. It also adds torsional and rolling friction to make contact behaviors more realistic. Several bugs are fixed, including missing buoyancy for submerged bodies and camera video length limitations.

  • Differentiable rigid body simulation promoted from experimental to stable, reliable for optimization tasks.
  • Added torsional and rolling friction for more realistic contact behavior.
  • Added explicit mounting transform parameter in RigidEntity.attach for precise connection control.
Read
Resource updatesFeaturedGitHub Releases

robot_descriptions.py v3.0.0: SRDF support, 7 new robots

This Python library lets you easily load robot description files (URDF, SRDF, etc.). v3.0.0 adds support for SRDF, a format for semantic robot information like joint groups and self-collision. It also includes 7 new robot descriptions, such as Franka Emika series and Cookie wheeled biped. Development tools switched from tox to pixi, and several security vulnerabilities are fixed. Note: deprecated UR3, UR5, UR10 modules are removed; use official variants instead.

  • Added support for SRDF descriptions, enabling loading of semantic robot description files
  • Added 7 new robot descriptions: SRDFs for Franka Emika robots (Panda, FER, FR3, etc.), Cookie wheeled biped, OpenArm v2, RBY1 Mobile Manipulator, Stretch 4, TIAGo official, Toyota HSR-B/C
  • Switched development and CI tooling from tox to pixi
Read