Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

machinehead/dnepr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnepr

Building dnepr_quadro_control

Prepare the system

Set up apt for ROS

Working folder

  • Git clone dnepr_quadro_control to /home/pi/projects/dnepr/RaspberryPi/dnepr_quadro_control
  • $ export ROS_PACKAGE_PATH=/home/pi/projects/dnepr/RaspberryPi:$ROS_PACKAGE_PATH
  • $ cd dnepr_quadro_control
  • $ source setup.bash
  • $ rosdep update (? maybe don't need this)
  • $ sudo apt-get install ros-groovy-openni-camera
  • $ sudo apt-get install ros-groovy-opencv2
  • $ make

Running

  • $ sudo apt-get install ros-groovy-roslaunch
  • $ roscore # should work
  • $

"Failed to download target platform data for gbpdistro" error at "rosdep update" step

(http://answers.ros.org/question/9201/how-do-i-install-a-missing-ros-package/)

  • sudo pip uninstall rosdep
  • sudo pip install rosdep

Starting from scratch with ROS

  • Get fresh Raspbian "wheezy" here: http://www.raspberrypi.org/downloads
  • Start it with a monitor & kb, do initial $ raspi-config
  • SSH
  • Follow instructions for ROS binary packages here: http://www.ros.org/wiki/groovy/Installation/Raspbian
  • $ sudo apt-get install ros-groovy-ros-comm ros-groovy-roslaunch
  • $ cd /opt/ros/groovy
  • $ source setup.bash
  • Git clone dnepr_quadro_control to /home/pi/dnepr/RaspberryPi/dnepr_quadro_control
  • $ export ROS_PACKAGE_PATH=/home/pi/projects/dnepr/RaspberryPi:$ROS_PACKAGE_PATH
  • $ sudo rosdep init
  • $ sudo rosdep update
  • $ rosdep install dnepr_quadro_control

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors