Skip to content

Commit 59bc305

Browse files
committed
move actionlib into ros1
1 parent 2fbbc1a commit 59bc305

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/roslibpy/ros1/__init__.py

Whitespace-only changes.

src/roslibpy/actionlib.py renamed to src/roslibpy/ros1/actionlib.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
import threading
2929
import time
3030

31-
from . import Message, Topic
32-
from .core import RosTimeoutError
33-
from .event_emitter import EventEmitterMixin
31+
from roslibpy import Message, Topic
32+
from roslibpy.core import RosTimeoutError
33+
from roslibpy.event_emitter import EventEmitterMixin
3434

3535
__all__ = ["Goal", "GoalStatus", "ActionClient", "SimpleActionServer"]
3636

0 commit comments

Comments
 (0)