Skip to content

Sequential multi-pose planning in PlannerServer#36

Open
zaynabahmad wants to merge 26 commits intoelsayedelsheikh:mainfrom
zaynabahmad:planning_poses
Open

Sequential multi-pose planning in PlannerServer#36
zaynabahmad wants to merge 26 commits intoelsayedelsheikh:mainfrom
zaynabahmad:planning_poses

Conversation

@zaynabahmad
Copy link

The planner now returns one combined trajectory for all goals instead of executing each one.
It also returns the total time and some basic info about the plan

@elsayedelsheikh
Copy link
Owner

elsayedelsheikh commented Nov 20, 2025

Note: I've removed unnecessary files, rebased to the latest main branch.

Please pull the current updates and rebuild the environment before moving forward

P.S: This is my workspace structure

grab2_ws
   ├── build
   ├── install
   ├── log
   └── src
         ├── BehaviorTree.ROS2
         ├── grab2
         └── topic_based_ros2_control

@elsayedelsheikh
Copy link
Owner

Couple of notes:

  • You need to fix the linter issues.
  • The package builds on Humble but fails on other distros. MoveIt2’s API changed, so you need to use
#if RCLCPP_VERSION_GTE(28, 0, 0)
  // Jazzy and later
#else
  // Humble
#endif

@elsayedelsheikh
Copy link
Owner

@zaynabahmad I've resolved the conflicts
Please check if there's anything else you need to modify

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants