FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Dockerised btcpp_sample by cardboardcode · Pull Request #3 · BehaviorTree/btcpp_sample · GitHub

Dockerised btcpp_sample - #3

Open
cardboardcode wants to merge 1 commit into
BehaviorTree:mainfrom
cardboardcode:feature/dockerise
Open

cardboardcode wants to merge 1 commit into
BehaviorTree:mainfrom
cardboardcode:feature/dockerise

Conversation

cardboardcode commented Jul 15, 2025
edited
Loading

Copy link
Copy Markdown

Purpose Of Pull Request 🔖

Hi @facontidavide, thank you for this simple example of using BehaviorTree.CPP. Just started learning to use Behavior Trees in my own projects and your guides have been very helpful.

The PR is to simply add a verified Dockerfile to allow newcomers to easily set up and run btcpp_sample.

Steps To Reproduce 📚

  1. Download the repository:
git clone https://github.com/cardboardcode/btcpp_sample.git --depth 1 --single-branch --branch feature/dockerise && cd btcpp_sample
  1. Build the docker image:
docker build -t btcpp_sample:latest .
  1. Run btcpp_sample in a docker container:
docker run -it --rm \
	--name btcpp_sample_c \
btcpp_sample:latest bash -c "./btcpp_sample"

Verify ✔️

You should see the following output to know that it worked:

this works too
The answer is 42

…conflicting environment dependencies.

Signed-off-by: gary.bey <gary.bey@kabam.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL