Skip to content

Commit b9985fe

Browse files
committed
✏️ Fix typo in turtlebot3_mission_controller description
Signed-off-by: Luiz Carlos Cosmi Filho <[email protected]>
1 parent 0c3e3af commit b9985fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The package's goal is to use the robot [turtlebot3](https://github.com/ROBOTIS-G
88

99
* [turtlebot3_explorer](turtlebot3_mapper/turtlebot3_explorer/turtlebot3_explorer.py): it subscribes to receive messages from the laser sensor and publishes velocity commands. If any obstacle is detected in front of the robot, it then rotates until it finds a free path again. Also has a service that allows to enable or disable this behavior.
1010

11-
* [turtlebot3_mission_controller](turtlebot3_mapper/turtlebot3_mission_controller/turtlebot3_mission_controller.py): the main service of this node is an action server responsible for determining when the exploration starts and ends. To do so, it uses the concept of fronteirs (intersection between unknown regions and free regions). Through the objective sent to the action server, where a user can specify the number of remaining fronteir points, it will enable the `turtlebot3_explorer` to explore the enviromment until it reaches the specified numbers of frontiers points in the occupancy grid.
11+
* [turtlebot3_mission_controller](turtlebot3_mapper/turtlebot3_mission_controller/turtlebot3_mission_controller.py): the main service of this node is an action server responsible for determining when the exploration starts and ends. To do so, it uses the concept of fronteirs (intersection between unknown regions and free regions). Through the goal sent to the action server, where a user can specify the number of remaining fronteir points, it will enable the `turtlebot3_explorer` to explore the enviromment until it reaches the specified numbers of frontiers points in the occupancy grid.
1212

1313
* [turtlebot3_mission_client](turtlebot3_mapper/turtlebot3_mission_client/turtlebot3_mission_client.py): action client responsible for sending the exploration task to the action server and saving the results to a file.
1414

0 commit comments

Comments
 (0)