Closed nilutpol-k closed 4 months ago
The path where the file is will not be found magically. You need to specify the actual path. This may help: https://index.ros.org/p/ament_index_cpp/
Hi @facontidavide
specify the actual path
where do I mention the actual file paths?
Hi, I am trying to use behavior tree nodes as plugins in ROS 2 code.
My tree has just 1 node
Here is the code I added to my CMakelists.txt to use the nodes as plugins
My ROS 2 package structure
My main behavior tree code for loading the plugins (partial code)
The error
My code compiles successfully but my main behavior tree code is not able to load the Node1 library successfully as it is not able to find it.
I get the error as
System Details: OS: Ubuntu 22.04 ROS 2: Humble Behavior tree version: 4.5