Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seanng-1 authored Jan 25, 2024
1 parent 2c2efef commit 3f2368f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
[![ros1](https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros1/badge.svg?branch=master)](https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros1)
[![ros2](https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros2/badge.svg?branch=master)](https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros2)

# UFR Syncing Upstream
Add the upstream repo if it hasn't been added yet (first time only)
```
cd ufr2_core/ufr2_behavior_tree/BehaviorTree.CPP
git remote add upstream [email protected]:BehaviorTree/BehaviorTree.CPP.git
```
Sync the latest tags from upstream and push them to UFR fork then update to the desired tag
```
git fetch upstream --tags
git push
git checkout <version_number>
> update ufr2_behavior_tree/BehaviorTree.CPP submodule in ufr2_core package
```



# BehaviorTree.CPP 4.5

<p align="center"><img width=350 src="animated.svg"></p>
Expand Down

0 comments on commit 3f2368f

Please sign in to comment.