Skip to content

Commit 93b7ca7

Browse files
Remove action msgs dependency (#115)
1 parent 0175dc5 commit 93b7ca7

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,3 @@ To run it initially over the whole repo you can use:
2626
```
2727
pre-commit run -a
2828
```
29-
30-
If you get error that something is missing on your computer, do the following for:
31-
32-
- `clang-format-10`
33-
```
34-
sudo apt install clang-format-10
35-
```

control_msgs/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
1010
add_compile_options(-Wall -Wextra -Wpedantic)
1111
endif()
1212

13-
find_package(action_msgs REQUIRED)
1413
find_package(ament_cmake REQUIRED)
1514
find_package(builtin_interfaces REQUIRED)
1615
find_package(geometry_msgs REQUIRED)
@@ -61,7 +60,6 @@ rosidl_generate_interfaces(${PROJECT_NAME}
6160
${msg_files}
6261
${srv_files}
6362
DEPENDENCIES
64-
action_msgs
6563
builtin_interfaces
6664
geometry_msgs
6765
sensor_msgs

control_msgs/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<buildtool_depend>ament_cmake</buildtool_depend>
1919
<buildtool_depend>rosidl_default_generators</buildtool_depend>
2020

21-
<depend>action_msgs</depend>
2221
<depend>builtin_interfaces</depend>
2322
<depend>geometry_msgs</depend>
2423
<depend>sensor_msgs</depend>

0 commit comments

Comments
 (0)