How to drive a parallel robot use ROS?
I'm developing a robot which has a parallel structure. As I know, urdf can't be used to describe it but the sdf format does. But I need to simulate the robot via Gazebo, I can just parse sdf file into Gazebo, but I can't control it via ROS. How solve this problem? Any solution to this?