You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.2KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # Aruco detector
  2. With this ROS2-Node can be determined the pose of different ArUco Markers. The goal of this project was to attach a marker on different robots, and get the absolute positions and orientations via a camera on the ceiling. However, this localization can also be applied to any other arbitary object.
  3. This project was created as an project thesis (MSY-Master).
  4. ![Bild 1](./Images/Aruco_robot.jpg "ArUco Marker attached on robot")
  5. ## Requirements
  6. - Transforms3D
  7. For computing the pose the node requires this library. A detailed description can be found on: https://matthew-brett.github.io/transforms3d/)
  8. pip install transforms3d
  9. - usb_cam
  10. Usb_cam is a frequently used ros driver for V4L USB cameras. A detailed description can be found here: http://wiki.ros.org/usb_cam
  11. sudo apt get install ros-<ros2-distro>-usb-cam
  12. ## Running the code
  13. For an easy start there is already created a launch file. All required parameters can be set and edited centrally here. The launch-file starts:
  14. - aruco_detector_node
  15. - usb_cam
  16. - rqt_image_view
  17. cd launch/
  18. ros2 launch aruco_launch.py
  19. ![Bild 1](./Images/Topics.jpg "ArUco Marker attached on robot")
  20. ## Outputs