How to use ACADO in ROS
Hi everyone,
i am new to the ROS community but I already like ROS a lot, its so powerful and convenient to use.
For a recent project of mine, i am looking for a possibility to run ACADO codes as a node, which should then take over the task of state estimation of my robot. I already got my hands on ACADO using its MATLAB interface and know a little about it. When browsing on the Internet, i noticed that ROS provides support for ACADO!!!!! I was so happy to see this, but the docu page http://wiki.ros.org/acado doesn't show much about instructions on how to use ACADO within ROS. Can someone who has already worked with ACADO in ROS, or anyone who knows something about the usage please help me getting started with this great package. Any help would be appreciated!
Thank you all in advance.
I believe the reason that you're not finding much documentation is because
ros-indigo-acado
is only a 3rd party release of the upstream (ie: non-ROS-specific) regular library. It's not a full integration with ROS (as much as that makes .... sense).
Clearpath appears to be using it for one of their products or services, so perhaps they can provide some more information, but afaict, the
acado
pkg that you linked to is just that: the library itself.Thanks for your info. I was hoping to use it out of the box. I did come to notice Clearpath using it. But i doubt they would provide support for non customers. Maybe there is someone who used acado in ros anyway and can provide me some insight. But ill try to figure out how to link acado libs in ros