-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Bezier lib to prevent errors on 2 points
This commit partially resolves baxter_interface issue (#53 and #54), where the JTAS would error out if too few points were passed into it. There was a bug in the Bezier library which did not properly check for two points, which this resolves. We can safely remove the additional two point check in the joint trajectory action server based on this. Trac ticket #11669
- Loading branch information
1 parent
b38ec25
commit 824329e
Showing
2 changed files
with
16 additions
and
22 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