Skip to content

Commit 1281f94

Browse files
rafal-goreckiKmakD
andauthored
Apply suggestions from code review
Co-authored-by: Dawid Kmak <[email protected]>
1 parent b50a1b8 commit 1281f94

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

mecanum_drive_controller/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
1414
add_compile_options(-Wall -Wextra)
1515
endif()
1616

17-
# find_package(ros2_control_cmake REQUIRED) set_compiler_options()
18-
# export_windows_symbols()
19-
2017
set(THIS_PACKAGE_INCLUDE_DEPENDS
2118
control_toolbox
2219
controller_interface

mecanum_drive_controller/package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<package format="3">
44
<name>mecanum_drive_controller</name>
55
<version>1.0.0</version>
6-
76
<description>Controller for a mecanum drive mobile base.</description>
8-
97
<maintainer email="[email protected]">Husarion</maintainer>
108
<license>Apache License 2.0</license>
119

1210
<url type="website">https://husarion.com/</url>
13-
<url type="repository">https://github.com/husarion/panther-navigation</url>
14-
<url type="bugtracker">https://github.com/husarion/panther-navigation/issues</url>
11+
<url type="repository">https://github.com/husarion/husarion_controllers</url>
12+
<url type="bugtracker">https://github.com/husarion/husarion_controllers/issues</url>
1513

1614
<author email="[email protected]">Jakub Delicat</author>
15+
<author email="[email protected]">Rafał Górecki</author>
16+
<author email="[email protected]">Dawid Kmak</author>
1717
<author email="[email protected]">Maciej Stępień</author>
1818
<author email="[email protected]">Bence Magyar</author>
1919
<author email="[email protected]">Jordan Palacios</author>

0 commit comments

Comments
 (0)