forked from ros-drivers/velodyne
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
velodyne_configuration: Add example node. Add more information to the…
… response of the special commands.
- Loading branch information
Showing
6 changed files
with
154 additions
and
61 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
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
6 changes: 4 additions & 2 deletions
6
velodyne_msgs/srv/VelodyneSpecialCommand.srv → ...dyne_msgs/srv/VelodyneSpecialCommands.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,12 +1,14 @@ | ||
# request | ||
uint8 DIAGNOSTICS = 0 | ||
uint8 RESET_SENSOR = 1 | ||
uint8 GET_SNAPSHOT = 2 | ||
uint8 DOWNLOAD_SNAPSHOT = 2 | ||
uint8 SAVE_CONFIG = 3 | ||
|
||
uint8 command | ||
|
||
--- | ||
#response | ||
time stamp | ||
bool success | ||
bool success | ||
bool all_in_range | ||
string[] parameters |