Skip to content

Commit

Permalink
update mpl to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sikang committed Oct 17, 2018
1 parent 0419e9b commit 9ce65cd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MRSL Motion Primitive Library ROS
[![wercker status](https://app.wercker.com/status/d282a628f39dac13997c792b2298bde0/s/master "wercker status")](https://app.wercker.com/project/byKey/d282a628f39dac13997c792b2298bde0)
- - -
A ROS wrapper for [Motion Primitive Library](https://sikang.github.io/motion_primitive_library/) v1.1. Video of the original paper of "Search-based Motion Planning for Quadrotors using Linear Quadratic Minimum Time Control" has been uploaded at the follwing link: [youtube](https://youtu.be/LMe72buMky8).
A ROS wrapper for [Motion Primitive Library](https://sikang.github.io/motion_primitive_library/) v1.2. Video of the original paper of "Search-based Motion Planning for Quadrotors using Linear Quadratic Minimum Time Control" has been uploaded at the follwing link: [youtube](https://youtu.be/LMe72buMky8).
The package is still under maintenance, the API may change occasionally, please use `git log` to track the latest update.

Packages:
Expand All @@ -15,7 +15,6 @@ Packages:
## Installation
#### Dependancy:
- `ROS`(Indigo+)
- `SDL`(`sudo apt install -y libsdl1.2-dev libsdl-image1.2-dev`)
- [`catkin_simple`](https://github.com/catkin/catkin_simple)

##### Compile
Expand Down
2 changes: 1 addition & 1 deletion motion_primitive_library
3 changes: 0 additions & 3 deletions planning_ros_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<depend>planning_ros_msgs</depend>
<depend>tf_conversions</depend>

<depend>sdl</depend>
<depend>sdl-image</depend>

<export>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
Expand Down
1 change: 0 additions & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ build:
sudo apt-get update
rosdep update
rosdep install --from-paths . --ignore-src -y -r --as-root apt:false
sudo apt install -y libsdl1.2-dev libsdl-image1.2-dev
- script:
name: build
code: |
Expand Down

0 comments on commit 9ce65cd

Please sign in to comment.