How to change velocity & acceleration in MotionPlanRequest topic
With the newest version of MoveIt! (Indigo 0.7.6), we can nicely scale the velocity and acceleration of trajectory on MoveIt! RViz plugin. Looking at the Time Parameterization tutorial changing them programmatically during runtime seems also possible by changing MotionPlanRequest.msg
, but how exactly can we do so?
Now I'm trying to see using NEXTAGE but I don't see that type of topic being published while MoveIt! is running.