Neuvition LiDAR Recommended

Neuvition LiDAR Recommended

Model Titan S2-70 Titan S2-120
Distance 0.3-18m @ 20% 0.3-18m @ 20%
Resolution H240 x V100 H220 x V128
Field of View H70°V30° H120°V70°
Angular Resolution H0.3° V0.3° H0.5° V0.5°

Titan S2- 3D Flash LiDAR for Directed Obstacle Avoidance

Titan S2- 3D Flash LiDAR for Directed Obstacle Avoidance

Main Features:

  • High angular resolution: 0.3-0.5°, accurately identify obstacle positions;
  • Small size, can be embedded in the machine;
  • Pure solid-state without rotating parts, reliable and stable quality;
  • No echo interference, no false alarms (ground unevenness, etc.).

Contact Us

If you have any questions or suggestions, please leave a message, we will get in touch with you within 24 hours!

Phone:+1 888-487-8667

Corporate vision:Better vision for smarter future
✔︎
// 提交订阅 $("#btn-subscribe").click(function () { let email = $("#email").val(); if (email == '') { alert('This email is required'); return false } $.ajax({ type: 'post', url: 'https://system.neuvition.cn/api/customer/en', data: { company: 'subscribe customer', email: email, json: jsonStr, message: 'subscribe message', }, cache: false, dataType: 'json', success: function (result) { alert('Successfully Subscribed!'); }, error: function (data) { console.log("err"); } }); console.log(email) })