I am trying to create a conditional expression and find that using the less than symbol gives the following error: Dimension mismatch (binary operation)
Attempt to use the "<" operation on the Length and Angle
Expression: arm_angle = if(arm_length<100)(102)else(90)
This expression was taken...