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.
- Loading branch information
1 parent
3b9f2e1
commit 74ca740
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule fogsw_configs
updated
from 9ff7aa to 0c0f09
Submodule communication_link
updated
from 48caad to a59920
Submodule control_interface
updated
7 files
+14 −6 | .github/workflows/main.yaml | |
+2 −2 | CMakeLists.txt | |
+1 −1 | README.md | |
+6 −1 | config/control_interface.yaml | |
+2 −0 | launch/control_interface.py | |
+1 −1 | package.xml | |
+129 −53 | src/control_interface.cpp |
Submodule fog_msgs
updated
7 files
+11 −0 | .github/workflows/main.yaml | |
+32 −0 | .github/workflows/update-rclgo-msgs.yaml | |
+1 −0 | CMakeLists.txt | |
+2 −2 | msg/ControlInterfaceDiagnostics.msg | |
+5 −0 | msg/NavigationDiagnostics.msg | |
+1 −1 | package.xml | |
+2 −0 | srv/WaypointToLocal.srv |
Submodule mocap_pose
updated
8 files
+1 −1 | .gitmodules | |
+2 −1 | CHANGELOG.rst | |
+21 −8 | CMakeLists.txt | |
+1 −1 | include/mocap_pose/mocap_pose.hpp | |
+4 −7 | package.xml | |
+1 −1 | qualisys_cpp_sdk | |
+163 −123 | src/mocap_pose.cpp | |
+17 −0 | test/mocap_test.cpp |
Submodule navigation
updated
8 files
+1 −1 | CMakeLists.txt | |
+6 −7 | config/navigation.yaml | |
+83 −184 | include/navigation/astar_planner.hpp | |
+2 −1 | launch/navigation.py | |
+1 −1 | package.xml | |
+38 −9 | scripts/waypoint_publisher.py | |
+365 −309 | src/astar_planner.cpp | |
+289 −170 | src/navigation.cpp |
Submodule systemd
updated
6 files
+1 −0 | packaging/debian/postinst | |
+1 −0 | packaging/debian/prerm | |
+15 −0 | system/ota_update.service | |
+13 −0 | system/update_agent.service | |
+15 −0 | vm-main/ota_update.service | |
+13 −0 | vm-main/update_agent.service |