Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hohoihung/bwi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bwi

This repository contains top-level ROS packages for the Building Wide Intelligence (BWI) project of the University of Texas at Austin Computer Science Department.

BWI Repository Hierarchy

Packages contained in various released BWI repostories may depend on other packages at the same or lower levels. Dependencies on packages from higher-level repositories are not permitted.

From top to bottom, the released repositories are:

Installation

From Source

To install all the BWI source components:

First, install ROS Hydro.

Next, clone the source repositories:

$ source /opt/ros/hydro/setup.bash
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws
$ wstool init src https://raw.githubusercontent.com/utexas-bwi/bwi/master/rosinstall/bwi.rosinstall

Install all dependencies:

$ rosdep install --from-paths src --ignore-src --rosdistro hydro -y

Then, build everything:

$ catkin_make
$ source devel/setup.bash

From Binary Packages

Not yet available. Coming soon.

$ sudo apt-get install ros-hydro-bwi

About

ROS packages for building wide intelligence project, University of Texas at Austin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 61.4%
  • CMake 38.6%