-
-
Notifications
You must be signed in to change notification settings - Fork 19
fix: update patch for kilted #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
34009f6
update zenoh cpp vendor patch
wep21 b8cd27b
update patch dependencies for rclpy
wep21 e34a09c
update gz-version
wep21 f31e9b3
update gz patch
wep21 45b1fa2
update patch
wep21 643ff53
update patch
wep21 6ea7a1e
update patch
wep21 587ab9f
update patch
wep21 29868a0
add patch
wep21 702166b
update patch
wep21 06ac2e1
add patch
wep21 0cd5723
remove patch
wep21 5059bc6
update snapshot
wep21 ce3e9ba
update patch
wep21 f46c2a7
Update patch/ros-kilted-gz-ros2-control.osx.patch
wep21 3186188
update robostack yaml
wep21 9364cca
update patch
wep21 49cf8eb
remove patch
wep21 7fc3fa7
update patch
wep21 2982a2c
remove patch
wep21 5d35fd0
Update check_patches_clean_apply.py to work with rattler-build
traversaro bfb64fa
Update check_patches_clean_apply to work with ratler-build and add ch…
traversaro 46bb5c8
Merge pull request #1 from traversaro/update-patch
wep21 468148d
fix
wep21 617c1bd
fix
wep21 1e7a460
add patch
wep21 d20cef8
update patch dependencies
wep21 bd80f7b
add patch
wep21 bbdb9dd
fix
wep21 b6c5d1c
update win patch
wep21 f473fbb
update build number of additional recipes
wep21 2b158f6
update
wep21 85a7fa4
update
wep21 89226d0
update patch
wep21 10245ce
add patch
wep21 4980028
add osx patch
wep21 b1ec4cb
add patch
wep21 8577970
Add explicit run dependency on libopencv qt6 variant for packages tha…
traversaro 2d40af9
update ros-gz-sim patch
wep21 84aa1a1
update vs2019 to vs2022
wep21 b468a95
update patch
wep21 22784d9
update vinca
wep21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,17 @@ | ||
| diff --git a/src/cpp/utils/Host.cpp b/src/cpp/utils/Host.cpp | ||
| index 4e7582b1..55801b85 100644 | ||
| --- a/src/cpp/utils/Host.cpp | ||
| +++ b/src/cpp/utils/Host.cpp | ||
| @@ -46,7 +46,12 @@ fastcdr::string_255 Host::compute_machine_id() | ||
| } | ||
| return ""; | ||
| #elif defined(__APPLE__) | ||
| + #include <AvailabilityMacros.h> | ||
| + #if (MAC_OS_X_VERSION_MIN_REQUIRED < 120000) | ||
| + io_registry_entry_t ioRegistryRoot = IORegistryEntryFromPath(kIOMasterPortDefault, "IOService:/"); | ||
| + #else | ||
| io_registry_entry_t ioRegistryRoot = IORegistryEntryFromPath(kIOMainPortDefault, "IOService:/"); | ||
| + #endif | ||
| if (!ioRegistryRoot) | ||
| { | ||
| return ""; |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,15 +1,13 @@ | ||
| diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
| index a4df838..24be0df 100644 | ||
| index b16ac05..f32b0fb 100644 | ||
| --- a/CMakeLists.txt | ||
| +++ b/CMakeLists.txt | ||
| @@ -4,8 +4,8 @@ project(gz_fuel_tools_vendor) | ||
| @@ -40,7 +40,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "") | ||
| set(VERSION_MATCH "") | ||
| endif() | ||
|
|
||
| # Project-specific settings | ||
| set(LIB_VER_MAJOR 9) | ||
| -set(LIB_VER_MINOR 1) | ||
| -set(LIB_VER_PATCH 1) | ||
| +set(LIB_VER_MINOR 0) | ||
| +set(LIB_VER_PATCH 3) | ||
| set(LIB_VER_SUFFIX "") | ||
| -find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET) | ||
| +find_package(${LIB_NAME_FULL} COMPONENTS all QUIET) | ||
|
|
||
| # Derived variables | ||
| ament_vendor(${LIB_NAME_UNDERSCORE}_vendor | ||
| SATISFIED ${${LIB_NAME_FULL}_FOUND} |
This file contains hidden or 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,15 +1,13 @@ | ||
| diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
| index 94fd645..2a52f2c 100644 | ||
| index bdd8370..73d5147 100644 | ||
| --- a/CMakeLists.txt | ||
| +++ b/CMakeLists.txt | ||
| @@ -4,8 +4,8 @@ project(gz_gui_vendor) | ||
| @@ -43,7 +43,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "") | ||
| set(VERSION_MATCH "") | ||
| endif() | ||
|
|
||
| # Project-specific settings | ||
| set(LIB_VER_MAJOR 8) | ||
| -set(LIB_VER_MINOR 4) | ||
| -set(LIB_VER_PATCH 0) | ||
| +set(LIB_VER_MINOR 1) | ||
| +set(LIB_VER_PATCH 1) | ||
| set(LIB_VER_SUFFIX "") | ||
| -find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET) | ||
| +find_package(${LIB_NAME_FULL} COMPONENTS all QUIET) | ||
|
|
||
| # Derived variables | ||
| ament_vendor(${LIB_NAME_UNDERSCORE}_vendor | ||
| SATISFIED ${${LIB_NAME_FULL}_FOUND} |
This file contains hidden or 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 hidden or 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 hidden or 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,53 @@ | ||
| diff --git a/include/hardware_interface/types/statistics_types.hpp b/include/hardware_interface/types/statistics_types.hpp | ||
| index ba22a47c9..8083b66f7 100644 | ||
| --- a/include/hardware_interface/types/statistics_types.hpp | ||
| +++ b/include/hardware_interface/types/statistics_types.hpp | ||
| @@ -22,7 +22,12 @@ | ||
|
|
||
| #include "libstatistics_collector/moving_average_statistics/moving_average.hpp" | ||
| #include "libstatistics_collector/moving_average_statistics/types.hpp" | ||
| +#if !defined(_WIN32) && !defined(__APPLE__) | ||
| #include "realtime_tools/mutex.hpp" | ||
| +#define DEFAULT_MUTEX realtime_tools::prio_inherit_mutex | ||
| +#else | ||
| +#define DEFAULT_MUTEX std::mutex | ||
| +#endif | ||
|
|
||
| namespace ros2_control | ||
| { | ||
| @@ -49,7 +54,7 @@ public: | ||
| */ | ||
| void update_statistics(const std::shared_ptr<MovingAverageStatisticsCollector> & statistics) | ||
| { | ||
| - std::unique_lock<realtime_tools::prio_inherit_mutex> lock(mutex_); | ||
| + std::unique_lock<DEFAULT_MUTEX> lock(mutex_); | ||
| if (statistics->GetCount() > 0) | ||
| { | ||
| statistics_data.average = statistics->Average(); | ||
| @@ -71,7 +76,7 @@ public: | ||
| */ | ||
| void set_reset_statistics_sample_count(unsigned int reset_sample_count) | ||
| { | ||
| - std::unique_lock<realtime_tools::prio_inherit_mutex> lock(mutex_); | ||
| + std::unique_lock<DEFAULT_MUTEX> lock(mutex_); | ||
| reset_statistics_sample_count_ = reset_sample_count; | ||
| } | ||
|
|
||
| @@ -90,7 +95,7 @@ public: | ||
| */ | ||
| const StatisticData & get_statistics() const | ||
| { | ||
| - std::unique_lock<realtime_tools::prio_inherit_mutex> lock(mutex_); | ||
| + std::unique_lock<DEFAULT_MUTEX> lock(mutex_); | ||
| return statistics_data; | ||
| } | ||
|
|
||
| @@ -100,7 +105,7 @@ private: | ||
| /// Number of samples to reset the statistics | ||
| unsigned int reset_statistics_sample_count_ = std::numeric_limits<unsigned int>::max(); | ||
| /// Mutex to protect the statistics data | ||
| - mutable realtime_tools::prio_inherit_mutex mutex_; | ||
| + mutable DEFAULT_MUTEX mutex_; | ||
| }; | ||
| } // namespace ros2_control | ||
|
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.