This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from tiiuae/rel_4_2
Rel 4 2
- Loading branch information
Showing
10 changed files
with
39 additions
and
23 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 |
---|---|---|
|
@@ -78,7 +78,10 @@ | |
url = https://github.com/tiiuae/fog_gazebo_resources.git | ||
[submodule "mission-data-recorder"] | ||
path = mission-data-recorder | ||
url = git@github.com:tiiuae/mission-data-recorder.git | ||
url = https://github.com/tiiuae/mission-data-recorder.git | ||
[submodule "ros2_ws/src/mocap_pose"] | ||
path = ros2_ws/src/mocap_pose | ||
url = [email protected]:tiiuae/mocap_pose.git | ||
url = https://github.com/tiiuae/mocap_pose.git | ||
[submodule "wpa"] | ||
path = wpa | ||
url = https://github.com/tiiuae/wpa.git |
Submodule fogsw_configs
updated
from 63a472 to 9ff7aa
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
pushd ../../wpa > /dev/null | ||
params="-m $(realpath .) -c $(git rev-parse HEAD) -g $(git log --date=format:%Y%m%d --pretty=~dirty~git%cd.%h -n 1) -b 0" | ||
./package_wpa.sh $params | ||
popd | ||
|
||
exit 0 |
Submodule mesh_com
updated
13 files
Submodule navigation
updated
2 files
+14 −6 | .github/workflows/main.yaml | |
+1 −1 | config/navigation.yaml |
Submodule systemd
updated
2 files
+2 −2 | system/mission-data-recorder.service | |
+2 −2 | vm-main/system/mission-data-recorder.service |