User Tools

Site Tools


projects:px4-development:commander

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:px4-development:commander [2018/07/18 15:26] dongheeprojects:px4-development:commander [2018/07/18 15:41] (current) donghee
Line 1: Line 1:
-%%//%% turn off underscore to subscript 
- 
 ====== Commander ====== ====== Commander ======
  
Line 12: Line 10:
  
   * 비행모드 전환 및 수행지시 (상태머신으로 구현)   * 비행모드 전환 및 수행지시 (상태머신으로 구현)
-  * 파라미터 업데이트 (parameter_update) +  * 파라미터 업데이트 (''%%parameter_update%%''
-  * RC입력 읽기(manual_control_setpoint) +  * RC입력 읽기(''%%manual_control_setpoint%%''
-  * 센서값(sensor_combined) 읽기+  * 센서값(''%%sensor_combined%%'') 읽기
   * 시스템 파워 관리: 파워를 선택   * 시스템 파워 관리: 파워를 선택
-  * Safety 스위치(safety) 체크 +  * Safety 스위치(''%%safety%%'') 체크 
-  * 기체상태 관리(vtol_vehicle_status) +  * 기체상태 관리(''%%vtol_vehicle_status%%''
-  * 기체 위치(vehicle_global_position) +  * 기체 위치(''%%vehicle_global_position%%''
-  * 기체 로컬 위치(vehicle_local_position) +  * 기체 로컬 위치(''%%vehicle_local_position%%''
-  * 기체 자세(vehicle_attitude) +  * 기체 자세(''%%vehicle_attitude%%''
-  * 기체 착륙 여부(vehicle_land_detected)+  * 기체 착륙 여부(''%%vehicle_land_detected%%'')
   * cpuload, batterystatus   * cpuload, batterystatus
  
Line 29: Line 27:
  
 <code> <code>
 +
 armed_pub armed_pub
 commander_state_pub commander_state_pub
Line 40: Line 39:
 status_pub status_pub
 vehicle_status_flags_pub vehicle_status_flags_pub
 +
  
 </code> </code>
Line 47: Line 47:
  
 <code> <code>
 +
 _VEHICLE_ATTITUDE_CONTROLS _VEHICLE_ATTITUDE_CONTROLS
 battery_status battery_status
Line 76: Line 77:
 vehicle_status vehicle_status
 vtol_vehicle_status vtol_vehicle_status
 +
  
 </code> </code>
  
projects/px4-development/commander.1531927587.txt.gz · Last modified: 2018/07/18 15:26 by donghee