forest_navigating_uav/src/fastsim_forest_nav/fastsim_forest_nav/wrappers/__init__.py
1
2
3
4
5
"""Wrappers for fastsim forest navigation environment."""

from fastsim_forest_nav.wrappers.trajectory_recorder import TrajectoryRecorder

__all__ = ["TrajectoryRecorder"]