Expose rotation parameters to Python #175
Labels
API: python
Related to the Python API
good first issue
Good for newcomers
Kind: new feature
Status: scheduled
Milestone
High level description
The current ANISE library offers functionality for handling rotation parameters (including fetching the Direction Cosine Matrix (DCM) and converting it to Quaternion or Modified Rodrigues Parameters (MRPs)) exclusively in Rust. This functionality needs to be exposed to Python users. The implementation should:
Requirements
Test plans
To validate the implementation, the following test plans will be executed:
Design
Deciding whether to wrap the Rust implementation for Python use or rewrite the functionality in Python, considering performance and maintenance.
The text was updated successfully, but these errors were encountered: