EEmbodied AI Hub
Resource updatesEditor’s pick

Pinocchio v4.1.0: Native URDF v1.2 Capsule Support and Joint Limits

Why it mattersNew Pinocchio natively parses capsule shapes from URDF v1.2 and auto-loads joint acceleration/jerk limits for smoother, safer motion.

Pinocchio is a library for robot dynamics computation. This update enables full parsing of the latest URDF v1.2 robot description files, with native support for capsule shapes, eliminating inaccurate cylinder approximations. It also automatically loads joint acceleration and jerk limits from URDF files and exposes them in the model, helping to plan smoother and hardware-friendly motions.

What changed

  • Natively parse capsule geometries in URDF v1.2 for more accurate collision and visual detection.
  • Automatically load joint acceleration and jerk limits from URDF and expose them in the model interface.
  • Add a new overload for joint creation to pass acceleration and jerk limits directly.
  • Introduce a precompiled headers (PCH) CMake option to significantly speed up Python bindings compilation.
  • Add a CMake option to selectively compile visualization backends, reducing binary size and build time.
Pinocchiochangelogreleaseprojectv4.1.0GitHubupdate

Source: GitHub Releases · July 7, 2026

Share this article so more people can see it

What changed

  • Natively parse capsule geometries in URDF v1.2 for more accurate collision and visual detection.
  • Automatically load joint acceleration and jerk limits from URDF and expose them in the model interface.
  • Add a new overload for joint creation to pass acceleration and jerk limits directly.
  • Introduce a precompiled headers (PCH) CMake option to significantly speed up Python bindings compilation.
  • Add a CMake option to selectively compile visualization backends, reducing binary size and build time.

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!

Pinocchio v4.1.0: Native URDF v1.2 Capsule Support and Joint Limits

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

dm_control 1.0.44: Physics Engine Upgrade, Adhesive Contacts & Conveyor Effects

dm_control 1.0.44 updates the physics engine MuJoCo to 3.11.0 and introduces several new features. You can now simulate adhesive contacts (contacts that pull like magnets) and conveyor/treadmill effects via surface velocity. For rotational joints (e.g., ball joints), control signals now handle rotations beyond 180 degrees more smoothly. Additionally, preparations for future MIMO actuators split actuator counts into inputs, objects, and outputs.

  • Update to MuJoCo 3.11.0, requiring this version
  • Add SO3 transmission and native orientation actuator for rotational control like ball joints
  • Add geom adhesion: contacts that pull via translated friction cones
Read
Resource updatesFeaturedGitHub Releases

Pink v4.3.0: Fix braking-distance calculation for continuous joints

Pink is a Python library for robot kinematics. This release fixes a critical bug where the braking-distance term in AccelerationLimit was incorrect for joints without configuration limits, such as continuous joints. It also updates the list of revolute-joint shortnames supported by ManipulabilityTask, and adds support for Python 3.13 and 3.14. New examples and dependencies are included.

  • Fixed braking-distance calculation in AccelerationLimit for continuous joints
  • Updated the list of revolute-joint shortnames supported by ManipulabilityTask
  • Added support for Python 3.13 and 3.14
Read
Resource updatesFeaturedGitHub Releases

OmniGibson v3.9.1: More Stable Model Downloads and Performance Tuning

OmniGibson is a 3D environment platform for robot simulation and interaction. v3.9.1 improves model downloading from Hugging Face for more stable resource access; adds PyTorch thread count configuration for performance tuning; fixes the R1Pro robot base velocity frame issue; and updates demo documentation.

  • Updated Hugging Face model download method for improved stability
  • Added constant options for PyTorch thread count to control parallel computing resources
  • Edited sponsor information in index.md
Read