Skip to content

Commit

Permalink
adding comment and reducing timer
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Feb 22, 2024
1 parent b7e8a1b commit 7b2a4f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astrobee/behaviors/inspection/tools/inspection_tool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ int main(int argc, char *argv[]) {
boost::thread inp(GetInput, &client);

if (FLAGS_remote) {
ros::Duration(3.0).sleep();
// Allow time before publisher and publish in absence of the connection callback
ros::Duration(1.0).sleep();
SendGoal(&client);
}
// Synchronous mode
Expand Down

0 comments on commit 7b2a4f1

Please sign in to comment.