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

fix evac pose

parent 576f435b
No related branches found
No related tags found
No related merge requests found
...@@ -147,8 +147,8 @@ int main(int argc, char **argv) ...@@ -147,8 +147,8 @@ int main(int argc, char **argv)
geometry_msgs::Pose pose; geometry_msgs::Pose pose;
pose.orientation.x = 1; pose.orientation.x = 1;
pose.position.x = robot->pos().x() + .4; pose.position.x = robot->pos().x() + .4;
pose.position.y = robot->pos().y();
pose.position.z = robot->pos().z() + .4; pose.position.z = robot->pos().z() + .4;
ROS_INFO_STREAM("Moving arm to pose " << pose);
controller.moveToPose(*robot, pose, false); controller.moveToPose(*robot, pose, false);
} else if (command.has_configchange()) { } else if (command.has_configchange()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment