ros_control on embedded linux / rosserial
Hi there,
is there any know way to make the c++ api described in the ros_control tutorials
( https://github.com/ros-controls/ros_c... )
( http://wiki.ros.org/ros_control/Tutor... )
( http://gazebosim.org/tutorials/?tut=r... )
work on a ROS Node, that runs on an embedded linux client?
In my case, I need a working solution for ros_control to work with a Lego Mindstorm EV3 running embedded linux. The EV3 communicates with a central PC over rosserial (rosserial_embeddedlinux) using WiFi / Bluetooth. I am already able to publish joint_state_msgs from the EV3, but I don't see any chances to get ros_control running.
Thanks for your thoughts!
best regards psei