Skip to content

Commit

Permalink
Merge branch 'main' into md/2d_3d_detections
Browse files Browse the repository at this point in the history
  • Loading branch information
meshvaD authored Jun 10, 2024
2 parents 5ba2255 + 00766f8 commit d4059b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ wato_monorepo_v2
### Using Foxglove
[Foxglove](https://foxglove.dev/) is used to visualize ROS messages on a local machine.

Add `data_stream` as an `ACTIVE_MODULES` and `watod up`.
Add `infrastructure` as an `ACTIVE_MODULES` and `watod up`.

It exposes the port specified by the `FOXGLOVE_BRIDGE_PORT` variable, which you will need to forward to your local machine. This can either be done in the `ports` section of VS Code or by running the command `ssh -L 8765:localhost:8765 <username>@<machine>-ubuntu1.watocluster.local` on your local machine.

Expand Down
4 changes: 2 additions & 2 deletions docs/dev/rosbag.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ More on bags can be found here: https://docs.ros.org/en/humble/Tutorials/Beginne

## To Use

Add `data_stream` as an `ACTIVE_PROFILE` in `watod-config.sh`.
Add `infrastructure` as an `ACTIVE_PROFILE` in `watod-config.sh`.

Run `watod up` (or however you want to launch the `data_stream` service).
Run `watod up` (or however you want to launch the `infrastructure` service).

The working directory of the `data_stream` container should have a `nuscenes` directory, which contains the NuScenes dataset converted to ros2bag format. To confirm this, run `watod run data_stream ls nuscenes` to view the available bags. Each bag has its own directory. The location of the `.mcap` file is `<name>/<name>_0.mcap`. For example, one of the bags is in `nuscenes/NuScenes-v1.0-mini-scene-0061/NuScenes-v1.0-mini-scene-0061_0.mcap`.

Expand Down

0 comments on commit d4059b1

Please sign in to comment.