mirror of
https://github.com/6-robot/wpb_home.git
synced 2025-09-15 12:58:59 +08:00
obj_node
This commit is contained in:
parent
694ce07714
commit
1c3f2ea1e5
@ -45,7 +45,7 @@ void ObjCoordCB(const wpb_home_behaviors::Coord::ConstPtr &msg)
|
||||
{
|
||||
for(int i=0 ; i<nNumObj ; i++)
|
||||
{
|
||||
ROS_WARN("[ObjCoordCB] %s - (%.2f , %.2f , %.2f)",msg->name[0].c_str(),msg->x[0],msg->y[0],msg->z[0]);
|
||||
ROS_WARN("[ObjCoordCB] %s - (%.2f , %.2f , %.2f)",msg->name[i].c_str(),msg->x[i],msg->y[i],msg->z[i]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user