-
-
Notifications
You must be signed in to change notification settings - Fork 17
Full rebuild March 2026 bump ros2-distro-mutex to 0.14.0 and build number to 17 #62
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 all commits
Commits
Show all changes
105 commits
Select commit
Hold shift + click to select a range
1a0e06c
update snapshot and build number
5cd3a1b
update patch
242596e
update patch
fc0ba66
full rebuild
e22526e
pinning rattler-build 0.57
wep21 14e209d
update vinca
f9a074b
map vcstool to vcs2l
a6c04d3
update patch
be8d5bc
update patch
2dfd39f
tl-expected migration
f54e373
add patch
d545f17
update patch
8b55a72
save cache
265b2e1
patch update
a74ec3b
update
7de4cba
update
3b59792
update
5f32680
update patch
8f617e6
update
1cde7cd
delete patch
488ae74
add workaround
e4b0f4d
update patch
11ff1b2
fix deps
4b4df2e
patch deps
f9c3f07
revert patch
17533b4
use cache
wep21 03b672b
temp remove
wep21 d317404
temp remove
wep21 535fb22
temp remove
636c378
add patch
3c321b7
add patch
f02e9c8
urdfdom_headers constraint
92ede3c
update
c50b53f
pin urdfdom_headers
7c6ea15
update
c2d5783
update
5baef63
update
71fed44
fix
ed74148
fix
66661b2
add patch
ade9412
update AGENTS.md
41c6f4e
comment out
d2346c0
add patch
cd017f8
add patch
6e311ba
update AGENTS.md
290ef07
patch update
3c83bf4
ignore cache
e99283e
temp ignore
b3a44fa
feat: add rosgraph monitor
TomCC7 e8d3aa6
Update macOS standard library version to 11.0
Tobias-Fischer 8fb4c6b
fix: make rosgraph monitor build patches portable
TomCC7 0da54f9
fix: strip apple no-undefined linker flag
TomCC7 310b1d5
fix: override graph monitor linker flags on macOS
TomCC7 1b95d9a
fix: drop macos-only graph monitor linker deps
TomCC7 cc5093d
fix: limit rosgraph monitor to linux builds
TomCC7 cd51a3d
feat: Add additional recipe for cm_executors
rshanor bd69963
Revert "temp ignore"
2e042cd
temp ignore
701cdf3
restore
wep21 5b8cf02
use cache
wep21 041d416
bump protobuf
wep21 17900e6
temp ignore
wep21 46562da
full rebuild
wep21 e4300f0
update opencv
wep21 d423d6b
more package
1a9fff8
use cache
9b203ee
restore
b2756e7
update vtk
wep21 db00616
full rebuild
wep21 8cb6006
check desktop first
wep21 9c4e623
vtk
wep21 6d73172
temp ignore
wep21 bb72929
restore
wep21 0a5638c
use cache
wep21 9b34d23
temp ignore
wep21 0a265a5
restore
db1782f
restore
364915d
temp ignore
57f9f64
temp remove
8b2dde5
update patch
3f64d84
restore
46e91ad
update
f4a336a
temp ignore
fb3177b
update autoware cmake
e3f30bd
fix
c19c57f
update
bf83e14
restore
d8303af
temp ignore
f6bca1f
remove patch
31ac6f9
restore
1630945
Merge branch 'main' into fullrebuild-202603
wep21 dffbffe
restore
95ed5ff
add package
c46d40b
add patch
e46f74b
temp
95de9a2
update
90c0a75
update
1d6dc07
update patch deps
bf5d974
Add eigen-abi-devel dependency to package that need it and pin eigen-…
traversaro 00fcecb
fullrebuild
4e345cb
restore
wep21 7eef7c9
use cache
wep21 bc7c360
temp ignore
wep21 7fb720c
restore all
wep21 e067a3a
add patch
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
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
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
| index 0bf9d1d..3333333 100644 | ||
| --- a/CMakeLists.txt | ||
| +++ b/CMakeLists.txt | ||
| @@ -1,11 +1,12 @@ | ||
| cmake_minimum_required(VERSION 3.14) | ||
| project(autoware_kalman_filter) | ||
|
|
||
| +find_package(eigen3_cmake_module REQUIRED) | ||
| +find_package(Eigen3 REQUIRED) | ||
| +get_target_property(EIGEN3_INCLUDE_DIR Eigen3::Eigen INTERFACE_INCLUDE_DIRECTORIES) | ||
| find_package(autoware_cmake REQUIRED) | ||
| autoware_package() | ||
|
|
||
| -find_package(eigen3_cmake_module REQUIRED) | ||
| -find_package(Eigen3 REQUIRED) | ||
|
|
||
| include_directories( | ||
| SYSTEM |
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
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,43 @@ | ||
| diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
| index 72ba975..3333333 100644 | ||
| --- a/CMakeLists.txt | ||
| +++ b/CMakeLists.txt | ||
| @@ -1,10 +1,11 @@ | ||
| cmake_minimum_required(VERSION 3.14) | ||
| project(autoware_osqp_interface) | ||
|
|
||
| +find_package(Eigen3 REQUIRED) | ||
| +get_target_property(EIGEN3_INCLUDE_DIR Eigen3::Eigen INTERFACE_INCLUDE_DIRECTORIES) | ||
| find_package(autoware_cmake REQUIRED) | ||
| autoware_package() | ||
|
|
||
| -find_package(Eigen3 REQUIRED) | ||
| - | ||
| # after find_package(osqp_vendor) in ament_auto_find_build_dependencies | ||
| find_package(osqp REQUIRED) | ||
| get_target_property(OSQP_INCLUDE_SUB_DIR osqp::osqp INTERFACE_INCLUDE_DIRECTORIES) | ||
| diff --git a/src/csc_matrix_conv.cpp b/src/csc_matrix_conv.cpp | ||
| index 8f77f8c..2222222 100644 | ||
| --- a/src/csc_matrix_conv.cpp | ||
| +++ b/src/csc_matrix_conv.cpp | ||
| @@ -22,9 +22,9 @@ namespace autoware::osqp_interface | ||
| { | ||
| CSC_Matrix calCSCMatrix(const Eigen::MatrixXd & mat) | ||
| { | ||
| - const size_t elem = static_cast<size_t>(mat.nonZeros()); | ||
| const Eigen::Index rows = mat.rows(); | ||
| const Eigen::Index cols = mat.cols(); | ||
| + const size_t elem = static_cast<size_t>(rows * cols); | ||
|
|
||
| std::vector<c_float> vals; | ||
| vals.reserve(elem); | ||
| @@ -63,8 +63,8 @@ CSC_Matrix calCSCMatrix(const Eigen::MatrixXd & mat) | ||
| CSC_Matrix calCSCMatrixTrapezoidal(const Eigen::MatrixXd & mat) | ||
| { | ||
| - const size_t elem = static_cast<size_t>(mat.nonZeros()); | ||
| const Eigen::Index rows = mat.rows(); | ||
| const Eigen::Index cols = mat.cols(); | ||
| + const size_t elem = static_cast<size_t>(rows * (rows + 1) / 2); | ||
|
|
||
| if (rows != cols) { | ||
| throw std::invalid_argument("Matrix must be square (n, n)"); |
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.