mirror of
https://github.com/6-robot/wpb_home.git
synced 2025-09-15 12:58:59 +08:00
update serve_drinks
This commit is contained in:
parent
633bbb42b5
commit
3f0c5438ec
@ -180,6 +180,9 @@ int main(int argc, char** argv)
|
|||||||
mani_ctrl_msg.name[0] = "lift";
|
mani_ctrl_msg.name[0] = "lift";
|
||||||
mani_ctrl_msg.position[0] = 0; //收回手臂
|
mani_ctrl_msg.position[0] = 0; //收回手臂
|
||||||
mani_ctrl_pub.publish(mani_ctrl_msg);
|
mani_ctrl_pub.publish(mani_ctrl_msg);
|
||||||
|
|
||||||
|
vel_cmd.linear.x = 0; //停止移动
|
||||||
|
vel_pub.publish(vel_cmd);
|
||||||
nStep = STEP_DONE;
|
nStep = STEP_DONE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user