KIT-MRT / arbitration_graphs

Hierarchical behavior models for complex decision-making and behavior generation in robotics
https://kit-mrt.github.io/arbitration_graphs/
MIT License
16 stars 0 forks source link

Add path interface #30

Closed ll-nick closed 4 months ago

ll-nick commented 4 months ago

Closes #20

This PR changes the Direction in the command struct to a Path allowing more complex behaviors.

I built this on top of https://github.com/KIT-MRT/arbitration_graphs/pull/19 since that one would have to be adjusted too. So let's merge #19 first, then this PR becomes a little more obvious.

I've snuck in two more commits:

orzechow commented 4 months ago

Btw. I changed the base to the random walk branch, in order to review only the new commits here. Changed it back to demo again