The user should extend one of the base classes with customed implementations.
All algorithm base class should extend the algorithm abstract class:
pyrobot.algorithms.algorithm.
Algorithm
(configs, world, ros_launch_manager=None, robots={}, sensors={}, algorithms={})[source]¶Bases: abc.ABC
Abstract base class for algorithms.
At this point, the following base classes are available: