Skip to content

ros-autom/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 

Repository files navigation

//WORK IN PROGRESS//

Get familiar with ROS

Follow the notes descripted at the pdf file in https://github.com/ros-autom/notes -> ROS Manual directory

ROS-autom team sources


This section requires the knowledge of Get familiar with ROS.

Grab our sources:


1)Run

mkdir -p ~/husky_kinetic/src

To create your workspace folder. This is also descripted in the notes file which we will use later Notes' workspace is catkin_ws.Our sources use 'husky_kinetic' as workspace directory 2)Initialize our manifest:

repo init -u git://github.com/ros-autom/manifest.git -b master

3)Download the source code:

repo sync 

If,for any reason, you cant download our sources use :

repo sync --force-sync

to make git process brutally download the sources. You can also use

repo sync -j1

if your internet connection is bad

Run our scripts ( Advanced )


the 'repo sync' command will grab the proprietary scripts to run all our executables.

Run our Android implementation


1)Build Android APP

Detailed information about android app is located here

2)Install the android APK to your device

3)Run from your workspace:

 cd android_package
 ./android.sh

and follow the instructions

If you have uninstalled dependencies run in your workspace:


$ rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •