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:
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: