Skip to content
Snippets Groups Projects
Commit 3b2a6c6e authored by Johannes Mey's avatar Johannes Mey
Browse files

add waiting time to let the robot move to initial position

parent 969eedd5
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,9 @@ int main(int argc, char** argv)
ros::init(argc, argv, "panda_arm_pick_place");
ros::NodeHandle nh;
ros::AsyncSpinner spinner(1);
ROS_ERROR("SLEEPING");
ros::WallDuration(30.0).sleep();
ROS_ERROR("WAKING UP");
spinner.start();
ros::WallDuration(1.0).sleep();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment