Skip to content

Commit

Permalink
Update src/impl/vamp/bindings/common.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Wil Thomason <[email protected]>
  • Loading branch information
zkingston and wbthomason authored Jun 25, 2024
1 parent eb75ced commit 78a3c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/impl/vamp/bindings/common.hh
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ namespace vamp::binding
const auto &result = Robot::eefk(start);

std::array<float, 3> position = {result[0], result[1], result[2]};
// A (x, y, z, w) quaternion
std::array<float, 4> orientation = {result[3], result[4], result[5], result[6]};

return {position, orientation};
Expand Down

0 comments on commit 78a3c43

Please sign in to comment.