ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.