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

rename carla autopilot class #4

Merged
merged 1 commit into from
Feb 2, 2024
Merged

rename carla autopilot class #4

merged 1 commit into from
Feb 2, 2024

Conversation

BenediktHaas96
Copy link
Collaborator

This fixes the issue where scenarios can't use the CARLA autopilot due to some parsing logic that expects control classes to follow this naming schema:
File / Classname
actor_control.py -> ActorControl (Works)
carla_autopilot.py -> CarlaAutoPilotControl (Doesn't work)
carla_autopilot.py -> CarlaAutopilot (Would work)
carla_auto_pilot_control.py -> CarlaAutoPilotControl (Would also work)

@BenediktHaas96 BenediktHaas96 self-assigned this Feb 2, 2024
Copy link
Member

@cgeller cgeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cgeller cgeller merged commit e7a22c6 into main Feb 2, 2024
1 of 4 checks passed
@cgeller cgeller deleted the fix/carla_autopilot branch February 2, 2024 14:40
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

Successfully merging this pull request may close these issues.

2 participants