Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Update README.md for ROS2 dashing
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoli2 authored Nov 8, 2019
1 parent a20c92d commit 7693105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
## Introduction
This package defines the object messages for ROS2. For ROS, you can find the object messages definition [here](https://github.com/intel/object_msgs).

* Install ROS2 Ardent ([guide](https://github.com/ros2/ros2/wiki/Linux-Install-Debians))
* Create a ROS2 ament workspace
* Install ROS2 Dashing ([guide](https://index.ros.org/doc/ros2/Installation/Dashing/Linux-Install-Debians/))
* Create a ROS2 workspace
```Shell
mkdir -p ~/ros2_ws/src
```
Expand All @@ -12,7 +12,7 @@ mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/intel/ros2_object_msgs
cd ~/ros2_ws
ament build
colcon build --symlink-install
source install/local_setup.bash
```

Expand Down

0 comments on commit 7693105

Please sign in to comment.