KavrakiLab / robowflex

Making MoveIt Easy!
https://kavrakilab.github.io/robowflex/
Other
116 stars 24 forks source link

Added append method for trajectories #260

Closed ell0ry closed 3 years ago

ell0ry commented 3 years ago

Copied the method header for moveit_core::robot_trajectory::RobotTrajectory::append for Robowflex's trajectory.

Simply calls the append method for the internal moveit trajectory with the arguments provided. This was tested by appending several trajectories and visualizing the result in RViz.

This solves #249