Skip to content

Commit

Permalink
fix typo in controller base
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengshuLi committed Jul 8, 2024
1 parent ca2632b commit bc237f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/controllers/controller_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def __init__(
np.array(self._control_limits[self.control_type][0])[self.dof_idx],
np.array(self._control_limits[self.control_type][1])[self.dof_idx],
)
if type(command_input_limits) == str and command_input_limits == "default"
if type(command_output_limits) == str and command_output_limits == "default"
else command_output_limits
)
self._command_input_limits = (
Expand Down

0 comments on commit bc237f1

Please sign in to comment.