I am working on a custom made Robot made by a set of entities. I am trying to evaluate its Center of Gravity and Zero Moment Point for which i need Center of Gravity of every entity and then apply General Rule for Center of Gravity:
(X-coordinate of Center of Gravity of Body)*(Total Mass of Body)
(X-coordinate of center of gravity of entity 1)(mass of entity 1) +...+ (X-coordinate of center of gravity of entity n)(mass of entity n)
(Same goes for other coordinates of the Center of Gravity) but for that i need GPS sensors notifying position of Centers of Gravity of every entity and a way to incorporate all of them in the above calculation performed in the "Calculate" block. But the problem is that as i try to "Join" values from different instances of GPS Sensors, following error pops up: "The Join is connected to independent data sources. It will never complete. Try revising your connections." (Attached is the image of the VPL Diagram). https://docs.google.com/file/d/0B2w3mmBOvQsIWHBiR2NvUmxHUnc/edit?usp=sharing Someone please help me out.