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

Fatal error LiDAR.h No such file or directory #50

Open
Vincent-WangCH opened this issue May 30, 2023 · 6 comments
Open

Fatal error LiDAR.h No such file or directory #50

Vincent-WangCH opened this issue May 30, 2023 · 6 comments
Labels
bug Something isn't working synthetic Related to Helios synthetic data generation

Comments

@Vincent-WangCH
Copy link

I have update from agml=0.4.6 to agml=0.5.0 and encounter "fatal error: LiDAR.h: No such file or directory" error when running "agml.synthetic.reinstall_helios()".

I have tried to use "pip install lidar" and that doesn't solve the error.

I am using wsl2 with win11

@amogh7joshi
Copy link
Collaborator

Hey @Vincent-WangCH, you need to use the lidar_enabled option: e.g., agml.synthetic.reinstall_helios(lidar_enabled = True). The lidar PyPi package is not used in this project, so pip install lidar won't do anything. Let me know if this helps.

@amogh7joshi amogh7joshi added bug Something isn't working synthetic Related to Helios synthetic data generation labels Jun 2, 2023
@amogh7joshi
Copy link
Collaborator

@Vincent-WangCH, are you still having trouble with this issue?

@sahith-vancha
Copy link

Hey @amogh7joshi I have tried the mentioned step above but I'm getting the below error. Could you please help me ?

TypeError Traceback (most recent call last)
Cell In[3], line 1
----> 1 agml.synthetic.reinstall_helios(lidar_enabled = True)

TypeError: reinstall_helios() got an unexpected keyword argument 'lidar_enabled'

@masonearles
Copy link
Contributor

@dariojavo Any thoughts on this?

@dariojavo
Copy link
Contributor

Hi @sahith-vancha,

I imagine you are having the LiDAR.h: No such file or directory error prior to this one. Could you please try to remove your Helios installation folder manually? You can find it in the corresponding environment that you are using. For example:

/home/user/anaconda3/envs/example/lib/python3.8/site-packages/agml/_helios/Helios/

you can remove the 'Helios' folder and run your code again. Now, the latest version of Helios will be download with the updates that we have made to run it from AgML, including the LiDAR plugin.

@masonearles
Copy link
Contributor

@Vincent-WangCH Did this resolve your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working synthetic Related to Helios synthetic data generation
Projects
None yet
Development

No branches or pull requests

5 participants