Skip to content

ROS packages used in MIL that are not specific to any robotic platform and run purely on a host computer

Notifications You must be signed in to change notification settings

uf-mil-archive/software-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains ROS packages used in MIL that are not specific to any robotic platform and run purely on a host computer.

This repository depends on uf-mil's rawgps-tools repository.

This repository also depends on the uEye drivers/IDS Software Suite, installable with:

# for 64 bit OS:
rm -fr /tmp/ueye && mkdir /tmp/ueye && cd /tmp/ueye && wget http://en.ids-imaging.com/tl_files/downloads/uEye_SDK/driver/uEye-Linux-4.72-64-bit.tgz && tar -xf * && sudo uEye-Linux-4.72-64-bit/ueyesdk-setup-4.72-usb-amd64.gz.run

This repository also depends on PyODE, but the version in Ubuntu 14.04 seems to be broken. Oddly, building it from source works. Run this to do so:

rm -fr /tmp/pyode-build && mkdir -p /tmp/pyode-build && cd /tmp/pyode-build && sudo apt-get build-dep -y python-pyode && sudo apt-get remove -y python-pyode && apt-get source --compile python-pyode && sudo dpkg -i python-pyode_*.deb

This repository also depends on Pygame, libfftw3, and pySerial, installable with:

sudo apt-get install python-pygame libfftw3-dev python-serial

About

ROS packages used in MIL that are not specific to any robotic platform and run purely on a host computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published