Skip to content

Commit ce5b3cd

Browse files
committed
add can_msgs
1 parent 330741c commit ce5b3cd

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,6 @@
168168
[submodule "src/worbots/AutonomousBehaviorTree"]
169169
path = src/worbots/AutonomousBehaviorTree
170170
url = https://github.com/Worthington-Robotics/AutonomousBehaviorTree.git
171+
[submodule "src/worbots/robotTool"]
172+
path = src/worbots/robotTool
173+
url = https://github.com/Worthington-Robotics/robotTool.git

mark_ignore_deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pushd $(pwd)/src > /dev/null
2222
touch ./worbots/LimelightROS2/limelight_driver/COLCON_IGNORE
2323
touch ./worbots/RosPathGen/rospathgen/COLCON_IGNORE
2424
touch ./worbots/AutonomousBehaviorTree/autonomous_behavior_tree/COLCON_IGNORE
25+
touch ./worbots/robotTool/robot_tools/COLCON_IGNORE
2526

2627
if [[ "$DDS_IMPL" == *FastRTPS* ]]; then
2728
# ignore cyclone and its deps

src/worbots/robotTool

Submodule robotTool added at d14b920

0 commit comments

Comments
 (0)