現在地取得API

現在のロボット位置(座標、角度)の取得を要求する

リクエスト

論理名称物理名称データ型規定値備考
-----

サンプル

 {			
	"type":"get_current_location",			
 }

レスポンス

論理名称物理名称データ型規定値備考
結果コードresult_cd文字列0結果コード(0:正常 1:異常)
エラーコードerror_cd文字列emptyエラー時のエラー判別コード(任意)
エラーメッセージerror_msg文字列emptyエラーメッセージ(任意)

サンプル

  {   “type”:“get_current_location”,   “data”:{   “map_name”: “test”,   “destination_name”: “厨房”,   “point”:{   “point_x”:56.5,   “point_y”:11.2,

 		"point_z":0
 	},
 	"stop_angle": {
 		"point_x":0,
 		"point_y":0,
 		"point_z":0,
 		"point_w":62.5
	 }
 }

 }