You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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:
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.
Activity
amogh7joshi commentedon Jun 2, 2023
Hey @Vincent-WangCH, you need to use the
lidar_enabled
option: e.g.,agml.synthetic.reinstall_helios(lidar_enabled = True)
. Thelidar
PyPi package is not used in this project, sopip install lidar
won't do anything. Let me know if this helps.amogh7joshi commentedon Jul 14, 2023
@Vincent-WangCH, are you still having trouble with this issue?
sahith-vancha commentedon Aug 31, 2023
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 commentedon Sep 2, 2023
@dariojavo Any thoughts on this?
dariojavo commentedon Sep 5, 2023
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 commentedon May 1, 2024
@Vincent-WangCH Did this resolve your issue?