Skip to content

Commit d962958

Browse files
authored
Rename msgs to msg (#81)
Fixes the issue rosidl_adapter.parser.InvalidResourceName when calling ros2 interface show btcpp_ros2_interfaces *
1 parent 354f111 commit d962958

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

btcpp_ros2_interfaces/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ find_package(ament_cmake REQUIRED)
88
find_package(rosidl_default_generators REQUIRED)
99

1010
rosidl_generate_interfaces(btcpp_ros2_interfaces
11-
"msgs/NodeStatus.msg"
11+
"msg/NodeStatus.msg"
1212
"action/ExecuteTree.action"
1313
"action/Sleep.action")
1414

0 commit comments

Comments
 (0)