Skip to content

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexoj46 committed Oct 31, 2024
1 parent 7f4e333 commit 5430500
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
"""
The :mod:`navigator_drone_comm` module is used to communicate with the drone from Navigator.
"""

from .driver import DroneCommDevice
from .packets import (
Color,
EStopPacket,
GPSDronePacket,
HeartbeatReceivePacket,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from navigator_msgs.srv import DroneMission, DroneMissionRequest
from std_srvs.srv import Empty, EmptyRequest

from navigator_drone_comm import (
from .packets import (
EStopPacket,
GPSDronePacket,
HeartbeatReceivePacket,
Expand Down

0 comments on commit 5430500

Please sign in to comment.