Skip to content
New issue

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

Develop obstacle_detector Action #32

Open
10 tasks
charlesmadjeri opened this issue Oct 22, 2024 · 0 comments
Open
10 tasks

Develop obstacle_detector Action #32

charlesmadjeri opened this issue Oct 22, 2024 · 0 comments
Assignees

Comments

@charlesmadjeri
Copy link
Contributor

charlesmadjeri commented Oct 22, 2024

Description:

Implement the obstacle_detector Action to detect and localize obstacles using camera images, camera orientation and IMU data.

Tasks:

  • Subscribe to /usv/hardware_interface/image_raw for visual input

  • Subscribe to /usv/hardware_interface/imu/data for orientation data

  • Subscribe to /usv/hardware_interface/camera_pos for camera orientation

  • Implement obstacle detection and localization logic:

    • Make the camera moving 360° in loop to find obstacles as a radar.
    • If artifact found check if it is an obstacle, and find its type
    • Save image of the obstacle, gps position, imu data (ship orientation) and camera orientation
    • Calculate estimated gps position of the obstacle (estimating object distance from 2d image taken)
  • Publish detected obstacle estimated position and type on usv/perception/obstacle_detected

  • Ensure this analysis is only running and consuming ressources when the action is triggered, and stop it when terminated.

@Cadavre-chan Cadavre-chan self-assigned this Nov 11, 2024
@charlesmadjeri charlesmadjeri changed the title Develop obstacle_detector Node Develop obstacle_detector Action Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants