• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

BehaviorTree / BehaviorTree.CPP / 21666718139
80%

Build:
DEFAULT BRANCH: master
Ran 04 Feb 2026 09:57AM UTC
Jobs 1
Files 101
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Feb 2026 09:51AM UTC coverage: 77.963% (+0.6%) from 77.406%
21666718139

push

github

web-flow
Fix #953: getInput() now uses stored converter for plugin custom types (#1104)

When a node is loaded as a plugin, the convertFromString<T> specialization
defined in the plugin is not visible to the main application. This caused
getInput<T>() to fail when the custom type's converter was only in the plugin.

The fix modifies TreeNode::getInputStamped() to use the StringConverter
stored in PortInfo (captured when InputPort<T>() was called in the plugin)
rather than directly calling convertFromString<T>().

Changes:
- tree_node.h: Add parseStringWithConverter lambda that checks for stored
  converter before falling back to convertFromString<T>()
- Add plugin test (plugin_issue953.so) with custom type and converter
  defined ONLY in the plugin
- Add gtest_plugin_issue953.cpp with 3 test cases:
  - GetInputUsesStoredConverter: XML literal value
  - GetInputFromBlackboardString: Value from Script node
  - GetInputViaSubtreeRemapping: SubTree port remapping

All 447 tests pass.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

10 of 10 new or added lines in 1 file covered. (100.0%)

2 existing lines in 1 file now uncovered.

4256 of 5459 relevant lines covered (77.96%)

24109.14 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
94.25
-2.0% include/behaviortree_cpp/basic_types.h
Jobs
ID Job ID Ran Files Coverage
1 21666718139.1 04 Feb 2026 09:57AM UTC 101
77.96
GitHub Action Run
Source Files on build 21666718139
  • Tree
  • List 101
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21666718139
  • 2fb34b51 on github
  • Prev Build on master (#21664715396)
  • Next Build on master (#21667603626)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc