Skip to content

Commit 677517b

Browse files
authored
Merge pull request #346 from TedVanderfeen/add_package/topic_based_ros2_control
added topic_based_ros2_control
2 parents 39b8c06 + e57a4c9 commit 677517b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
From 546fa2b161d178b1cdb896ba90887419b1b702de Mon Sep 17 00:00:00 2001
2+
From: Bence Magyar <[email protected]>
3+
Date: Sat, 16 Aug 2025 07:10:52 +0100
4+
Subject: [PATCH] Deprecation notices should be seen. Do not convert warnings
5+
into errors.
6+
7+
---
8+
CMakeLists.txt | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/CMakeLists.txt b/CMakeLists.txt
12+
index 3a8e525..7b8bb21 100644
13+
--- a/CMakeLists.txt
14+
+++ b/CMakeLists.txt
15+
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
16+
project(topic_based_ros2_control CXX)
17+
18+
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
19+
- add_compile_options(-Werror -Wall -Wextra -Wpedantic -Wshadow
20+
+ add_compile_options(-Wall -Wextra -Wpedantic -Wshadow
21+
-Wsign-conversion -Winit-self -Wredundant-decls)
22+
endif()
23+

vinca.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,9 @@ packages_select_by_deps:
308308
- imu_tools
309309
- rplidar_ros
310310
- vector_pursuit_controller
311-
311+
# Requested in https://github.com/RoboStack/ros-humble/issues/345
312+
- topic_based_ros2_control
313+
312314
# These packages are only built on Linux as they depend on Linux-specific API
313315
- if: linux
314316
then:

0 commit comments

Comments
 (0)