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.