Skip to content

Commit

Permalink
Rename msgs to msg (#81)
Browse files Browse the repository at this point in the history
Fixes the issue rosidl_adapter.parser.InvalidResourceName
when calling ros2 interface show btcpp_ros2_interfaces *
  • Loading branch information
AdrianZw committed Jun 28, 2024
1 parent 354f111 commit d962958
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btcpp_ros2_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ find_package(ament_cmake REQUIRED)
find_package(rosidl_default_generators REQUIRED)

rosidl_generate_interfaces(btcpp_ros2_interfaces
"msgs/NodeStatus.msg"
"msg/NodeStatus.msg"
"action/ExecuteTree.action"
"action/Sleep.action")

Expand Down
File renamed without changes.

0 comments on commit d962958

Please sign in to comment.