added nonraw topic
This commit is contained in:
parent
77adf24d30
commit
8b971e410b
|
@ -4,6 +4,7 @@ topics:
|
|||
status : /flight_status
|
||||
fcclient : /dji_mavcmd
|
||||
setpoint : /setpoint_raw/local
|
||||
setpoint_nonraw : /setpoint_position/local
|
||||
armclient: /dji_mavarm
|
||||
modeclient: /dji_mavmode
|
||||
altitude: /rel_alt
|
||||
|
|
|
@ -133,8 +133,6 @@ namespace rosbzz_node{
|
|||
n_c.getParam("out_payload", out_payload);
|
||||
/*Obtain in payload name*/
|
||||
n_c.getParam("in_payload", in_payload);
|
||||
/*Obtain Number of robots for barrier*/
|
||||
n_c.getParam("No_of_Robots", barrier);
|
||||
/*Obtain standby script to run during update*/
|
||||
n_c.getParam("stand_by", stand_by);
|
||||
n_c.getParam("xbee_status_srv", xbeesrv_name);
|
||||
|
|
Loading…
Reference in New Issue