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

Revision history [back]

click to hide/show revision 1
initial version

answered 2011-03-19 00:31:04 -0500

sam gravatar image

I tested that I can run that controller with warning...

 rosrun pr2_controller_manager pr2_controller_manager start MyControllerClass

But I found one doc bug?

 double desired_pos = init_pos_ + 0.5 * sin(ros::Time::now().toSec());

When I change 0.5 to 30, pr2 will move smoothly on sine wave like webpage says. But if I use 0.5 it just move very little.