how create Adaptive ,non-linear, fuzzy controller in ROS ??
hi . how create Adaptive ,non-linear, fuzzy controller in ROS ?? is it possible ?? i need some Advice
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
hi . how create Adaptive ,non-linear, fuzzy controller in ROS ?? is it possible ?? i need some Advice
I think it would be rather easy to clone the PID package and replace the relevant parts of controller.cpp with whatever you need. If it works well, you could make a pull request to have it added.
Now that I look at it, the PID package has fancy features you wouldn't need. Maybe better to look at the less-popular lyap_control package. It's simpler and supports multiple inputs, multiple outputs. Again, replace everything except main()
in controller.cp
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-02-18 13:28:44 -0500
Seen: 204 times
Last updated: Feb 20 '17