Changes to be committed:change service name from xbee_status to network_status
modified: src/rosbuzz/launch/rosbuzz.launch modified: src/xbeemav/src/CommunicationManager.cpp modified: src/xbeemav/src/TestBuzz.cpp modified: src/xbeemav/src/TestBuzzCyclic.cpp
This commit is contained in:
parent
77351daa9a
commit
4fa1e7a4ec
|
@ -19,7 +19,7 @@
|
|||
<param name="out_payload" value="outMavlink"/>
|
||||
<param name="xbee_plugged" value="$(arg xbee_plugged)"/>
|
||||
<param name="name" value="$(arg name)"/>
|
||||
<param name="xbee_status_srv" value="xbee_status"/>
|
||||
<param name="xbee_status_srv" value="network_status"/>
|
||||
<param name="stand_by" value="$(find rosbuzz)/buzz_scripts/stand_by.bzz"/>
|
||||
</node>
|
||||
</launch>
|
||||
|
|
Loading…
Reference in New Issue