Closed stoutheo closed 2 years ago
@cmower I also added a plot at cntrl-c, which show waypoints, interpolated plan and actual motion.
It only works at cntrl-c because the run_interpolation.py has no idea when the robot completes the interpolation and arrives to the target. This is meant to be this way, so as to allow minimal delays for down-stream control.
by the way, this branch needs to be re-based before it is merged.
@cmower I also added a plot at cntrl-c, which show waypoints, interpolated plan and actual motion.
@stoutheo is this why you kept the while loop rather than using the spin method?
by the way, this branch needs to be re-based before it is merged.
if you could also address changes above and then rebase, let me know and we can merge
Working on the documentation, I will finish it tomorrow 1st thing in the morning.
@cmower I also added a plot at cntrl-c, which show waypoints, interpolated plan and actual motion. @stoutheo is this why you kept the while loop rather than using the spin method? @cmower yes, I changed to simple rospy.spin() at first, but then I added this step-by-step "spinning" with the while loop for the plotting.
@cmower all done and rebased :)
Thanks @stoutheo!
Added code for the interpolation example waypoints are manually provided and then a interpolated trajectory is generated and tracked via IK