All these tutorials assume that you have setup your tutorial workspace. If you have not done so click here.

Setting up the ROS tutorial workspace

This describes how to setup your environment for tutorials.

Create a file named ~/tutorials.rosinstall with the following content:

- other: { local-name: workspace }

cturtle    boxturtle   

To overlay on cturtle:

rosinstall ~/tutorials /opt/ros/cturtle ~/tutorials.rosinstall

To overlay on boxturtle:

rosinstall ~/tutorials /opt/ros/boxturtle ~/tutorials.rosinstall

To use this workspace whenever you open a new terminal setup your ROS environment by typing:

source ~/tutorials/setup.bash

Sourcing this file adds ~/tutorials/workspace to your ROS_PACKAGE_PATH. Any packages you create in that directory will be found by rospack.

An alternative is to add this to your .bashrc, but remember that this will persist in your .bashrc into the future, and you can only have one environment setup. For more on what this is doing see this page

Beginner Tutorials

  1. Writing a simple 3D visualization for rosjs

    This tutorial covers using rosjs to write a simple 3D visualization in the browser.

  2. Using interactive markers with rosjs

    This tutorial describes using interactive markers in wviz

Intermediate Tutorials

No results found.

Advanced Tutorials

No results found.

Create a new tutorial

Wiki: rosjs_tutorials/Tutorials (last edited 2011-04-07 02:09:00 by BenjaminPitzer)