personalrobotics / ada_feeding

Robot-assisted feeding demos and projects for the ADA robot
4 stars 4 forks source link

`create_action_servers.py` should set loggers #107

Closed amalnanavati closed 1 year ago

amalnanavati commented 1 year ago

Description

In service of #101 . This PR removes the logger from being passed into and set in every tree creation function, and instead has create_action_servers.py iterate over the tree and set the logger. This also allows us to set the logger for behaviors that are added via idiom.

Testing procedure

Setup the nodes following the instructions in the README. Verify that each of the following succeed and log as expected:

Before opening a pull request

Before Merging