mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-31 06:59:32 +00:00
* Add ROS service for executing shell commands * Show image version on index web page * Add test for exec service * Add shell node to clover.launch * Remake exec handling, consider exit code and exec failures
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
int32 CODE_FAIL = -1
|
|
int32 CODE_TIMEOUT = -2
|
|
|
|
string cmd
|
|
---
|
|
string output
|
|
int32 code
|