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
Implement the obstacle_detector Action to detect and localize obstacles using camera images, camera orientation and IMU data.
Subscribe to /usv/hardware_interface/image_raw for visual input
/usv/hardware_interface/image_raw
Subscribe to /usv/hardware_interface/imu/data for orientation data
/usv/hardware_interface/imu/data
Subscribe to /usv/hardware_interface/camera_pos for camera orientation
/usv/hardware_interface/camera_pos
Implement obstacle detection and localization logic:
Publish detected obstacle estimated position and type on usv/perception/obstacle_detected
usv/perception/obstacle_detected
Ensure this analysis is only running and consuming ressources when the action is triggered, and stop it when terminated.
The text was updated successfully, but these errors were encountered:
Cadavre-chan
No branches or pull requests
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 inputSubscribe to
/usv/hardware_interface/imu/data
for orientation dataSubscribe to
/usv/hardware_interface/camera_pos
for camera orientationImplement obstacle detection and localization logic:
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.
The text was updated successfully, but these errors were encountered: