场景图导航改写为solver
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
zhbaor 2025-01-30 10:14:54 +08:00
parent 8bfc70d7c3
commit c86e7ac651
80 changed files with 225 additions and 184 deletions

View file

@ -3,12 +3,12 @@ from mower.solvers.infra.enter_room import EnterRoomSolver
from mower.utils import config
from mower.utils import typealias as tp
from mower.utils.digit_reader import get_drone
from mower.utils.graph import SceneGraphSolver
from mower.utils.log import logger
from mower.utils.recognize import Scene
from mower.utils.solver import BaseSolver
class DroneSolver(SceneGraphSolver, BaseMixin):
class DroneSolver(BaseSolver, BaseMixin):
solver_name = "无人机加速"
def run(