Skip to content

Commit

Permalink
ACU: rename restart_idle to idle_reset and make it work
Browse files Browse the repository at this point in the history
In latest LAT, you need to do something (anything) on the command
interface to prevent Survival mode.  This will launch on startup *for
LATs*, unless --disable-reset-idle is passed.
  • Loading branch information
mhasself authored and BrianJKoopman committed Apr 23, 2024
1 parent cc61916 commit ffae849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion socs/agents/acu/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,6 @@ def _stop(self, all_axes=False):
yield self._set_modes('Stop', 'Stop', 'Stop')

def _get_limit_func(self, axis):

"""Construct a function limit(x) that will enforce that x is within
the configured limits for axis. Returns the funcion and the
tuple of limits (lower, upper).
Expand Down

0 comments on commit ffae849

Please sign in to comment.