Skip to content
Merged
Show file tree
Hide file tree
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
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ RoboQA-Temporal is an open-source, professional Python toolkit focused on automa

![RoboQA-Logo](.docs/roboqa_logo.png)

## Design/Components/Stories:

### User Stories:
> User Stories for this project can be found here - [USER_STORIES.md](.docs/USER_STORIES.md)

### User Design:
> User Desigs for this project can be found here - [USER_DESIGN.md](.docs/USER_DESIGN.md)

### User Components:
> User Components for this project can be found here - [USER_COMPONENTS.md](.docs/USER_COMPONENTS.md)

## Installation

Expand Down Expand Up @@ -50,7 +40,7 @@ cd roboqa-temporal
python3 -m venv venv

# Activate the virtual environment
source venv/bin/activate`
source venv/bin/activate

# 5. Source ROS
source /opt/ros/humble/setup.bash
Expand Down Expand Up @@ -193,6 +183,22 @@ roboqa anomaly path/to/bag_file.db3 --voxel-size 0.1 --max-points-for-outliers 5
- `--max-points-for-outliers 50000`: Skip outlier removal for point clouds exceeding this limit
- Use the pre-configured `examples/config_anomaly_kitti.yaml` for optimal KITTI settings


## User Stories/Design/Components
<details>
<summary><u>Click for more info</u></summary>

### User Stories:
> User Stories for this project can be found here - [USER_STORIES.md](.docs/USER_STORIES.md)

### User Design:
> User Desigs for this project can be found here - [USER_DESIGN.md](.docs/USER_DESIGN.md)

### User Components:
> User Components for this project can be found here - [USER_COMPONENTS.md](.docs/USER_COMPONENTS.md)

</details>

## Project Structure

(For more details check [here](PROJECT_STRUCTURE.md))
Expand Down
36 changes: 0 additions & 36 deletions tests/test_bag_loader.py

This file was deleted.

44 changes: 0 additions & 44 deletions tests/test_detection_pipeline.py

This file was deleted.

Loading