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
can anyone help me with the purpose of all_actions_scaled?
[1]
why all_actions_scaled is computed by adding elements of pos_actions_scaled + vel_actions_scaled?
it looks all_actions_scaled is indeed the same value with actions_scaled.
[2]
i think i understand pos_actions_scaled and vel_actions_scaled is needed for subsequent control purpose.
but all_actions_scaled is only used to calc output_dof_tau and which pushed into output_dof_tau_queue, no further utilization of all_actions_scaled , output_dof_tau or output_dof_tau_queue according to the searching from global code.
is all_actions_scaled a designed reservation or somewhere used for some purpose?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
hi
according to
rl_sar/src/rl_sar/library/core/rl_sdk/rl_sdk.cpp
Lines 256 to 272 in e384912
can anyone help me with the purpose of
all_actions_scaled?[1]
why
all_actions_scaledis computed by adding elements ofpos_actions_scaled + vel_actions_scaled?it looks
all_actions_scaledis indeed the same value withactions_scaled.[2]
i think i understand
pos_actions_scaledandvel_actions_scaledis needed for subsequent control purpose.but
all_actions_scaledis only used to calcoutput_dof_tauand which pushed intooutput_dof_tau_queue, no further utilization ofall_actions_scaled,output_dof_tauoroutput_dof_tau_queueaccording to the searching from global code.is
all_actions_scaleda designed reservation or somewhere used for some purpose?thanks very much
All reactions