velodyne

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2022 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Overview

Package velodyne implements a general velodyne LIDAR as a camera.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, logger golog.Logger, port, ttlMilliseconds int) (camera.Camera, error)

New creates a connection to a Velodyne lidar and generates pointclouds from it.

Types

type AttrConfig added in v0.1.2

type AttrConfig struct {
	Port  int `json:"port"`
	TTLMS int `json:"ttl_ms"`
}

AttrConfig is the config for a veldoyne LIDAR.

func (*AttrConfig) Validate added in v0.1.2

func (config *AttrConfig) Validate(path string) error

Validate ensures all parts of the config are valid.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL