Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-thomas-dd committed Dec 12, 2023
1 parent 80c5a62 commit 95491bc
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,29 @@ Settings are configured in ```voxblox.yaml```.

The `simple`, `merged` and `fast` integrators are available however the code runs the `fast` integrator by default.

Start the bag playback with:

Start a roscore with:
```bash
rosbag play --clock data.bag
roscore
```

Start the node with:
```bash
go build go-voxblox
```

Start the bag playback with:
```bash
rosbag play --clock data.bag
```

You should logs similar to the following:
```
2023/12/12 20:58:34 Convert PointCloud2: 2.312166ms
2023/12/12 20:58:34 Integrate Fast: 6.760125ms
2023/12/12 20:58:34 Convert PointCloud2: 3.882959ms
2023/12/12 20:58:34 Integrate Fast: 13.282292ms
```

![](.readme/cow-and-lady.png)

## Generate gRPC files
Expand Down

0 comments on commit 95491bc

Please sign in to comment.