Code Monkey home page Code Monkey logo

getting-started's Introduction

Before you start, request to join the mailing list, put your possible meeting times in the poll, and request access to the to-do list.

If anything is unclear or you run into a problem following this tutorial, ask a question on the mailing list. If you find a problem with this documentation, submit a bug report using the issue tracker on this page.

  1. Install Ubuntu

Only Ubuntu 13.04 is supported. The 64-bit version is strongly recommended.

Upgrade an existing install of Ubuntu or download a CD image from http://releases.ubuntu.com/raring/.

Using a VM is not recommended - it requires a much more powerful system and causes problems with 3D graphics.

  1. Install ROS Hydro

Follow all the instructions at http://wiki.ros.org/hydro/Installation/Ubuntu. Make sure to do the "Desktop-Full Install," as opposed to the "Desktop Install" or "ROS-Base."

  1. Make workspace

Follow all the instructions at http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment.

The linked tutorial omits this, but you have to add the following to your .bashrc, after source /opt/ros/hydro/setup.bash (which was added during the tutorial) in order to finish setting up your workspace:

source ~/catkin_ws/devel/setup.bash

After adding those lines to your .bashrc file, open a new shell so the settings take effect.

  1. Install required packages and add required repositories

Read the README in each of the ROS package repositories at https://github.com/uf-mil.

  1. https://github.com/uf-mil/rawgps-tools
  2. https://github.com/uf-mil/software-common
  3. https://github.com/uf-mil/hardware-common
  4. https://github.com/uf-mil/SubjuGator
  5. https://github.com/uf-mil/PropaGator

The repositories have several dependencies and provide the commands you need to run to install them.

  1. Add uf-mil repositories

roscd && cd ../src && mkdir uf-mil && cd uf-mil && for A in rawgps-tools software-common hardware-common SubjuGator PropaGator ; do git clone https://github.com/uf-mil/$A.git ; git clone https://github.com/txros/txros.git ; done
  1. Run catkin_make

catkin_make -C ~/catkin_ws

This command should complete without any errors if everything works.

  1. Complete

At this point, you can start a roscore and try running the SubjuGator simulator with:

roscore &
rosrun subsim sim

The simulator's user interface is documented in the README file in its package directory.

Look at the to-do list (linked at the top) to find something to work on.

Updating uf-mil repositories

Go in each directory within ~/catkin_ws/src/uf-mil and type git pull. After that, recompile by running catkin_make -C ~/catkin_ws.

getting-started's People

Contributors

forrestv avatar rzavo76 avatar sppalecek avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.