moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
989 stars 494 forks source link

Consolidate RobotTrajectory::getRobotTrajectoryMessage() API #2773

Open henningkayser opened 3 months ago

henningkayser commented 3 months ago

I'm adding support for multi-dof to joint trajectory conversion in #2740, which initially is implemented as a free function variant of RobotTrajectory::getRobotTrajectoryMessage(). I would like to consolidate the free function with the class API (e.g. calling the function from getRobotTrajectoryMessage()), but there are still a couple shortcomings that I find should be cleaned up first, and that are out of scope of mdof trajectory support:

github-actions[bot] commented 2 months ago

This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups.

github-actions[bot] commented 2 weeks ago

This issue was closed because it has been stalled for 45 days with no activity.