The Wayback Machine - https://web.archive.org/web/20220411233432/https://github.com/topics/self-driving-car
Skip to content
#

self-driving-car

Here are 1,894 public repositories matching this topic...

ghost
ghost commented Jun 25, 2021

Hi, I am creating a simple project in Unity that uses a lidar sensor to detect objects and publishes the point cloud in ROS message.

I would like to know if there is a way to use your lidar sensor script to create a lidar sensor in my project and visualize the point cloud?

Could you please advise me on this? It would be appreciated if you could point out any related documents.

Thanks a l

good first issue answered
shanshanzhu
shanshanzhu commented Mar 2, 2019

Issues:

The repo use text-encoding lib in the utils https://github.com/uber/xviz/blob/master/modules/parser/src/utils/text-encoding.js#L18

text-encoding is deprecated and no longer maintained. Nodejs expose TextEncoder from util module in v8, and from global module in v11.
https://nodejs.org/api/util.html#util_class_util_textencoder
https://www.npmjs.com/package/text-encoding

enhancement good first issue

Improve this page

Add a description, image, and links to the self-driving-car topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the self-driving-car topic, visit your repo's landing page and select "manage topics."

Learn more