Skip to content

Commit 4d36017

Browse files
jmirabelolivier-stasse
authored andcommitted
Remove RosJointState from Python files
1 parent cf3ac75 commit 4d36017

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/dynamic_graph/ros/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
from ros_publish import RosPublish
22
from ros_subscribe import RosSubscribe
33

4+
# aliases, for retro compatibility
5+
from ros import RosPublish as RosImport
6+
from ros import RosSubscribe as RosExport
7+
8+

0 commit comments

Comments
 (0)