[Documentation] [TitleIndex] [WordIndex

Only released in EOL distros:  

Documentation

This stack provides tools for remote robotic control, teleo-op, and remote labs. This stack in combination with packages from the brown-ros-pkg provide the code used to create the Pr2 Remote Lab.

Installation

  Show EOL distros: 

The following rosinstall file will get everything for you:

- svn: 
    local-name: remote_lab
    uri: 'http://svn.code.sf.net/p/bosch-ros-pkg/code/branches/electric/stacks/remote_lab'
- svn: 
    local-name: rosbridge
    uri: 'https://brown-ros-pkg.googlecode.com/svn/trunk/distribution/brown_remotelab/rosbridge'

Note: To use the rosinstall file, create a new directory (e.g. remote_lab), create a file named .rosinstall in this folder and paste the above text into it, go to the directory in a terminal and type

rosinstall . /opt/ros/electric
source ./setup.sh
rosmake remote_lab

Please refer to the rosinstall page for more details.


2025-03-29 16:17