mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-04 00:39:32 +00:00
Add ROS service for executing shell commands (#210)
* 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
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
|
||||
<node name="rc" pkg="clover" type="rc" required="true" output="screen"/>
|
||||
|
||||
<node name="shell" pkg="clover" type="shell" required="true" output="screen"/>
|
||||
|
||||
<node pkg="clover" name="led_effect" type="led" ns="led" clear_params="true" output="screen" required="true">
|
||||
<rosparam param="notify">startup: { r: 255, g: 255, b: 255 }</rosparam>
|
||||
</node>
|
||||
|
||||
Reference in New Issue
Block a user