changed the package name from ball_detector to op3_ball_detector

This commit is contained in:
Kayman
2018-04-18 11:32:12 +09:00
parent 1c1871ec43
commit 454128b199
28 changed files with 37 additions and 38 deletions

View File

@@ -59,7 +59,7 @@ BallTracker::~BallTracker()
}
void BallTracker::ballPositionCallback(const ball_detector::CircleSetStamped::ConstPtr &msg)
void BallTracker::ballPositionCallback(const op3_ball_detector::CircleSetStamped::ConstPtr &msg)
{
for (int idx = 0; idx < msg->circles.size(); idx++)
{