Skip to content

Commit 5c4668d

Browse files
committed
Increase dynup walk wait timeout
1 parent 505814a commit 5c4668d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)