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

AttributeError: 'LaneNet' object has no attribute 'MODE' #6

Open
srajangoyal opened this issue Jun 20, 2023 · 2 comments
Open

AttributeError: 'LaneNet' object has no attribute 'MODE' #6

srajangoyal opened this issue Jun 20, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@srajangoyal
Copy link

File "/home/srajan/carla-sandbox/submodules/lib-avstack-core/avstack/ego/vehicle.py", line 26, in init
self._initialize_modules(t_init, ego_init, *args, **kwargs)
File "/home/srajan/carla-sandbox/submodules/lib-avstack-core/avstack/ego/vehicle.py", line 256, in _initialize_modules
"lane_lines": modules.perception.lanelines.LaneNet(),
File "/home/srajan/carla-sandbox/submodules/lib-avstack-core/avstack/modules/perception/base.py", line 25, in init
self.save_folder = os.path.join(save_folder, "perception", self.MODE)
AttributeError: 'LaneNet' object has no attribute 'MODE'

Could you please check this?

@roshambo919
Copy link
Member

LaneNet is not actually integrated yet. You can see that here.

We do have the LaneNet submodule linked here but have not yet made it avstack-compatible. We had one student working on this. I'll check and follow up.

If you want to work on integrating, that would be fantastic. I don't have the time at the moment.

@roshambo919 roshambo919 added the enhancement New feature or request label Jun 20, 2023
@roshambo919
Copy link
Member

@Shuchengzhang888 may have more insight on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants