Skip to content

Commit

Permalink
chore: add warning for custom messages
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <baris@leodrive.ai>
  • Loading branch information
Barış Zeren committed Sep 3, 2024
1 parent 358c39c commit d9a4c3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/datasets/data-anonymization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@ blur:
The tool provides two options to anonymize images in ROS 2 bag files.
!!! warning
If your ROS 2 bag file includes custom message types from Autoware or any other packages, you should source the
their workspaces before running the tool.
You can source Autoware workspace with the following command.
```bash
source /path/to/your/workspace/install/setup.bash
```

### Option 1: Anonymize with Unified Model

You should provide a single rosbag and tool anonymize images in rosbag with a unified model. The model is a combination
Expand Down

0 comments on commit d9a4c3e

Please sign in to comment.