UTRA-ART / Caffeine

Caffeine on ROS for IGVC
18 stars 2 forks source link

CAFF-147: Added Package and Launch Files to Run New Lidar #149

Closed vhyhuang closed 1 year ago

vhyhuang commented 1 year ago

Sensor updates:

Notes:

The computer that will have a usb connection to the new lidar must have the port configured using udev rules. Instructions:

  1. Navigate to /etc/udev/rules.d
  2. Create a file called 80-local.rules (if there is not one there already). 80-local.rules needs the following line in it to automatically configure the USB port for the new lidar whenever it is plugged in:

    KERNEL=="ttyUSB*", MODE="0666"

sudo access is needed for creating/modifying 80-local.rules. (I used vim to do this.)

The lidar needs to be mounted such that the x axis in this diagram points to the front of Caffeine.

image

Example output from new lidar:

image