We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46445b0 + b3588a0 commit 017f9b8Copy full SHA for 017f9b8
.github/workflows/action.yml
@@ -12,6 +12,6 @@ jobs:
12
required-ros-distributions: jazzy
13
- uses: ros-tooling/action-ros-ci@v0.3
14
with:
15
- package-name: boat_interfaces boatcontrol navigation tempreader
+ package-name: boat_interfaces boatcontrol navigation tempreader lidar
16
target-ros2-distro: jazzy
17
ros_ws/src/lidar/package.xml
@@ -10,9 +10,6 @@
10
<depend>std_msgs</depend>
11
<depend>rclcpp</depend>
- <test_depend>ament_copyright</test_depend>
- <test_depend>ament_flake8</test_depend>
- <test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
18
<export>
ros_ws/src/lidar/test/test_copyright.py
ros_ws/src/lidar/test/test_flake8.py
ros_ws/src/lidar/test/test_pep257.py
0 commit comments