We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354f111 commit d962958Copy full SHA for d962958
2 files changed
btcpp_ros2_interfaces/CMakeLists.txt
@@ -8,7 +8,7 @@ find_package(ament_cmake REQUIRED)
8
find_package(rosidl_default_generators REQUIRED)
9
10
rosidl_generate_interfaces(btcpp_ros2_interfaces
11
- "msgs/NodeStatus.msg"
+ "msg/NodeStatus.msg"
12
"action/ExecuteTree.action"
13
"action/Sleep.action")
14
btcpp_ros2_interfaces/msgs/NodeStatus.msg btcpp_ros2_interfaces/msg/NodeStatus.msgbtcpp_ros2_interfaces/msgs/NodeStatus.msg renamed to btcpp_ros2_interfaces/msg/NodeStatus.msg
0 commit comments