Wiki for Livox Lidar Mid-40 integration with Inertial Sense µINS

1,211 views
Skip to first unread message

Noli Sicad

unread,
Sep 26, 2019, 12:36:39 AM9/26/19
to Livox LiDARs
Hi,

It seems that Livox Mid-40 has properly integrated with  Inertial Sense µINS.



When are you going to publish a wiki or github on this project?

Or ROS Wiki for Livox Lidar Mid-40 integration with Inertial Sense µINS?

Thanks.

Noli

Seth Zora

unread,
Feb 4, 2020, 5:32:30 PM2/4/20
to Livox LiDARs
Agreed. I just purchased their INS today and would love some guidance on how to best proceed. Make it easy for a new person to follow please.

rusla...@gmail.com

unread,
Feb 5, 2020, 11:52:09 PM2/5/20
to Livox LiDARs
Dear Seth, 
Were you able to obtain some guidance on how to proceed with that? I would really appreciate your help,
Or anyone else's =)

Seth Zora

unread,
Feb 6, 2020, 7:50:18 AM2/6/20
to Livox LiDARs
Still a work in progress. Livox arrives today and INS tomorrow.

Livox Dev Team

unread,
Feb 11, 2020, 8:30:26 AM2/11/20
to Livox LiDARs
Livox Lidar Mid-40 integration with Inertial Sense µINS will be updated in github wiki in next few days.

Michael Smith

unread,
Feb 11, 2020, 9:52:18 AM2/11/20
to Livox LiDARs
Feel free to reach out to me and I can try to help in whatever way I can. Just finished setting up a Mid40 with Inertial Sense µINS. It's been quite a process as like you alluded to, none of the documentation currently available is suitable for the µINS, but everything is up and running now.

Seth Zora

unread,
Feb 11, 2020, 10:18:38 AM2/11/20
to Livox LiDARs
Can you email me directly? I’m working on setting this up myself. My email is zor...@aerdia.com. Thank you.

Livox Dev Team

unread,
Feb 12, 2020, 10:50:40 PM2/12/20
to Livox LiDARs
Integrating Livox LiDARs with μINS‘s’ document has been updated at https://github.com/Livox-SDK/LivoxIntegration/blob/master/Integrating%20Livox%20LiDARs%20with%20INS.md,  if there is anything unclear please tell us.

Seth Zora

unread,
Feb 12, 2020, 11:08:46 PM2/12/20
to Livox LiDARs
Thanks for the update. What about using the raspberry pi 4b as it has better specs?

Livox Dev Team

unread,
Feb 13, 2020, 5:06:28 AM2/13/20
to Livox LiDARs
Sorry,  we didn't test it on raspberry pi 4b.

Michael Smith

unread,
Feb 14, 2020, 1:27:07 PM2/14/20
to Livox LiDARs
Trying to use the lidar_utc_sync sample with the Mid-40. The GPRMC signal coming from the INS is accurate, but I am receiving a "Lidar set GPRMC synchronization time error code: -3" message. I haven't been able to find any information in documentation about this. Are you able to provide any insight on how to fix this error code?

Seth Zora

unread,
Feb 14, 2020, 3:52:12 PM2/14/20
to Livox LiDARs
Are you using this on a drone?

Livox Dev Team

unread,
Feb 16, 2020, 10:50:00 PM2/16/20
to Livox LiDARs
I'm sorry Livox-SDK v2.0.0 currently only supports Horizon‘s UTC synchronization,  not well support for Mid40.

Documentation  and well support for Mid-40 on lidar_utc_sync sample will be updated in next Livox-SDK release.

If you want to use the lidar_utc_sync sample with the Mid-40, a temporary solution is: 

1. Update Mid40's firmware to v03.07.0000 or above (through the Livox Viewer).
from: 
  if (device_manager().device_mode() != kDeviceModeLidar
      || device_manager().IsLidarMid40(handle)) {
    return kStatusNotSupported;
  }
to:
  if (device_manager().device_mode() != kDeviceModeLidar)  {
    return kStatusNotSupported;
  }
and then rebuild Livox-SDK, it will be worked with Mid-40 to use the lidar_utc_sync sample.

rusla...@gmail.com

unread,
Mar 3, 2020, 6:18:12 AM3/3/20
to Livox LiDARs
It's awesome you are here, Michael,

Could you please email me directly to rusla...@gmail.com or whatsapp me on +77472957069?

Thanks in advance

hdemel...@gmail.com

unread,
Mar 5, 2020, 8:53:47 AM3/5/20
to Livox LiDARs
Hello, Did you use Raspberry Pi 3 B+? I know you have a requirement for Ubuntu 16.04, however there is not an official Raspberry Pi release for the 3.B+. I have just purchased my first MID-40, I plan to use the InertialSense uIMU. Also, any planned updates to Livox Viewer or SDK? Thanks.

Rishu Bagla

unread,
Aug 10, 2020, 12:12:59 PM8/10/20
to Livox LiDARs
Hi, is m40 integration with inertial sense UINS kit is ready to use product using livox SDX. Is anyone successful to integrate it with drone as presented in Livox showcase, if yes how much is the expected RMS Accuracy and approx cost.
I read all the comments in different groups but no where any found any strong evidence of confirmation.
It will be highly appreciated if anyone provide any useful insight on it.

Nicholas Dryer

unread,
Oct 7, 2020, 10:51:03 AM10/7/20
to Livox LiDARs
I am following the instructions on the block diagram using the uINS from inertial sense. Are the pins correct in the block diagram or should i follow the pins from manufacturer? 

Thanks

rusla...@gmail.com

unread,
Oct 28, 2020, 5:03:42 AM10/28/20
to Livox LiDARs
It's better to use Rpi4, I tried to use rpi 3. and used the experimental version of Ubuntu

Bill Webber

unread,
Mar 26, 2021, 3:01:59 PM3/26/21
to Livox LiDARs
I have the Mid-40, the Inertial Sense INS, and Raspberry Pi 4B.  I've been successful at running lidar_utc_sync and lidar_lvx_file.  These two programs cannot be run at the same time without disconnecting the Mid40.  Somehow the code needs to be merged together into a single executable, which I'm having trouble with.  Anyone have any suggestions?  

Praks Mark

unread,
Mar 15, 2023, 5:14:57 PM3/15/23
to Livox LiDARs
Hi Bill,

I just started with the same project but with the basic level - it would be really helpful if I could have you help on starting up.

Best,
P

Reply all
Reply to author
Forward
0 new messages