You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only append to start_modes in prepare_switch (#1344)
Before the main control mode (position/velocity) was always overwriting
the complete list for the joint. That worked fine when that was the only
control mode for a joint or if it was the first in the list. But that is
not guaranteed.
Since we create the list as an empty vector beforehand, anyway, we can
simply append to that list in any case. The list will be checked for
compatibility at a later point, anyway.
0 commit comments