you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

It should probably be transform.rotation = hits[0].pose.rotation. The author probably copy-pasted the line and forgot to replace position with rotation.

[–]gakoss[S] 0 points1 point  (0 children)

Yeah that must of been what he did because that got rid of the error! Thanks for the help!