Skip to content

Commit

Permalink
Merge branch 'main' into controller-arch-development
Browse files Browse the repository at this point in the history
  • Loading branch information
griffinteller authored Jan 8, 2024
2 parents 4f512ca + e80a6b0 commit abad6f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
**/log/
**/cmake-build-*/

# ignore all data files
**/*.gz
**/*.npz
**/*.npy

**/__pycache__/
15 changes: 10 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
path = driverless_ws/src/zed-ros2-wrapper
url = https://github.com/stereolabs/zed-ros2-wrapper.git
[submodule "driverless_ws/src/eufs_msgs"]
path = driverless_ws/src/eufs_msgs
url = https://gitlab.com/eufs/eufs_msgs.git
[submodule "driverless_ws/src/vision_opencv"]
path = driverless_ws/src/vision_opencv
url = https://github.com/ros-perception/vision_opencv.git
path = driverless_ws/src/eufs_msgs
url = https://gitlab.com/eufs/eufs_msgs.git

[submodule "driverless_ws/src/HesaiLidar_ROS_2.0"]
path = driverless_ws/src/HesaiLidar_ROS_2.0
url = https://github.com/HesaiTechnology/HesaiLidar_ROS_2.0.git

[submodule "driverless_ws/src/zed-ros2-wrapper"]
path = driverless_ws/src/zed-ros2-wrapper
url = https://github.com/stereolabs/zed-ros2-wrapper.git

0 comments on commit abad6f4

Please sign in to comment.