-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi @fmrico
I'm having some issues getting TFD to work with plansys2, for example with the BT example explained here.
I cloned this repository alonside the popf folder, i.e. inside ROS2 Planning System repo, contrary to what is indicated in the Build and Install instructions on the webpage as it seems that is what is supposed to be done and it gives an error otherwise but I'm not 100% sure. I also need to checkout this branch in order to compile it (which it does so sucessfully) #6
I then edited the PlannerNode.cpp file to load the TFD instead of POPF but without any luck, as when I call the get plan via the plansys2 terminal I get quite a few errors regarding missing files. It compiles and the solver is loaded sucessfully at start but not when I use the get plan.
I believe I installed TFD correctly but steps 1 and 2 of the README don't work in a first try so I installed it on a different folder. There are also some error messages but it finishes the process.
@fmrico Can you please provide me with the instructions on how to integrate TFD with plansys2 and if I am doing something incorrectly? I can then try to find the time to update the docs and/or code on that regard and it would be helpful for my end as well.
For the record I'm using Ubuntu 20.04 LTS with ROS2 Galactic.