Skip to content

Commit

Permalink
Add install instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Nov 25, 2019
1 parent 29717c1 commit 3410888
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,51 @@
<img src="http://moveit.ros.org/assets/images/moveit2_logo_black.png" alt="MoveIt! Logo" width="200"/>

-----
The MoveIt Motion Planning Framework for ROS 2

Contributions are being reviewed. Refer to https://github.com/acutronicrobotics/moveit2 for a fork maintained by @AcutronicRobotics that includes the latest changes.
We are currently working on the upcoming Beta version of MoveIt 2.
See the [MoveIt's website homepage](https://moveit.ros.org) for release dates and [this document](JAFAR's LINK) for our immediate migration progress.

-----
### Build from Source

> Note: Currently, only the moveit\_core packages are being compiled.
These instructions assume you are running on Ubuntu 18.04.

1. [Install ROS2 Dashing](https://index.ros.org/doc/ros2/Installation/Linux-Install-Debians/) (Make sure to set `export CHOOSE_ROS_DISTRO=Dashing` and to source `/opt/ros/dashing/setup.bash`)

1. [Install ROS2 Build Tools](https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/#install-development-tools-and-ros-tools)

1. Create a colcon workspace:

export COLCON_WS=~/ws_ros2/
mkdir -p $COLCON_WS/src
cd $COLCON_WS/src

1. Download the repository and install any dependencies:

git clone git@github.com:ros-planning/moveit2.git
vcs import < moveit2/moveit2.repos
rosdep install -r --from-paths . --ignore-src --rosdistro dashing -y

1. Configure and build the workspace:

cd $COLCON_WS
colcon build --event-handlers desktop_notification- status- --cmake-args -DCMAKE_BUILD_TYPE=Release

1. Source the workspace:

source $COLCON_WS/install/local_setup.bash


## Roadmap
The MoveIt! Motion Planning Framework **for ROS 2.0**
The MoveIt Motion Planning Framework **for ROS 2.0**

- [Milestones](#milestones)
- [Overview of MoveIt!](http://moveit.ros.org)
- [Installation Instructions](http://moveit.ros.org/install/)
- [Documentation](http://moveit.ros.org/documentation/)
- [Get Involved](http://moveit.ros.org/documentation/contributing/)

## Milestones
Refer to https://github.com/acutronicrobotics/moveit2#milestones

## Continuous Integration Status

Expand Down

0 comments on commit 3410888

Please sign in to comment.