Skip to content

Commit

Permalink
trajectory_tracker: fix test timeout for path with velocity (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jan 8, 2019
1 parent 83aa883 commit 1d1aa99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trajectory_tracker/test/src/test_trajectory_tracker.cpp
Expand Up @@ -166,6 +166,8 @@ class TrajectoryTrackerTest : public ::testing::Test

path.poses.push_back(pose);
}
// needs sleep to prevent that the empty path from initState arrives later.
ros::Duration(0.5).sleep();
pub_path_vel_.publish(path);
}
void publishTransform()
Expand Down

0 comments on commit 1d1aa99

Please sign in to comment.