No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ubc-subbots/triton.git
VCS Type git
VCS Version master
Last Updated 2024-07-18
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • logan

Authors

No additional authors.

triton_gate

Description

This package contains the nodes needed for performing gate detection and localization to be used on the gate task in competition

Usage

Right now, you can launch the teleoperated simulation and see the gate detector working in RViz as such

ros2 launch triton_bringup teleop_sim_bringup_launch.py

In RViz, you can see a row of images frame to the right, which has both raw camera views, the segmentation output, and gate bounding box output.

Nodes

  • gate_detector : A component node (triton_gate::GateDetector) which aims to detect the gate by drawing a tightly-fitting bounding box around it. ### Subscribed Topics
    • /triton/drivers/front_camera/image_raw (sensor_msgs/msg/Image.msg) : Input image

    ### Published Topics

    • detector/gate_center (std_msgs/msg/Float32MultiArray.msg) : Normalized position of the center of the gate. The first element is the x-coordinate of the center divided by the width of the image. The second element is the y-coordinate divided by the height of the image. The center of the gate is determined by the moments of the gate contour.
    • detector/gate_pose (triton_interfaces/msg/ObjectOffset) : Pose of Gate relative to AUV.
    • detector/gate_pose_only (geometry_msgs/PoseStamped) : Pose of Gate. For debug.
    • detector/debug/detection (sensor_msgs/msg/Image.msg) : Detection debug output image.
    • detector/debug/segment (sensor_msgs/msg/Image.msg) : Segmentation debug output image.

Contributors

  • Logan Fillo (logan.fillo@gmail.com)
  • Jared Chan (jaredchan42@gmail.com)
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged triton_gate at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.