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
Ground truth in the real robot can be done using AprilTags. There is a ROS package that implements AprilTags called apriltags_ros.
apriltags_ros
The following links explain what an AprilTag is and why it's used for global localization:
Note: there is no need to implement this in the Gazebo simulator because you already have a ground truth localization in the /gts topic.
/gts
The text was updated successfully, but these errors were encountered:
Two WIP PRs were pushed here: #107 and #108.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Ground truth in the real robot can be done using AprilTags. There is a ROS package that implements AprilTags called
apriltags_ros
.The following links explain what an AprilTag is and why it's used for global localization:
Note: there is no need to implement this in the Gazebo simulator because you already have a ground truth localization in the
/gts
topic.The text was updated successfully, but these errors were encountered: