Skip to content

Commit 1a9fb42

Browse files
authored
Tune parameters for go (#671)
2 parents f872718 + bf730f7 commit 1a9fb42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bitbots_misc/bitbots_extrinsic_calibration/config/jack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
/bitbots_extrinsic_imu_calibration:
88
ros__parameters:
9-
offset_x: 0.06
10-
offset_y: -0.0
9+
offset_x: 0.04
10+
offset_y: 0.01
1111
offset_z: 0.0

bitbots_motion/bitbots_dynup/src/dynup_engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ void DynupEngine::setGoals(const DynupRequest &goals) {
665665
// Get params and wait for walking to be ready
666666
walking_params = walking_param_client_->get_parameters(
667667
{"engine.trunk_pitch", "engine.trunk_height", "engine.foot_distance", "engine.trunk_x_offset"},
668-
std::chrono::seconds(1));
668+
std::chrono::seconds(5));
669669

670670
// when the walking was killed, service_is_ready is still true but the parameters come back empty
671671
if (walking_params.size() != 4) {

0 commit comments

Comments
 (0)