File tree 3 files changed +0
-10
lines changed
3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,3 @@ To run it initially over the whole repo you can use:
26
26
```
27
27
pre-commit run -a
28
28
```
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
- ```
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
10
10
add_compile_options (-Wall -Wextra -Wpedantic)
11
11
endif ()
12
12
13
- find_package (action_msgs REQUIRED)
14
13
find_package (ament_cmake REQUIRED)
15
14
find_package (builtin_interfaces REQUIRED)
16
15
find_package (geometry_msgs REQUIRED)
@@ -61,7 +60,6 @@ rosidl_generate_interfaces(${PROJECT_NAME}
61
60
${msg_files}
62
61
${srv_files}
63
62
DEPENDENCIES
64
- action_msgs
65
63
builtin_interfaces
66
64
geometry_msgs
67
65
sensor_msgs
Original file line number Diff line number Diff line change 18
18
<buildtool_depend >ament_cmake</buildtool_depend >
19
19
<buildtool_depend >rosidl_default_generators</buildtool_depend >
20
20
21
- <depend >action_msgs</depend >
22
21
<depend >builtin_interfaces</depend >
23
22
<depend >geometry_msgs</depend >
24
23
<depend >sensor_msgs</depend >
You can’t perform that action at this time.
0 commit comments