Skip to content

Commit

Permalink
Added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSandrini committed Aug 22, 2024
1 parent 2e5a2d2 commit d531199
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# - name: install python dep
# run: |
# python3 -m pip install -r requirements.txt
- name: install python dep
run: |
python3 -m pip install -r requirements.txt
- name: build and test
uses: ros-tooling/action-ros-ci@0.3.3
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,20 @@ This library is designed to facilitate the integration and management of cameras
- 🛠️ **Post-Processing:** The ability to apply a post-processing function to the acquired frames.
- 🔧 **ROS2 Integration:** Uses ROS2 topics and parameters to manage data.

### Installation

To install the library, clone the repository and build it using colcon (inside src folder of your workspace):

```bash
git clone https://github.com/your-repo/vision_system.git
cd vision_system
pip install -r requirements.txt
cd ..
colcon build --symlink-install
```

## Usage

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/SamueleSandrini/vision_system/blob/main/LICENSE) file for details.

0 comments on commit d531199

Please sign in to comment.