Difference between revisions of "InformationForApp"

From RobotinoWiki
(Created page with "Information needed by the App itself: FROM ALL ROBOTS: -- RobotID -- ROBOTTYP (master|slave) -- POSE (x,y,phi) -- STATE (IDLE|BUSY|ERROR) -- LASERSCAN -- ? BATTERYINFO (volta...")
 
 
(12 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
FROM ALL ROBOTS:
 
FROM ALL ROBOTS:
-- RobotID
+
{|class="wikitable"
-- ROBOTTYP (master|slave)
+
! Information
-- POSE (x,y,phi)
+
! Source
-- STATE (IDLE|BUSY|ERROR)
+
! Destination
-- LASERSCAN
+
|-
-- ? BATTERYINFO (voltage, current)
+
|RobotID
-- FREENAVINFO (goal and subgoals)
+
|
-- PATHNAVINFO ()
+
|APP
 +
|-
 +
|ROBOTTYP (master or slave)
 +
|
 +
|APP
 +
|-
 +
|POSE (x,y,phi)
 +
|BaserServer --> RPCB(each)
 +
|APP
 +
|-
 +
|STATE (IDLE or BUSY or ERROR)
 +
|
 +
|APP
 +
|-
 +
|SUBSTATE (NIL or FREE-NAV or PATH-NAV)
 +
|
 +
|APP
 +
|-
 +
|MODE (OUTOFSERVICE or MANUAL or AUTO)
 +
|
 +
|APP
 +
|-
 +
|LASERSCAN
 +
|LaserServer --> RPCB(each)
 +
|APP
 +
|-
 +
|BATTERYINFO (voltage, current)
 +
|rpc direct?
 +
|APP
 +
|-  
 +
|FREENAVINFO (goal and subgoals)
 +
|Planner --> RPCB(each)
 +
|APP
 +
|-  
 +
|PATHNAVINFO ()
 +
|?? --> RPCB(each)
 +
|APP
 +
|-
 +
|LASERSTATE (warning and safety fields)
 +
|LaserServer or Digital IO
 +
|??
 +
|-
 +
|BOXLOADED (status of inductive sensor for box detection)
 +
|Digital IO (e.g. BaseServer)
 +
|??
 +
|-
 +
|}
 +
 
  
 
FROM MASTER ONLY:
 
FROM MASTER ONLY:
-- MAP
+
{|class="wikitable"
-- PATH-NETWORK
+
! Information
-- LOCATIONS
+
! Source
--  
+
! Destination
 
+
|-
 
+
|IP Address of all Robots
Information needed by XXX?:
+
|MASTER-KB --> RPCB(master)
FROM ALL ROBOTS:
+
|?? APP or RPC Daemon?
-- IP
+
|-
--
+
|GRIDMAP
 +
|Mapper or GMapping --> RPCB(master)
 +
|APP
 +
|-
 +
|PATH-NETWORK-LAYOUT
 +
|from file?
 +
|APP
 +
|-
 +
|PATH-NETWORK STATE
 +
|PathNavServer --> RPCB(master)
 +
|APP
 +
|-
 +
|LOCATIONS
 +
|MASTER-KB --> RPCB(master)
 +
|APP
 +
|-
 +
|}

Latest revision as of 11:19, 19 April 2016

Information needed by the App itself:

FROM ALL ROBOTS:

Information Source Destination
RobotID APP
ROBOTTYP (master or slave) APP
POSE (x,y,phi) BaserServer --> RPCB(each) APP
STATE (IDLE or BUSY or ERROR) APP
SUBSTATE (NIL or FREE-NAV or PATH-NAV) APP
MODE (OUTOFSERVICE or MANUAL or AUTO) APP
LASERSCAN LaserServer --> RPCB(each) APP
BATTERYINFO (voltage, current) rpc direct? APP
FREENAVINFO (goal and subgoals) Planner --> RPCB(each) APP
PATHNAVINFO () ?? --> RPCB(each) APP
LASERSTATE (warning and safety fields) LaserServer or Digital IO ??
BOXLOADED (status of inductive sensor for box detection) Digital IO (e.g. BaseServer) ??


FROM MASTER ONLY:

Information Source Destination
IP Address of all Robots MASTER-KB --> RPCB(master) ?? APP or RPC Daemon?
GRIDMAP Mapper or GMapping --> RPCB(master) APP
PATH-NETWORK-LAYOUT from file? APP
PATH-NETWORK STATE PathNavServer --> RPCB(master) APP
LOCATIONS MASTER-KB --> RPCB(master) APP