Skip to content
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

Ports moveit/moveit/pull/3519 to ros2 (backport #3055) #3062

Open
wants to merge 2 commits into
base: iron
Choose a base branch
from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Nov 5, 2024

Description

Ports moveit/moveit#3519 to ROS2. This may partially fix #2857 for the LIN planner

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference (Backend pilz changes only)
  • Document API changes relevant to the user in the MIGRATION.md notes (Backend pilz changes only)
  • Create tests, which fail without this PR reference (Modified existing tests to use modified code)
  • Include a screenshot if changing a GUI (No GUI changes)
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

This is an automatic backport of pull request #3055 done by [Mergify](https://mergify.com).

* Ports moveit/moveit/pull/3519 to ros2

* Applies formatting

* Fixes compilation errors

* Fixes compilation errors

* Fixes compilation errors

* Fixes compilation errors

* Replaces RobotState with pointer in tests

* Fixes tests

(cherry picked from commit 70e1aae)

# Conflicts:
#	moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_base.h
#	moveit_planners/pilz_industrial_motion_planner/src/trajectory_functions.cpp
#	moveit_planners/pilz_industrial_motion_planner/src/trajectory_generator.cpp
#	moveit_planners/pilz_industrial_motion_planner/test/unit_tests/src/unittest_trajectory_generator_circ.cpp
#	moveit_planners/pilz_industrial_motion_planner/test/unit_tests/src/unittest_trajectory_generator_lin.cpp
@mergify mergify bot added the conflicts label Nov 5, 2024
Copy link
Author

mergify bot commented Nov 5, 2024

Cherry-pick of 70e1aae has failed:

On branch mergify/bp/iron/pr-3055
Your branch is up to date with 'origin/iron'.

You are currently cherry-picking commit 70e1aae8b.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_functions.h
	modified:   moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator.h
	modified:   moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_circ.h
	modified:   moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_lin.h
	modified:   moveit_planners/pilz_industrial_motion_planner/src/trajectory_blender_transition_window.cpp
	modified:   moveit_planners/pilz_industrial_motion_planner/src/trajectory_generator_circ.cpp
	modified:   moveit_planners/pilz_industrial_motion_planner/src/trajectory_generator_lin.cpp
	modified:   moveit_planners/pilz_industrial_motion_planner/src/trajectory_generator_ptp.cpp
	modified:   moveit_planners/pilz_industrial_motion_planner/test/unit_tests/src/unittest_trajectory_functions.cpp

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_base.h
	both modified:   moveit_planners/pilz_industrial_motion_planner/src/trajectory_functions.cpp
	both modified:   moveit_planners/pilz_industrial_motion_planner/src/trajectory_generator.cpp
	both modified:   moveit_planners/pilz_industrial_motion_planner/test/unit_tests/src/unittest_trajectory_generator_circ.cpp
	both modified:   moveit_planners/pilz_industrial_motion_planner/test/unit_tests/src/unittest_trajectory_generator_lin.cpp

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@rr-tom-noble
Copy link
Contributor

@sjahr Any idea what might've caused these failures?

@rr-tom-noble
Copy link
Contributor

@sjahr Could the jobs be rerun on this one? I think they may be unrelated

@sea-bass
Copy link
Contributor

Ah, the Iron branch has been failing for a while... very likely not your doing.

I'm starting to think since Iron EOL is in a week or 2, it may not be worth fixing this branch.

@TSNoble
Copy link
Contributor

TSNoble commented Nov 16, 2024

Yeah happy to close once iron reaches EOL

@mikeferguson
Copy link
Contributor

FYI - we've already missed the window for another Iron deb release - https://discourse.ros.org/t/preparing-for-final-iron-irwini-patch-release-and-sync-2024-11-18/40619

@sea-bass
Copy link
Contributor

FYI - we've already missed the window for another Iron deb release - https://discourse.ros.org/t/preparing-for-final-iron-irwini-patch-release-and-sync-2024-11-18/40619

Yep! I was just poking around to see how easy it would be to fix source builds.

Thanks for the heads up though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants