-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Philipp Caspers <[email protected]>
- Loading branch information
1 parent
a54a932
commit 89f3bbb
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
uses: devcontainers/[email protected] | ||
with: | ||
cacheFrom: ghcr.io/vorausrobotik/voraus-ros-bridge-dev | ||
runCmd: cargo ament-build --install-base install/voraus_bridge -- --release --verbose | ||
runCmd: cargo ament-build --install-base install/voraus-ros-bridge -- --release --verbose | ||
push: never | ||
- name: Verify no build induced changes in Cargo.lock | ||
run: git diff && git diff --quiet -- Cargo.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<package format="3"> | ||
<name>voraus_bridge</name> | ||
<name>voraus-ros-bridge</name> | ||
<version>0.1.0</version> | ||
<description>Enables `voraus.core` integration within the ROS framework.</description> | ||
<maintainer email="[email protected]">user</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters