Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb committed Nov 26, 2024
1 parent 614d36c commit 82e31e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linear_feedback_controller_msgs_py/numpy_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ def matrix_msg_to_numpy(
Args:
msg (std_msgs.msg.Float64MultiArray): Input ROS message with array.
return_vector (bool, optional): If ``True`` vector is returned in a shape (N,)
otherwise the shape is (N,1). Defaults to True.
Returns:
npt.NDArray[np.float64]: Output numpy matrix.
Expand Down

0 comments on commit 82e31e8

Please sign in to comment.