satiowadahc / Teknic-ClearPath-SC-ROS

Teknic's software controlled servo - ros workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Teknic's software controlled servo - ros workspace

License:GNU General Public License v3.0


Languages

Language:C++ 80.6%Language:C 19.0%Language:CMake 0.2%Language:Objective-C 0.2%Language:Makefile 0.0%