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

Add sensor “lidar.ray_cast_semantic” #114

Open
JessicaFerrara opened this issue Jul 8, 2024 · 1 comment
Open

Add sensor “lidar.ray_cast_semantic” #114

JessicaFerrara opened this issue Jul 8, 2024 · 1 comment

Comments

@JessicaFerrara
Copy link

Hi.
I need to add the sensor "sensor.lidar.ray_cast_semantic" in Carla, I have a script where I spawn the sensor. But when I run the bridge it gives the error "CarlaIssue: 'sensor not exists'". I don't need to use it in autoware so I don't need to pass any data to autoware, just into Carla. I also tried editing sensor bridge files like world.py or lidar.py but the error did not resolve. To add this sensor do I need to edit any particular files or do anything else?

@evshary
Copy link
Owner

evshary commented Jul 9, 2024

I think there is a bug here
https://github.com/evshary/zenoh_carla_bridge/blob/ea2c19861caeded9ff44109f2403c6b955975e96/src/autoware.rs#L134
This should be modified as list_lidar_semantics.

However, you can just comment the SensorType::LidarRayCastSemantic part and compile again if you don't need to bridge this to the Autoware.

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