ROS packages for Maritime RobotX Challenge 2018. This packages include Simulation,Remote Viewer, Control System, etc...
master | develop |
---|---|
$ cd <catkin_ws>/src
$ git clone https://github.com/OUXT-Polaris/robotx_packages.git
$ cd <catkin_ws>
$ rosdep install -i -r -y --from-paths src --rosdistro kinetic
$ cd <catkin_ws>
$ catkin_make
$ source devel/setup.bash
roslaunch robotx_gazebo robotx_gazebo.launch
branch for competitions (all nodes should be work completely)
branch for development (include under developing nodes)
branch for developing each feature
branch for fixing each bug
/devel/feature/(feature_name) and /devel/fix/(bug_name) feature branch merged to /master branch