Skip to content

Commit ec1149b

Browse files
committed
remove manimulation tools from main rai.tools.ros2 module
1 parent 3af834c commit ec1149b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/rai_core/rai/tools/ros2/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
raise ImportError(
1919
"This is a ROS2 feature. Make sure ROS2 is installed and sourced."
2020
)
21-
2221
from .cli import (
2322
ROS2CLIToolkit,
2423
ros2_action,
@@ -48,11 +47,6 @@
4847
ROS2TopicsToolkit,
4948
StartROS2ActionTool,
5049
)
51-
from .manipulation.custom import (
52-
GetObjectPositionsTool,
53-
MoveToPointTool,
54-
MoveToPointToolInput,
55-
)
5650
from .navigation.nav2 import (
5751
CancelNavigateToPoseTool,
5852
GetNavigateToPoseFeedbackTool,
@@ -71,7 +65,6 @@
7165
"CancelROS2ActionTool",
7266
"GetNavigateToPoseFeedbackTool",
7367
"GetNavigateToPoseResultTool",
74-
"GetObjectPositionsTool",
7568
"GetROS2ActionFeedbackTool",
7669
"GetROS2ActionIDsTool",
7770
"GetROS2ActionResultTool",
@@ -83,8 +76,6 @@
8376
"GetROS2TopicsNamesAndTypesTool",
8477
"GetROS2TransformConfiguredTool",
8578
"GetROS2TransformTool",
86-
"MoveToPointTool",
87-
"MoveToPointToolInput",
8879
"Nav2Toolkit",
8980
"NavigateToPoseTool",
9081
"PublishROS2MessageTool",

0 commit comments

Comments
 (0)