forked from BehaviorTree/BehaviorTree.CPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: psyinf/BehaviorTree.CPP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: BehaviorTree/BehaviorTree.CPP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
12
contributors
Commits on Jan 31, 2025
-
Fix/use correct compiler pixi/conda (BehaviorTree#914)
* fix: Use the cxx-compiler package which will set the correct compiler for the platform, and setup the required environment for it to work as expected * misc: update pixi versions in pipeline
Configuration menu - View commit details
-
Copy full SHA for b4bbef6 - Browse repository at this point
Copy the full SHA b4bbef6View commit details
Commits on Feb 5, 2025
-
Fix ROS 2 build when ZeroMQ or SQlite3 include are not in the default…
… include path (BehaviorTree#911) * Fix ROS 2 build when ZeroMQ or SQlite3 include are not in the default include path * Update ament_build.cmake
Configuration menu - View commit details
-
Copy full SHA for 8c83f4d - Browse repository at this point
Copy the full SHA 8c83f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 370133e - Browse repository at this point
Copy the full SHA 370133eView commit details
Commits on Feb 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c23f8ed - Browse repository at this point
Copy the full SHA c23f8edView commit details -
Fix compilation error when targeting C++23 (BehaviorTree#926)
Compilation fails if cxx_std_17 is changed to cxx_std_23 because expected_lite namespace is not defined. Commit fixes this. /home/vincent/BehaviorTree.CPP/include/behaviortree_cpp/json_export.h:117: error: ‘nonstd::expected_lite’ has not been declared; did you mean ‘nonstd::unexpected_type’? [-Wtemplate-body] In file included from /home/vincent/BehaviorTree.CPP/src/blackboard.cpp:3: /home/vincent/BehaviorTree.CPP/include/behaviortree_cpp/json_export.h: In member function ‘BT::Expected<T> BT::JsonExporter::fromJson(const nlohmann::json_abi_v3_11_3::json&) const’: /home/vincent/BehaviorTree.CPP/include/behaviortree_cpp/json_export.h:117:20: error: ‘nonstd::expected_lite’ has not been declared; did you mean ‘nonstd::unexpected_type’? [-Wtemplate-body] 117 | return nonstd::expected_lite::make_unexpected(res.error()); | ^~~~~~~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for a44619c - Browse repository at this point
Copy the full SHA a44619cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2793902 - Browse repository at this point
Copy the full SHA 2793902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c5db5 - Browse repository at this point
Copy the full SHA 57c5db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2fc82c - Browse repository at this point
Copy the full SHA b2fc82cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4a74e - Browse repository at this point
Copy the full SHA 0c4a74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3716c - Browse repository at this point
Copy the full SHA bc3716cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a3991 - Browse repository at this point
Copy the full SHA e7a3991View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58c59b - Browse repository at this point
Copy the full SHA f58c59bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87d2f03 - Browse repository at this point
Copy the full SHA 87d2f03View commit details
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a7c9087 - Browse repository at this point
Copy the full SHA a7c9087View commit details
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7704d94 - Browse repository at this point
Copy the full SHA 7704d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa085b7 - Browse repository at this point
Copy the full SHA aa085b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9e0e2 - Browse repository at this point
Copy the full SHA 1b9e0e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14589e5 - Browse repository at this point
Copy the full SHA 14589e5View commit details
Commits on Apr 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3651a24 - Browse repository at this point
Copy the full SHA 3651a24View commit details -
Fix testing CMake issue to resolve Rolling regression (BehaviorTree#961)
* Fix unit test CMake bug and small typos * Fix bug when building with ros when testing is off * Revert commit and eliminate BUILD_TESTING check
Configuration menu - View commit details
-
Copy full SHA for 3a00bc3 - Browse repository at this point
Copy the full SHA 3a00bc3View commit details
Commits on Apr 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ac26aea - Browse repository at this point
Copy the full SHA ac26aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b06807 - Browse repository at this point
Copy the full SHA 0b06807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e473fe - Browse repository at this point
Copy the full SHA 1e473feView commit details -
extend JSON convertion to include vectors (BehaviorTree#965)
* extend JSOn convertion to include vectors * fixing comments
Configuration menu - View commit details
-
Copy full SHA for 0ee319b - Browse repository at this point
Copy the full SHA 0ee319bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac3191 - Browse repository at this point
Copy the full SHA 3ac3191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1aa08 - Browse repository at this point
Copy the full SHA 9c1aa08View commit details
Commits on Apr 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5f3f675 - Browse repository at this point
Copy the full SHA 5f3f675View commit details
Commits on Apr 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2d9a365 - Browse repository at this point
Copy the full SHA 2d9a365View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3540b4a - Browse repository at this point
Copy the full SHA 3540b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d1526 - Browse repository at this point
Copy the full SHA e0d1526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da7906 - Browse repository at this point
Copy the full SHA 2da7906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f40f5 - Browse repository at this point
Copy the full SHA 09f40f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5100e6 - Browse repository at this point
Copy the full SHA d5100e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f94d8 - Browse repository at this point
Copy the full SHA 26f94d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a37d7bb - Browse repository at this point
Copy the full SHA a37d7bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b29c99 - Browse repository at this point
Copy the full SHA 9b29c99View commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5a158ef - Browse repository at this point
Copy the full SHA 5a158efView commit details
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for db6d3f7 - Browse repository at this point
Copy the full SHA db6d3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c62813 - Browse repository at this point
Copy the full SHA 3c62813View commit details
Commits on May 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0d1e2e2 - Browse repository at this point
Copy the full SHA 0d1e2e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f09b8c2 - Browse repository at this point
Copy the full SHA f09b8c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84319fe - Browse repository at this point
Copy the full SHA 84319feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 793a6bd - Browse repository at this point
Copy the full SHA 793a6bdView commit details
Commits on May 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7ffab7e - Browse repository at this point
Copy the full SHA 7ffab7eView commit details -
Added codespell as a pre-commit hook. (BehaviorTree#977)
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4b93cf - Browse repository at this point
Copy the full SHA c4b93cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7177a - Browse repository at this point
Copy the full SHA 4b7177aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 689fb9f - Browse repository at this point
Copy the full SHA 689fb9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f47b36c - Browse repository at this point
Copy the full SHA f47b36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1296e8d - Browse repository at this point
Copy the full SHA 1296e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f3b37 - Browse repository at this point
Copy the full SHA d8f3b37View commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.