Coverage for src/pyroboplan/core/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-02-28 21:35 -0500

1"""Core pyroboplan module. 

2 

3This module contains the essential utilities to represent a robot model for motion planning. 

4It makes extensive use of the Pinocchio library but adds planning-specific abstractions over its implementation. 

5"""