ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

From arm_navigation_msgs::RobotTrajectory to pr2_controllers_msgs::JointTrajectoryGoal

asked 2012-11-25 23:39:04 -0500

Sanxano gravatar image

updated 2014-11-22 17:05:42 -0500

ngrennan gravatar image

Hi everyone,

I'm looking for a solution for this problem in Internet, but I'don't found anything. I'm working with OMPL planning, and when I find a plan, I'd like to execute in the PR2 Controller.

Anybody know how I can do it?? From: arm_navigation_msgs/RobotTrajectory trajectory to: pr2_controllers_msgs::JointTrajectoryGoal

Redards.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-11-26 04:48:57 -0500

Sanxano gravatar image
arm_navigation_msgs::GetMotionPlan::Response response;
pr2_controllers_msgs::JointTrajectoryGoal goal;

goal.trajectory = response.trajectory.joint_trajectory;
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-25 23:39:04 -0500

Seen: 133 times

Last updated: Nov 26 '12