Skip to content

Commit

Permalink
Update cmake_minimum_required VERSION to 3.10 plus a bit of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corot committed Dec 15, 2021
1 parent 609c586 commit 1dbf9ab
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ source /opt/ros/melodic/setup.bash
rosdep update
rosdep install --from-paths src /opt/ros/melodic --ignore-src --rosdistro melodic -y
catkin build
pip install --upgrade bidict ratelimit
pip install --upgrade bidict ratelimit tk
```

#### Prepare hardware ####
Expand Down
2 changes: 1 addition & 1 deletion thorp_boards/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_boards)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion thorp_bringup/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_bringup)

find_package(catkin REQUIRED COMPONENTS)
Expand Down
2 changes: 1 addition & 1 deletion thorp_cannon/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_cannon)

# Load catkin and all dependencies required for this package
Expand Down
2 changes: 1 addition & 1 deletion thorp_costmap_layers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_costmap_layers)

# uncomment to enable OpenCV display of internally processed data (does not work on robot)
Expand Down
2 changes: 1 addition & 1 deletion thorp_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_description)

find_package(catkin REQUIRED COMPONENTS)
Expand Down
2 changes: 1 addition & 1 deletion thorp_manipulation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_manipulation)

find_package(catkin REQUIRED roscpp actionlib geometry_msgs moveit_msgs moveit_core visualization_msgs
Expand Down
2 changes: 1 addition & 1 deletion thorp_mbf_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_mbf_plugins)

# Required to use auto variables and to_string
Expand Down
2 changes: 1 addition & 1 deletion thorp_moveit_config/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_moveit_config)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion thorp_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_msgs)
find_package(catkin REQUIRED COMPONENTS std_msgs nav_msgs moveit_msgs geometry_msgs actionlib_msgs message_generation)

Expand Down
2 changes: 1 addition & 1 deletion thorp_navigation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_navigation)

find_package(catkin REQUIRED roscpp actionlib geometry_msgs mbf_msgs thorp_msgs thorp_toolkit
Expand Down
2 changes: 1 addition & 1 deletion thorp_perception/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_perception)

find_package(catkin REQUIRED tf roscpp pcl_ros actionlib
Expand Down
2 changes: 1 addition & 1 deletion thorp_simulation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_simulation)

find_package(gazebo REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion thorp_smach/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_smach)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion thorp_toolkit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.10)
project(thorp_toolkit)

##############################################################################
Expand Down

0 comments on commit 1dbf9ab

Please sign in to comment.