Skip to content

Reset trajectory generator after instantiating object#10

Open
zultron wants to merge 1 commit intoPickNikRobotics:works_may17_2020from
zultron:works_may17_2020
Open

Reset trajectory generator after instantiating object#10
zultron wants to merge 1 commit intoPickNikRobotics:works_may17_2020from
zultron:works_may17_2020

Conversation

@zultron
Copy link

@zultron zultron commented Sep 18, 2020

Description

This patch calls the TrajectoryGenerator.reset() method after the constructor, resetting the underlying SingleJointGenerator() object. The latter's constructor no longer does that itself, and requires its own, separate reset() now.

This patch won't break those running TJ versions before these changes; the reset() will simply be redundant.

This work is still ongoing, and will change again, but this patch is required for testing the recent TJ changes in a MoveIt planning pipeline.

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant