-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'devel' into intensity_pcd
- Loading branch information
Showing
6 changed files
with
71 additions
and
59 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
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
2 changes: 1 addition & 1 deletion
2
..._epsilon_scancontrol_msgs/srv/GetTime.srv → ...ilon_scancontrol_msgs/srv/GetDuration.srv
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,4 +1,4 @@ | ||
--- | ||
uint32 time # time in microseconds. Range: 0 - 40959 | ||
uint32 duration # time in microseconds. Range: 0 - 40959 | ||
int32 return_code # 1 if success, otherwise errorcode from scancontrol SDK | ||
int32 success # True if no errors were encountered from scancontrol SDK |
2 changes: 1 addition & 1 deletion
2
..._epsilon_scancontrol_msgs/srv/SetTime.srv → ...ilon_scancontrol_msgs/srv/SetDuration.srv
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,4 +1,4 @@ | ||
uint32 time # time to set in microseconds. Range: 0 - 40959 | ||
uint32 duration # time to set in microseconds. Range: 0 - 40959 | ||
--- | ||
int32 return_code # 1 if success, otherwise errorcode from scancontrol SDK | ||
int32 success # True if the value was sent successfull , and matches the GetTime value |