Skip to content

byu-aml-lab/sphero_ros

 
 

Repository files navigation

This project is forked from Sphero ROS( https://github.com/mmwise/sphero_ros ).

BB-8 driver (from https://github.com/jchadwhite/SpheroBB8-python) is used in creating ROS node support.

sphero_ros

checkout the docs

=======

Installation

Installation is now based on catkin:

  cd <ws>/src
  git clone https://github.com/dqyi11/sphero_ros
  cd <ws>
  catkin_make
  catkin_make install
  source <ws>/install/setup.bash
  ...

BB8 driver

The connection is through BLUETOOTH LE

  hcitool dev
  hcitool (-i hci1) lescan
  hciconfig hci0 up/down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.3%
  • Makefile 3.1%
  • CMake 2.6%