Skip to content

Commit 4a2e5c2

Browse files
committed
pre-commit
1 parent 3d759a1 commit 4a2e5c2

File tree

23 files changed

+178
-30
lines changed

23 files changed

+178
-30
lines changed

.github/actions/build-and-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ runs:
4444
with:
4545
name: colcon-test-logs
4646
path: |
47-
build/**/Testing/**/*.log
47+
build/**/Testing/**/*.log

.github/workflows/on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
required-ros-distributions: ${{ env.ROS_DISTRO }}
2222
- uses: ./.github/actions/build-and-test
2323
with:
24-
ros-distro: ${{ env.ROS_DISTRO }}
24+
ros-distro: ${{ env.ROS_DISTRO }}

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
pip install pre-commit
3030
3131
- name: Run pre-commit hooks
32-
run: pre-commit run --all-files
32+
run: pre-commit run --all-files

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ CLAUDE.md
1414
# VScode artifacts
1515
.vscode/browse.vc.db
1616
.vscode/browse.vc.db-shm
17-
.vscode/browse.vc.db-wal
17+
.vscode/browse.vc.db-wal

robot_mcp_bringup/CMakeLists.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Copyright (c) 2025-present WATonomous. All rights reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
114
cmake_minimum_required(VERSION 3.8)
215
project(robot_mcp_examples)
316

robot_mcp_bringup/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<description>Example configurations, launch files, and custom plugins for robot_mcp</description>
77

88
<maintainer email="e23zhou@watonomous.ca">Eddy Zhou</maintainer>
9-
<author email="hello@watonomous.ca">WATonomous</author>
109
<license>Apache 2.0</license>
10+
<author email="hello@watonomous.ca">WATonomous</author>
1111

1212
<buildtool_depend>ament_cmake</buildtool_depend>
1313

robot_mcp_common_msg_plugins/robot_common_msg_plugins/CMakeLists.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Copyright (c) 2025-present WATonomous. All rights reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
114
cmake_minimum_required(VERSION 3.8)
215
project(robot_mcp_common_msg_plugins)
316

robot_mcp_common_msg_plugins/robot_common_msg_plugins/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</description>
99

1010
<maintainer email="e23zhou@watonomous.ca">Eddy Zhou</maintainer>
11-
<author email="hello@watonomous.ca">WATonomous</author>
1211
<license>Apache 2.0</license>
12+
<author email="hello@watonomous.ca">WATonomous</author>
1313

1414
<buildtool_depend>ament_cmake</buildtool_depend>
1515

robot_mcp_common_msg_plugins/robot_mcp_geometry_msg_plugins/CMakeLists.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Copyright (c) 2025-present WATonomous. All rights reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
114
cmake_minimum_required(VERSION 3.22)
215
project(robot_mcp_geometry_msg_plugins)
316

robot_mcp_common_msg_plugins/robot_mcp_geometry_msg_plugins/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<description>Message plugins for geometry_msgs types</description>
77

88
<maintainer email="e23zhou@watonomous.ca">Eddy Zhou</maintainer>
9-
<author email="hello@watonomous.ca">WATonomous</author>
109
<license>Apache 2.0</license>
10+
<author email="hello@watonomous.ca">WATonomous</author>
1111

1212
<buildtool_depend>ament_cmake</buildtool_depend>
1313

0 commit comments

Comments
 (0)