Skip to content

Commit

Permalink
add can_msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
coalman321 committed Feb 12, 2022
1 parent 330741c commit ce5b3cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,6 @@
[submodule "src/worbots/AutonomousBehaviorTree"]
path = src/worbots/AutonomousBehaviorTree
url = https://github.com/Worthington-Robotics/AutonomousBehaviorTree.git
[submodule "src/worbots/robotTool"]
path = src/worbots/robotTool
url = https://github.com/Worthington-Robotics/robotTool.git
1 change: 1 addition & 0 deletions mark_ignore_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pushd $(pwd)/src > /dev/null
touch ./worbots/LimelightROS2/limelight_driver/COLCON_IGNORE
touch ./worbots/RosPathGen/rospathgen/COLCON_IGNORE
touch ./worbots/AutonomousBehaviorTree/autonomous_behavior_tree/COLCON_IGNORE
touch ./worbots/robotTool/robot_tools/COLCON_IGNORE

if [[ "$DDS_IMPL" == *FastRTPS* ]]; then
# ignore cyclone and its deps
Expand Down
1 change: 1 addition & 0 deletions src/worbots/robotTool
Submodule robotTool added at d14b92

0 comments on commit ce5b3cd

Please sign in to comment.