-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kevin Allen
committed
Jul 17, 2018
1 parent
694f9d8
commit f491f8d
Showing
16 changed files
with
207 additions
and
675 deletions.
There are no files selected for viewing
Empty file.
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
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# set urdf joint effort | ||
string joint_name # joint to apply wrench (linear force and torque) | ||
float64 effort # effort to apply | ||
builtin_interfaces/Time start_time # optional wrench application start time (seconds) | ||
# if start_time < current time, start as soon as possible | ||
builtin_interfaces/Duration duration # optional duration of wrench application time (seconds) | ||
# if duration < 0, apply wrench continuously without end | ||
# if duration = 0, do nothing | ||
# if duration < step size, assume step size and | ||
# display warning in status_message | ||
string joint_name # joint to apply wrench (linear force and torque) | ||
float64 effort # effort to apply | ||
builtin_interfaces/Time start_time # optional wrench application start time (seconds) | ||
# if start_time < current time, start as soon as possible | ||
builtin_interfaces/Duration duration # optional duration of wrench application time (seconds) | ||
# if duration < 0, apply wrench continuously without end | ||
# if duration = 0, do nothing | ||
# if duration < step size, assume step size and | ||
# display warning in status_message | ||
--- | ||
bool success # return true if effort application is successful | ||
string status_message # comments if available | ||
bool success # return true if effort application is successful | ||
string status_message # comments if available |
Oops, something went wrong.