Skip to content
forked from NXROBO/spark

This repository contains the ROS wrapper of Sparks's driver plus various ROS applications.

Notifications You must be signed in to change notification settings

junjian-zhang/spark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark

This repository contains the ROS wrapper of Sparks's driver plus various ROS applications.This is a meta-package.

Table of Contents

  1. Packages Overview
  2. Usage
  3. Mirror

Packages Overview

  • spark_v04 : spark 0.4 driver including base driver, camera driver, robot description, teleop package, and follow person package and so on.
  • tools : it contains the 3rd part openni2 driver which camera driver uses.
  • doc : it shows that how to compile and use this meta-package.

Usage

Prequirement

  • System: Ubuntu 14.04
  • ROS Version: Indigo(Desktop-Full Install)

Compile

Build this compile with the following steps:

#make a workspace
mkdir -p sparkws/src
cd sparkws/src
git clone https://github.com/NXROBO/spark.git
cd ..
#install dependence package
./src/spark/doc/install.sh
#Compile
catkin_make
#Install
catkin_make install

If everything goes fine, test the follow-person example as follow:

./install/follow_run.sh

Mirror

We also provide a downloadable mirror whose all environments have been configured.

About

This repository contains the ROS wrapper of Sparks's driver plus various ROS applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.6%
  • CMake 7.9%
  • C 4.1%
  • Python 2.2%
  • Shell 0.2%