Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ament commands with colcon #263

Merged
merged 1 commit into from
Jan 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cv_bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ cd /usr/lib/x86_64-linux-gnu/ && sudo ln -s libboost_python-py35.so libboost_pyt

cd <YOUR_ROS2_WORKSPACE>
git clone https://github.com/ros-perception/vision_opencv.git
cd vision_opencv
git checkout ros2
src/ament/ament_tools/scripts/ament.py build --build-tests --symlink-install
colcon build --symlink-install

```

Expand All @@ -54,7 +55,7 @@ Next to prepare runtime environment and run tests:
```bash

source <YOUR_ROS2_WORKSPACE>/install/local_setup.bash
ament test --skip-build --skip-install --only-packages cv_bridge
colcon test

```

Expand Down