Skip to content

Commit

Permalink
Merge pull request #53 from logivations/spin_thread_bt_action_server
Browse files Browse the repository at this point in the history
spin thread so that it doesn't get stuck
  • Loading branch information
jplapp authored Jan 10, 2024
2 parents 5585aa6 + 3b00fcb commit 52f9370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ bool BtActionServer<ActionT>::on_configure()
node->get_node_logging_interface(),
node->get_node_waitables_interface(),
action_name_, std::bind(&BtActionServer<ActionT>::executeCallback, this),
nullptr, std::chrono::milliseconds(500), false, server_options);
nullptr, std::chrono::milliseconds(500), true, server_options);

// Get parameters for BT timeouts
int bt_loop_duration;
Expand Down

0 comments on commit 52f9370

Please sign in to comment.