-
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.
Merge release 2.3 to kinetic-devel (#154)
* Update driver for release 2.3 * Update examples for release 2.3 * Update MoveIt config files for release 2.3 * Update readme
- Loading branch information
1 parent
996ffaf
commit f021809
Showing
132 changed files
with
3,298 additions
and
635 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
15 changes: 15 additions & 0 deletions
15
kortex_driver/action/non_generated/FollowCartesianTrajectory.action
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#The trajectory to follow | ||
CartesianWaypoint[] trajectory | ||
duration goal_time_tolerance | ||
bool use_optimal_blending | ||
--- | ||
#result definition | ||
string error_string | ||
int32 error_code | ||
int32 SUCCESSFUL = 0 | ||
int32 INVALID_GOAL = -1 | ||
int32 PATH_TOLERANCE_VIOLATED = -2 | ||
|
||
--- | ||
#feedback | ||
CartesianWaypoint actual |
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
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
Oops, something went wrong.