moveit / moveit2_tutorials

A sphinx-based centralized documentation repo for MoveIt 2
https://moveit.picknik.ai
BSD 3-Clause "New" or "Revised" License
150 stars 194 forks source link

Fix Servo pose tracking tutorial #973

Closed sea-bass closed 3 days ago

sea-bass commented 1 week ago

Description

The Servo pose tracking tutorial was not working as it had likely gone out of date with some other changes.

Also, the way the command switching service was called wasn't properly waiting for the future to complete, which caused me problems. It still doesn't work reliably on FastDDS, but if you switch RMW to CycloneDDS it does.

Checklist

sea-bass commented 1 week ago

@ibrahiminfinite Also tagging you here, if you're interested in giving it a test