-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the bridge version to 0.12.0 (#142)
Signed-off-by: ChenYing Kuo <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zenoh_carla_bridge
updated
18 files
+24 −0 | .github/release.yaml | |
+64 −0 | .github/workflows/ci.yaml | |
+56 −0 | .github/workflows/release.yaml | |
+5 −0 | .markdownlint.yaml | |
+21 −9 | .pre-commit-config.yaml | |
+8 −0 | .vscode/settings.json | |
+2 −2 | Cargo.lock | |
+12 −10 | Cargo.toml | |
+2 −40 | README.md | |
+1 −1 | carla_agent/simulation/ui.py | |
+5 −5 | src/autoware.rs | |
+8 −8 | src/bridge/actor_bridge.rs | |
+21 −25 | src/bridge/sensor_bridge.rs | |
+7 −7 | src/bridge/vehicle_bridge.rs | |
+5 −3 | src/clock.rs | |
+5 −4 | src/main.rs | |
+8 −8 | src/types.rs | |
+1 −1 | src/utils.rs |