File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 168
168
[submodule "src/worbots/AutonomousBehaviorTree "]
169
169
path = src/worbots/AutonomousBehaviorTree
170
170
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
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ pushd $(pwd)/src > /dev/null
22
22
touch ./worbots/LimelightROS2/limelight_driver/COLCON_IGNORE
23
23
touch ./worbots/RosPathGen/rospathgen/COLCON_IGNORE
24
24
touch ./worbots/AutonomousBehaviorTree/autonomous_behavior_tree/COLCON_IGNORE
25
+ touch ./worbots/robotTool/robot_tools/COLCON_IGNORE
25
26
26
27
if [[ " $DDS_IMPL " == * FastRTPS* ]]; then
27
28
# ignore cyclone and its deps
You can’t perform that action at this time.
0 commit comments