ISSUE_TEMPLATE 1.1 KB

12345678910111213141516171819202122232425
  1. Thank you for filing an issue!
  2. It would help us tremendously if you run through the following checklist. This
  3. ensures that we have the most information to quickly understand, analyze,
  4. reproduce and eventually resolve your issue.
  5. Please
  6. 1. run `rosbag_validate` which does some checks on your sensor data. This
  7. tool often finds issues that can explain poor performance and must be fixed
  8. at recording time. Please post the full output of the tool into a
  9. GitHub Gist at https://gist.github.com/, then link it in the issue even if
  10. it does not report anything. You can run the tool like this:
  11. rosrun cartographer_ros cartographer_rosbag_validate -bag_filename <bag filename>
  12. 2. post a link to a Git repository containing a branch of
  13. `cartographer_ros` containing all the configuration, launch, and URDF files
  14. required to reproduce your issue.
  15. 3. post a link to a bag file we can use to reproduce your issue. Put it on
  16. Google Drive, Dropbox, any webserver or wherever it is publicly
  17. downloadable.
  18. 4. remove this boilerplate text before submitting your issue.
  19. We will likely be unable to help you without all of these points addressed.