Files
RoboGauge/robogauge/tasks/custom/go2/__init__.py
2025-12-27 17:42:30 +08:00

15 lines
464 B
Python

# -*- coding: utf-8 -*-
'''
@File : __init__.py
@Time : 2025/12/21 17:10:59
@Author : wty-yy
@Version : 1.0
@Blog : https://wty-yy.github.io/
'''
from .go2_flat_task import Go2FlatGaugeConfig
from .go2_slope_task import Go2SlopeGaugeConfig
from .go2_wave_task import Go2WaveGaugeConfig
from .go2_stairs_up_task import Go2StairsUpGaugeConfig
from .go2_stairs_down_task import Go2StairsDownGaugeConfig
from .go2_obstacle_task import Go2ObstacleGaugeConfig