Skip to content

Commit

Permalink
add DecompUtil as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
sikang committed Jul 18, 2018
1 parent 9a8b0a2 commit 833e549
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "motion_primitive_library"]
path = motion_primitive_library
url = https://github.com/sikang/motion_primitive_library.git
[submodule "DecompROS"]
path = DecompROS
url = [email protected]:sikang/DecompROS.git
1 change: 1 addition & 0 deletions DecompROS
Submodule DecompROS added at 680477
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Packages:
- `motion_primitive_library`: back-end for planning trajectory in various environments
- `planning_ros_msgs`: ROS msgs used in storing, visualizing and communicating
- `planning_ros_utils`: ROS utils for interfacing with MPL, it also includes mapping and rviz plugins
- `DecompROS`: convex decomposition tool
- `mpl_external_planner`: planner that uses the
- `mpl_test_node`: examples code for simple testing

Expand All @@ -16,9 +17,8 @@ Packages:
- `ROS`(Indigo+)
- `SDL`(`sudo apt install -y libsdl1.2-dev libsdl-image1.2-dev`)
- [`catkin_simple`](https://github.com/catkin/catkin_simple)
- [`DecompROS`](https://github.com/sikang/DecompROS)

If the submodule `motion_primitive_library` is not initialized yet, run following commands at first:
To initialize the submodule `motion_primitive_library` and `DecompROS`, run following commands at first:
```bash
$ cd /PATH/TO/mpl_ros
$ git submodule update --init
Expand Down
3 changes: 0 additions & 3 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ build:
cp -a source catkin_ws/src/
cd catkin_ws/src
git clone https://github.com/catkin/catkin_simple.git
git clone https://github.com/sikang/DecompROS.git
cd DecompROS
git submodule update --init --recursive
- script:
name: install dependencies
code: |
Expand Down

0 comments on commit 833e549

Please sign in to comment.