Skip to content

mmwise/sphero_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sphero_ros

checkout the docs

=======

Installation

Installation is now based on catkin:

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