KavrakiLab / robowflex

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

Added robot state reference goal configuration setter #250

Closed ell0ry closed 3 years ago

ell0ry commented 3 years ago

Noticed that there wasn't a version of robowflex::MotionRequestBuilder::setGoalConfiguation that accepted a reference to a robot state.

In the original version that accepted a pointer, the pointer was dereferenced before use. I changed the original method to accept a reference and created a pointer version that dereferences the robot state and passes it.