-
Notifications
You must be signed in to change notification settings - Fork 10
Full rebuild August 2026 II + Add RoboPlan packages #38
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
base: main
Are you sure you want to change the base?
Changes from all commits
cf61258
42739f8
4e895ab
fc2c05b
d3a6d52
e111d16
1e52b1a
16ab6b8
ed10b4e
931caed
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ coal: | |
| generate_dummy_package_with_run_deps: | ||
| dep_name: coal | ||
| max_pin: 'x.x.x' | ||
| override_version: '3.0.3' | ||
| override_version: '3.0.4' | ||
| compressed_depth_image_transport: | ||
| additional_cmake_args: "-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON" | ||
| console_bridge_vendor: | ||
|
|
@@ -143,16 +143,48 @@ pinocchio: | |
| dep_name: pinocchio | ||
| max_pin: 'x.x.x' | ||
| # the version on ros is outdated w.r.t. to the conda-forge one | ||
| override_version: '4.0.0' | ||
| override_version: '4.1.0' | ||
| proxsuite: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: proxsuite | ||
| max_pin: 'x.x' | ||
| override_version: '0.7.2' | ||
| override_version: '0.7.3' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note to self/other reviewers: in general we try to avoid doing this for abi compat version, but as this is an header only library isn ot a problem.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd be fine with proxsuite 0.7.2 as well, though, if it's better
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess if you install |
||
| pybind11_json_vendor: | ||
| additional_cmake_args: "-DAMENT_VENDOR_POLICY=NEVER_VENDOR" | ||
| pybind11_vendor: | ||
| additional_cmake_args: "-DAMENT_VENDOR_POLICY=NEVER_VENDOR" | ||
| roboplan: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: roboplan-python | ||
| max_pin: 'x.x' | ||
| roboplan-oink: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: roboplan-oink-python | ||
| max_pin: 'x.x' | ||
| roboplan_cartesian_planning: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: roboplan-cartesian-planning-python | ||
| max_pin: 'x.x' | ||
| roboplan_example_models: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: roboplan-example-models-python | ||
| max_pin: 'x.x' | ||
| roboplan_examples: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: roboplan-examples-python | ||
| max_pin: 'x.x' | ||
| roboplan_rrt: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: roboplan-rrt-python | ||
| max_pin: 'x.x' | ||
| roboplan_simple_ik: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: roboplan-simple-ik-python | ||
| max_pin: 'x.x' | ||
| roboplan_toppra: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: roboplan-toppra-python | ||
| max_pin: 'x.x' | ||
| robot_state_publisher: | ||
| additional_cmake_args: "-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON" | ||
| rosx_introspection: | ||
|
|
@@ -165,6 +197,10 @@ spdlog_vendor: | |
| additional_cmake_args: "-DAMENT_VENDOR_POLICY=NEVER_VENDOR_IGNORE_SATISFIED_CHECK" | ||
| sqlite3_vendor: | ||
| additional_cmake_args: "-DAMENT_VENDOR_POLICY=NEVER_VENDOR_IGNORE_SATISFIED_CHECK" | ||
| toppra: | ||
| generate_dummy_package_with_run_deps: | ||
| dep_name: toppra-python | ||
| max_pin: 'x.x' | ||
| ublox_gps: | ||
| additional_cmake_args: "-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON" | ||
| uncrustify_vendor: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixing in open-planning/roboplan-ros#65