Skip to content

Commit

Permalink
add auto bt messages
Browse files Browse the repository at this point in the history
  • Loading branch information
coalman321 committed Feb 5, 2022
1 parent 842d89a commit 330741c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,6 @@
[submodule "src/worbots/LimelightROS2"]
path = src/worbots/LimelightROS2
url = https://github.com/Worthington-Robotics/LimelightROS2.git
[submodule "src/worbots/AutonomousBehaviorTree"]
path = src/worbots/AutonomousBehaviorTree
url = https://github.com/Worthington-Robotics/AutonomousBehaviorTree.git
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"/home/coalman321/osu-uwrt/dependencies/MYNT/wrappers/ros/devel/lib/python3/dist-packages",
"/opt/ros/noetic/lib/python3/dist-packages",
"/home/coalman321/osu-uwrt/riptide_software/devel/lib/python3/dist-packages"
],
"python.analysis.extraPaths": [
"/home/coalman321/osu-uwrt/dependencies/install/lib/python3/dist-packages",
"/home/coalman321/osu-uwrt/dependencies/MYNT/wrappers/ros/devel/lib/python3/dist-packages",
"/opt/ros/noetic/lib/python3/dist-packages",
"/home/coalman321/osu-uwrt/riptide_software/devel/lib/python3/dist-packages"
]
}
1 change: 1 addition & 0 deletions mark_ignore_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pushd $(pwd)/src > /dev/null
# ignore our local packages
touch ./worbots/LimelightROS2/limelight_driver/COLCON_IGNORE
touch ./worbots/RosPathGen/rospathgen/COLCON_IGNORE
touch ./worbots/AutonomousBehaviorTree/autonomous_behavior_tree/COLCON_IGNORE

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

0 comments on commit 330741c

Please sign in to comment.