-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 in SWDEV/franka_ros from fix_combined_hw_reco…
…very_behavior to develop * commit '6172dcfde9dc8ff9cc9a947d2064d947a35cb047': fix typo in doc cmake version 3.1.3 in meta package franka_ros for melodic and noetic support make recovery print debug reset command buffer on recover, keep updating while in reflex remove redundant . in print revert cmake version update in meta package to fix build issue with catkin_make only execute controller update when not in error state
- Loading branch information
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cmake_minimum_required(VERSION 3.4) | ||
cmake_minimum_required(VERSION 3.1.3) | ||
project(franka_ros) | ||
find_package(catkin REQUIRED) | ||
catkin_metapackage() |