Skip to content

Commit

Permalink
Update docstring of class method
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar-sanjeeev committed Dec 12, 2024
1 parent b258a1c commit 4cff8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrobosim/pyrobosim/utils/pose.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def from_list(cls, plist):
* 6-element lists: ``[x, y, z, roll, pitch, yaw]``
* 7-element lists: ``[x, y, z, qw, qx, qy, qz]``
* other lengths: invalid
* angle units are always "radians"
:param plist: List containing the input pose (see format above).
:type plist: list[float]
Expand Down

0 comments on commit 4cff8a6

Please sign in to comment.