File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 55[ ![ ros1] ( https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros1/badge.svg?branch=master )] ( https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros1 )
66[ ![ ros2] ( https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros2/badge.svg?branch=master )] ( https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros2 )
77
8+ # UFR Syncing Upstream
9+ Add the upstream repo if it hasn't been added yet (first time only)
10+ ```
11+ cd ufr2_core/ufr2_behavior_tree/BehaviorTree.CPP
12+ git remote add upstream git@github.com:BehaviorTree/BehaviorTree.CPP.git
13+ ```
14+ Sync the latest tags from upstream and push them to UFR fork then update to the desired tag
15+ ```
16+ git fetch upstream --tags
17+ git push
18+ git checkout <version_number>
19+ > update ufr2_behavior_tree/BehaviorTree.CPP submodule in ufr2_core package
20+ ```
21+
22+
23+
824# BehaviorTree.CPP 4.5
925
1026<p align =" center " ><img width =350 src =" animated.svg " ></p >
You can’t perform that action at this time.
0 commit comments