Skip to content

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

Open
@Vincent-WangCH

Description

@Vincent-WangCH

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

Activity

amogh7joshi

amogh7joshi commented on Jun 2, 2023

@amogh7joshi
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.

added
bugSomething isn't working
syntheticRelated to Helios synthetic data generation
on Jun 2, 2023
amogh7joshi

amogh7joshi commented on Jul 14, 2023

@amogh7joshi
Collaborator

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

sahith-vancha

sahith-vancha commented on Aug 31, 2023

@sahith-vancha

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

masonearles commented on Sep 2, 2023

@masonearles
Contributor

@dariojavo Any thoughts on this?

dariojavo

dariojavo commented on Sep 5, 2023

@dariojavo
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

masonearles commented on May 1, 2024

@masonearles
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingsyntheticRelated to Helios synthetic data generation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dariojavo@masonearles@amogh7joshi@sahith-vancha@Vincent-WangCH

        Issue actions

          Fatal error LiDAR.h No such file or directory · Issue #50 · Project-AgML/AgML