From 61bc8817fa82664a566aeb01527530e29a3d96ea Mon Sep 17 00:00:00 2001 From: RobinB Date: Fri, 26 Feb 2021 17:06:09 +0100 Subject: [PATCH] Add station access request to doc --- ltl_automaton_std_transition_systems/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ltl_automaton_std_transition_systems/README.md b/ltl_automaton_std_transition_systems/README.md index f01f06c..cd7aaac 100644 --- a/ltl_automaton_std_transition_systems/README.md +++ b/ltl_automaton_std_transition_systems/README.md @@ -13,7 +13,7 @@ The following transistion systems are currently available in the package: ## Nodes ### region_2d_pose_monitor.py Monitor the position of an agent in a grid-discretized 2D plane. Takes as input a pose (all message format) and output the name of region as a string. Cells are square and an agent is considered in a cell only based on x, y values (and an added hysteresis). -When better accuracy is required, disk regions can be stacked on top of cells. An agent is considered on those so called "stations" when inside the disk and aligned within an angular tolerance. The stations are only connected in the transition system graph to the cell region they are on. +When better accuracy is required, disk regions can be stacked on top of cells. An agent is considered on those so called "stations" when inside the disk and aligned within an angular tolerance, and requesting access to the station through a topic. The stations are only connected in the transition system graph to the cell region they are on. To leave a station, the agent simply needs to empty the access request and it will be considered on the underlying cell. @@ -25,6 +25,10 @@ When better accuracy is required, disk regions can be stacked on top of cells. A Agent pose topic. Works with different pose message types. +- `station_access_request` ([std_msgs/String](http://docs.ros.org/en/noetic/api/std_msgs/html/msg/String.html)) + + Station the agent requires access to. Left empty when the agent does not want to enter a station or wants to exit one. + #### Published Topics - `current_region` ([std_msgs/String](http://docs.ros.org/en/noetic/api/std_msgs/html/msg/String.html))