-
Notifications
You must be signed in to change notification settings - Fork 22
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 #47 from schornakj/fix/remove-ros2
Remove unused ROS2 code and support
- Loading branch information
Showing
7 changed files
with
87 additions
and
351 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,9 @@ | |
<maintainer email="[email protected]">Joseph Schornak</maintainer> | ||
<license>Apache 2.0</license> | ||
|
||
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend> | ||
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend> | ||
|
||
<depend condition="$ROS_VERSION == 1">roscpp</depend> | ||
<depend condition="$ROS_VERSION == 2">rclcpp</depend> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<depend>roscpp</depend> | ||
|
||
<depend>libpcl-all-dev</depend> | ||
<depend>eigen</depend> | ||
|
@@ -36,8 +33,7 @@ | |
<depend condition="$BUILD_DEMO == True">gl_depth_sim</depend> | ||
|
||
<export> | ||
<build_type condition="$ROS_VERSION == 1">catkin</build_type> | ||
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type> | ||
<build_type>catkin</build_type> | ||
</export> | ||
|
||
</package> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.