Skip to content

Commit

Permalink
Fixed bug with operational_velocity property retrieving config instea…
Browse files Browse the repository at this point in the history
…d of velocity.
  • Loading branch information
androst committed Feb 13, 2024
1 parent a642ab0 commit 4203934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/pyromocc/pyromocc/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def operational_config(self):

@property
def operational_velocity(self):
return self.get_state().get_operational_config()
return self.get_state().get_operational_velocity()

@property
def operational_force(self):
Expand Down

0 comments on commit 4203934

Please sign in to comment.