Skip to content

Commit

Permalink
Merge pull request #35 from CPFL/bug-fix-collision-avoid
Browse files Browse the repository at this point in the history
added sleep
  • Loading branch information
Hiroki Ohta committed Sep 14, 2015
2 parents 7589b36 + e2c60cc commit d0fb470
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ int main(int argc, char **argv)

if (_pose_flag == false || _path_flag == false) {
std::cout << "topic waiting..." << std::endl;
loop_rate.sleep();
continue;
}

Expand Down

0 comments on commit d0fb470

Please sign in to comment.