-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in documentation for default_goal_tolerance
Despite the documentation and debug messages, this value is assumed to be in radiance and is converted .toDeg (from radians) on line 476 of pre_computed_joint_trajectory_action_server.cpp. This commit updates documentation, debug messages, and default value accordingly. Another possible fix would be to change the code to match the documentation instead (and not convert this value from degrees to radians on line 476 of pre_computed_joint_trajectory_action_server.cpp). However I think this is the better fix, since the client is already using radians inside the trajectory_msgs/JointTrajectory msg anyway, so this reduces the number of units the client has to think in. (#62)
- Loading branch information
1 parent
0380141
commit 31c1582
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters