disable delay between action
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
|
||||
frame_time_stamp: 0
|
||||
|
||||
data_array: [-105, -60, -1, 1, -80, -170, -75, 60, 1, -1, 80, -10]
|
||||
data_array: [-115, -62.5, -36, 1, -80, -170, -65, 62.5, 36, -1, 80, -10]
|
||||
|
||||
'
|
||||
- name: s11_waist_bend_up
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
frame_time_stamp: 0
|
||||
|
||||
data_array: [-105, -60, -1, 1, -80, -170, -75, 60, 1, -1, 80, -10]
|
||||
data_array: [-115, -62.5, -36, 1, -80, -170, -65, 62.5, 36, -1, 80, -10]
|
||||
|
||||
'
|
||||
- name: s23_waist_bend_up
|
||||
|
||||
@@ -75,7 +75,7 @@ struct UpdatingFlagGuard
|
||||
// Simple, file-local cooldown between successive BT leaf actions.
|
||||
// We use steady_clock to avoid ROS time/clock-type complications.
|
||||
static std::chrono::steady_clock::time_point g_bt_resume_time_steady{};
|
||||
static constexpr std::chrono::milliseconds kInterActionDelayMs{3000};
|
||||
static constexpr std::chrono::milliseconds kInterActionDelayMs{0};
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user