Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 4, 2025
1 parent 139eb02 commit 33893cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions map/autoware_pointcloud_divider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ How the PCD file is named

1. Dividing point clouds without downsampling.

```bash
ros2 launch autoware_pointcloud_divider pointcloud_divider.launch.xml input_pcd_or_dir:=<INPUT_DIR> output_pcd_dir:=<OUTPUT_DIR> prefix:=test leaf_size:=-0.1
```
```bash
ros2 launch autoware_pointcloud_divider pointcloud_divider.launch.xml input_pcd_or_dir:=<INPUT_DIR> output_pcd_dir:=<OUTPUT_DIR> prefix:=test leaf_size:=-0.1
```

1. Dividing and downsampling point clouds.

```bash
ros2 launch autoware_pointcloud_divider pointcloud_divider.launch.xml input_pcd_or_dir:=<INPUT_DIR> output_pcd_dir:=<OUTPUT_DIR> prefix:=test
```
```bash
ros2 launch autoware_pointcloud_divider pointcloud_divider.launch.xml input_pcd_or_dir:=<INPUT_DIR> output_pcd_dir:=<OUTPUT_DIR> prefix:=test
```

## Metadata YAML Format

Expand Down

0 comments on commit 33893cb

Please sign in to comment.