Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 429 Bytes

Teknic Clearpath-SC ROS Workspace

Under development

Exar Kernel Driver Install

This specific driver works only with Teknic's communication HUB. It will fix the overlapping issue with the cdc_acm driver.

cd Exar_USB_Serial_Kernel_Driver
make
sudo cp xr_usb_serial_common.ko /lib/modules/`uname -r`
sudo depmod -a
sudo modprobe xr_usb_serial_common

ROS INSTALL

catkin_make
source devel/setup.bash