Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmguerreroh authored Jul 22, 2024
1 parent 0bb6c13 commit f05ed8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Computer Vision Examples

![distro](https://img.shields.io/badge/Ubuntu%2022-Jammy%20Jellyfish-green)
![distro](https://img.shields.io/badge/ROS2-Humble-blue)
[![humble](https://github.com/jmguerreroh/computer_vision/actions/workflows/master.yaml/badge.svg?branch=humble)](https://github.com/jmguerreroh/computer_vision/actions/workflows/master.yaml)
![distro](https://img.shields.io/badge/ROS2-Jazzy-blue)
[![humble](https://github.com/jmguerreroh/computer_vision/actions/workflows/master.yaml/badge.svg?branch=jazzy)](https://github.com/jmguerreroh/computer_vision/actions/workflows/master.yaml)

This project contains code examples created in Visual Studio Code for Computer Vision using C++ & OpenCV & Point Cloud Library (PCL) in ROS 2. These examples are created for the Computer Vision Subject of Robotics Software Engineering Degree at URJC.

This package is recommended to use with the [TIAGO](https://github.com/jmguerreroh/tiago_simulator) simulator.
~~This package is recommended to use with the [TIAGO](https://github.com/jmguerreroh/tiago_simulator) simulator.~~ *Under migration

# Installation

You need to have previously installed ROS 2. Please follow this [guide](https://docs.ros.org/en/humble/Installation.html) if you don't have it.
You need to have previously installed ROS 2. Please follow this [guide](https://docs.ros.org/en/jazzy/Installation.html) if you don't have it.
```bash
source /opt/ros/humble/setup.bash
source /opt/ros/jazzy/setup.bash
```

Clone the repository to your workspace:
```bash
mkdir -p ~/cv_ws/src
cd ~/cv_ws/src/
git clone https://github.com/jmguerreroh/tiago_simulator.git
git clone https://github.com/jmguerreroh/computer_vision.git
cd ~/cv_ws/
rosdep install --from-paths src --ignore-src -r -y
```
Expand Down

0 comments on commit f05ed8d

Please sign in to comment.