OUXT-Polaris / robotx_packages

ROS packages for Maritime RobotX Challenge
http://robotx.osaka/
29 stars 10 forks source link

add rosdep.sh -> delete rosdep.sh #18

Closed hakuturu583 closed 6 years ago

hakuturu583 commented 6 years ago

Status

DEVELOPMENT

Description

add rosdep.sh Before you setup this package, you should sh rosdep.sh

Related PRs

No Related PRs

branch PR

Todos

Steps to Test or Reproduce

sh rosdep.sh
RyodoTanaka commented 6 years ago

@hakuturu583 We do not need this script, I think. Because, following command is enough to install dependent packages. And also, the dependent packages should be written in each package.xml.

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

I already wrote this command on README on master branch .

Best Regards.

RyodoTanaka commented 6 years ago

Or, If it does not works on your computer, you should run following command before running rosdep install command..

$ rosdep update
RyodoTanaka commented 6 years ago

@hakuturu583 Now, I deleated rosdep.sh. Please revew it.

Best Regards.

hakuturu583 commented 6 years ago

Thanks