We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eigen::Isometry3d pose1 = Eigen::Isometry3d::Identity(); pose1.translation() = p0; visual_tools_->publishArrow(pose1, rvt::GREEN); visual_tools_->trigger();
How do i specify the direction of arrow in this code?
The text was updated successfully, but these errors were encountered:
RViz marker arrows will always face in the +X direction.
You can change pose1.rotation to whatever quaternion gets you the direction you want!
pose1.rotation
Sorry, something went wrong.
No branches or pull requests
How do i specify the direction of arrow in this code?
The text was updated successfully, but these errors were encountered: