Skip to content

Commit

Permalink
documentation #202: update utils documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Jan 30, 2024
1 parent 11da08c commit 2cfe018
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/reachy2_sdk/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""Reachy utils module.
This module contains various useful functions especially:
- angle conversion from/to degree/radian
- enum conversion to string
"""

from typing import Any, List

import numpy as np
Expand Down

0 comments on commit 2cfe018

Please sign in to comment.