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

working setup

parent 6c8ca964
No related branches found
No related tags found
No related merge requests found
......@@ -616,7 +616,7 @@ bool pickAndPlaceObjectCallback(ccf::PickPlaceService::Request &req,
return false;
}
system("rosrun dynamic_reconfigure dynparam set /move_group/pick_place cartesian_motion_step_size 0.01");
system("rosrun dynamic_reconfigure dynparam set /move_group/pick_place cartesian_motion_step_size 0.005");
ROS_INFO_STREAM("[SCENECONTROLLER] Placing object.");
if (!place(req.pose, planning_scene_interface, group, n)) {
......@@ -698,7 +698,7 @@ bool pickAndDropObjectCallback(ccf::PickDropService::Request &req,
return false;
}
system("rosrun dynamic_reconfigure dynparam set /move_group/pick_place cartesian_motion_step_size 0.01");
system("rosrun dynamic_reconfigure dynparam set /move_group/pick_place cartesian_motion_step_size 0.003");
ROS_INFO_STREAM("[SCENECONTROLLER] Dropping object.");
bool success = drop(world_state::current_bin_id, planning_scene_interface, group, n);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment