Skip to content

rthill91/homework5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SETUP::

1. Downloading & setting permissions

### assuming you already setup from https://github.com/fembots-2k16/configuring-ubuntu

$ cd ~

$ git clone https://github.com/fembots-2k16/piberry-launch

$ sudo apt-get install ros-indigo-hokuyo-node ros-indigo-amcl ros-indigo-map-server ros-indigo-move-base ros-indigo-dwa-local-planner

2. Updating launch file to look at piberry launch directory

a. change all the path names in navigation.launch to point to /home/<username>/piberry-launch

b. note, this will just involve changing "saturn" in all of those paths to your username

---------TAB 1------------------------------------

$ roscore

---------TAB 2------------------------------------

$ cd ~/piberry-launch/

# make sure the robot is turned on!

$ sh enableRobot.sh

$ roslaunch pioneer.launch

---------TAB 3------------------------------------

$ cd ~/piberry-launch

# if you run into an error with urdf or something, try to source devel/setup.bash before running navigation.launch

$ source ~/catkin_ws/devel/setup.bash

$ roslaunch navigation.launch

--------------TAB 3.5 (optional)0000000----------

$ rosrun rviz rviz

About

search and "rescue" competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Roff 1.6%
  • Shell 0.3%