Open xwavex opened 8 years ago
For the Proxy component I need a way to get a kinematic chain representation (https://github.com/cogimon/rtt-gazebo-robot-sim/blob/kinematic_chains/include/rtt-kinematic-chain-proxy.hpp)
KinematicChain(const std::string& chain_name, RTT::DataFlowInterface& ports, gazebo::physics::ModelPtr model);
This is not enough since the Proxy component will not have access to Gazebo, hence will have no model pointer...
blocked by #8
Parse ports according to joint control mode information (urdf) and kinematic chain information (srdf) definition. see https://github.com/corlab/cogimon-architecture/issues/1