Skip to content

Commit

Permalink
Fixing wrong comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Meoni committed Feb 14, 2024
1 parent 54a8621 commit 9245ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paseos/actors/spacecraft_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ def set_was_interrupted(self):
self._was_interrupted = True

def set_body_attitude(self, attitude_in_rad):
"""Sets the spacecraft attitude in [yaw, pitch, roll] angles.
"""Sets the spacecraft attitude in [roll, pitch, yaw] angles.
Args:
actor_attitude_in_rad (numpy array): actor's attitude in [yaw, pitch, roll] angles [rad].
actor_attitude_in_rad (numpy array): actor's attitude in [roll, pitch, yaw] angles [rad].
"""
assert self.has_attitude_model, "The actor has no attitude model."
assert (
Expand Down

0 comments on commit 9245ccb

Please sign in to comment.