Skip to content

emotion: check mandatory params by checking set method instead of read

Jose Tiago Macara Coutinho requested to merge emotion_mandatory_config into master

The parameters acceleration and velocity should only be mandatory in configuration if the corresponding set method has been implemented. Currently the code is checking if the read method execution throws a NotImplementedError exception.

Merge request reports