demo show 1110 params

This commit is contained in:
NuoDaJia02
2025-11-10 10:56:22 +08:00
parent 212e652d72
commit 4721d7f7e6
5 changed files with 6 additions and 6 deletions

BIN
src/brain/config.tar.gz Normal file

Binary file not shown.

View File

@@ -39,7 +39,7 @@
'
- name: s3_wheel_move_to_pickup_position
params: 'move_distance: 0.5
params: 'move_distance: 1.0
move_angle: 0.0
@@ -257,7 +257,7 @@
'
- name: s15_wheel_move_to_pickup_position
params: 'move_distance: 0.5
params: 'move_distance: 1.0
move_angle: 0.0

View File

@@ -177,7 +177,7 @@
'
- name: s10_wheel_move_to_putdown_position
params: 'move_distance: 0.5
params: 'move_distance: 1.0
move_angle: 0.0
@@ -387,7 +387,7 @@
'
- name: s21_wheel_move_to_putdown_position
params: 'move_distance: 0.5
params: 'move_distance: 1.0
move_angle: 0.0

View File

@@ -33,8 +33,8 @@
<Parallel name="parallel_action_5">
<Arm_H name="s12_arm_raise_up" />
<MoveWheel_H name="s15_wheel_move_to_second_pickup_position" />
<MoveWaist_H name="s14_waist_turn_around" />
</Parallel>
<MoveWaist_H name="s14_waist_turn_around" />
<!-- <MoveWheel_H name="s15_wheel_move_to_second_pickup_position" /> -->
<Parallel name="parallel_action_6">
<MoveWaist_H name="s15_waist_bend_down" />

View File

@@ -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{0};
static constexpr std::chrono::milliseconds kInterActionDelayMs{200};
} // namespace