RethinkRobotics / intera_sdk

Software Development Kit and Interface for Rethink Robotics robots
http://sdk.rethinkrobotics.com/intera/
Apache License 2.0
40 stars 63 forks source link

Provides default joint angles & nullspace bias to Cartesian script #141

Closed ShaneRozenLevy closed 6 years ago

ShaneRozenLevy commented 6 years ago
ShaneRozenLevy commented 6 years ago

A recent change to the motion controller requires the nullspace joint bias to be provided with each waypoint. The current version of go_to_cartesian_pose.py does not provide the nullspace joint bias unless the joint angles are provided as an argument. $ rosrun intera_examples go_to_cartesian_pose.py -p 0.4 -0.3 0.18 -o 0.0 1.0 0.0 0.0 -t right_hand Should replicate the bug, resulting in [ERROR] [1528747426.219658]: Motion controller failed to complete the trajectory with error CARTESIAN_INTERPOLATION_FAILED being published to the terminal.

IanTheEngineer commented 6 years ago

Excellent. Thanks!