This is a repository for ROS code developed at the University of Maryland. Most of the included nodes have been developed for the Robotics@Maryland student group's robots.
Source code is available using git at http://ram.umd.edu/git/ros/.
Installation from Ubuntu packages
The camera_umd and gps_umd stacks are packaged and available for the "unstable" distribution. They are named ros-unstable-gps-umd and ros-unstable-camera-umd.
Installation from source
To install this repository from source, add any of the following lines to a rosinstall file:
- git: {local-name: camera_umd, uri: 'http://ram.umd.edu/git/ros/camera_umd.git', version: master}
- git: {local-name: gpgpu, uri: 'http://ram.umd.edu/git/ros/gpgpu.git', version: master}
- git: {local-name: gps_umd, uri: 'http://ram.umd.edu/git/ros/gps_umd.git', version: master}
- git: {local-name: joystick_umd, uri: 'http://ram.umd.edu/git/ros/joystick_umd.git', version: master}
- git: {local-name: power_supplies, uri: 'http://ram.umd.edu/git/ros/power_supplies.git', version: master}
- git: {local-name: proxy_tools, uri: 'http://ram.umd.edu/git/ros/proxy_tools.git', version: master}Then rerun rosinstall.
umd-ros-pkg
- Version Control: git git://ram.umd.edu/umd-ros-pkg.git
- Stacks
camera_umd
Software for USB cameras, stereo, streaming
- Author: Ken Tossell/ktossell@umd.edu
- License: GPL,BSD
- Packages: jpeg_streamer, uvc_camera, uvc_stereo
gpgpu
Tools for using GPU computing technology in ROS nodes.
- Author: Ken Tossell
- License: BSD
- Packages: cuda, cuda_tests
gps_umd
This stack provides a ROS binding for the GPS receivers that are supported by the GPSd software (http://gpsd.berlios.de/).
- Author: Ken Tossell
- License: BSD
- Packages: gps_common, gpsd_client
joystick_umd
Joystick drivers (PS3 with LED control)
- Author: Robotics@Maryland
- License: BSD
- Packages: ps3joy_umd
power_supplies
power_supplies
- Author: Maintained by
- License: BSD
- Packages: ctx2140, m4atx, power_msgs, power_srvs
proxy_tools
Tools for moving data between nodes while conserving bandwidth or avoiding network blockages
- Author: Ken Tossell
- License: BSD
- Packages: proxy






