-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add ign packages to win and osx * removed ign packages * fixed ign package naming typos * Update dependencies.yaml * Update dependencies.yaml * Create ros-noetic-ros-ign-bridge.patch * ign is not yet available on osx * Fix * Update mapping for ignition-gazebo * Delete ros-noetic-ros-ign-bridge.patch * Bump citadel -> edifice * Update ros-noetic-ros-ign-gazebo.patch * Create ros-noetic-ros-ign-bridge.patch * Create ros-noetic-ros-ign-image.patch * Update ros-noetic-ros-ign-image.patch * Update to Fortress * Add ros-ign to linux-64 * Update ros-noetic-ros-ign-bridge.patch * Update ros-noetic-ros-ign-gazebo.patch * Update ros-noetic-ros-ign-image.patch * Update ros-noetic-plotjuggler.patch * Not on Win --------- Co-authored-by: Tobias Fischer <[email protected]>
- Loading branch information
1 parent
9f0fcd0
commit c06cdce
Showing
7 changed files
with
86 additions
and
37 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/ros_ign_bridge/CMakeLists.txt b/ros_ign_bridge/CMakeLists.txt | ||
index 5e04c45d..a60f0be0 100644 | ||
--- a/ros_ign_bridge/CMakeLists.txt | ||
+++ b/ros_ign_bridge/CMakeLists.txt | ||
@@ -21,7 +21,7 @@ find_package(catkin REQUIRED COMPONENTS | ||
visualization_msgs) | ||
|
||
# Fortress | ||
-if ("$ENV{IGNITION_VERSION}" STREQUAL "fortress") | ||
+if ("$ENV{IGNITION_VERSION}" STREQUAL "fortress" OR TRUE) | ||
find_package(ignition-transport11 REQUIRED) | ||
set(IGN_TRANSPORT_VER ${ignition-transport11_VERSION_MAJOR}) | ||
|
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,13 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 1497055..88ec5ca 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -21,7 +21,7 @@ if ("$ENV{IGNITION_VERSION}" STREQUAL "fortress") | ||
diff --git a/ros_ign_gazebo/CMakeLists.txt b/ros_ign_gazebo/CMakeLists.txt | ||
index 87a06f8e..01ad5664 100644 | ||
--- a/ros_ign_gazebo/CMakeLists.txt | ||
+++ b/ros_ign_gazebo/CMakeLists.txt | ||
@@ -9,7 +9,7 @@ find_package(catkin | ||
) | ||
|
||
message(STATUS "Compiling against Ignition Fortress") | ||
# Edifice | ||
-elseif ("$ENV{IGNITION_VERSION}" STREQUAL "edifice") | ||
+elseif ("$ENV{IGNITION_VERSION}" STREQUAL "edifice" OR TRUE) | ||
find_package(ignition-transport10 REQUIRED) | ||
set(IGN_TRANSPORT_VER ${ignition-transport10_VERSION_MAJOR}) | ||
# Fortress | ||
-if ("$ENV{IGNITION_VERSION}" STREQUAL "fortress") | ||
+if ("$ENV{IGNITION_VERSION}" STREQUAL "fortress" OR TRUE) | ||
find_package(ignition-transport11 REQUIRED) | ||
set(IGN_TRANSPORT_VER ${ignition-transport11_VERSION_MAJOR}) | ||
|
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
diff --git a/ros_ign_image/CMakeLists.txt b/ros_ign_image/CMakeLists.txt | ||
index 5bbf70f4..87fb109d 100644 | ||
--- a/ros_ign_image/CMakeLists.txt | ||
+++ b/ros_ign_image/CMakeLists.txt | ||
@@ -17,7 +17,7 @@ find_package(catkin REQUIRED COMPONENTS | ||
sensor_msgs) | ||
|
||
# Fortress | ||
-if ("$ENV{IGNITION_VERSION}" STREQUAL "fortress") | ||
+if ("$ENV{IGNITION_VERSION}" STREQUAL "fortress" OR TRUE) | ||
find_package(ignition-transport11 REQUIRED) | ||
set(IGN_TRANSPORT_VER ${ignition-transport11_VERSION_MAJOR}) | ||
|
||
@@ -68,6 +68,7 @@ install(TARGETS ${executable} | ||
) | ||
|
||
# Tests | ||
+if(FALSE) | ||
find_package(rostest REQUIRED) | ||
|
||
set(test_publishers | ||
@@ -101,4 +102,4 @@ foreach(test_subscriber ${test_subscribers}) | ||
ignition-transport${IGN_TRANSPORT_VER}::core | ||
) | ||
endforeach(test_subscriber) | ||
- | ||
+endif() |
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