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

Implement non-GPU active sonar for gazebo simulation #88

Open
oixel opened this issue Mar 14, 2025 · 1 comment
Open

Implement non-GPU active sonar for gazebo simulation #88

oixel opened this issue Mar 14, 2025 · 1 comment

Comments

@oixel
Copy link
Contributor

oixel commented Mar 14, 2025

Currently, the active sonar is using Gazebo's built-in gpu_lidar sensor as a makeshift active sonar; however, this lidar requires a GPU, so an alternative using Gazebo's regular "lidar" sensor should be implemented.

The main issue with this is that unlike gpu_lidar, the lidar sensor does not automatically publish the LaserScan and PointCloudPacked messages.

@aaliao
Copy link
Contributor

aaliao commented Mar 14, 2025

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