You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run INTEGRATION_urdf_joint_parameters test with ctest -R INTEGRATION_urdf_joint_parameters -VV
Output
79: [ RUN ] SDFParser.JointAxisParameters
79: /Users/scpeters/clone/sdformat/test/integration/urdf_joint_parameters.cc:71: Failure
79: Value of: limit->HasElement("effort")
79: Actual: false
79: Expected: true
79: /Users/scpeters/clone/sdformat/test/integration/urdf_joint_parameters.cc:72: Failure
79: Value of: limit->HasElement("velocity")
79: Actual: false
79: Expected: true
79: /Users/scpeters/clone/sdformat/test/integration/urdf_joint_parameters.cc:73: Failure
79: Expected equality of these values:
79: value
79: Which is: 0
79: limit->Get<double>("effort")
79: Which is: -1
79: /Users/scpeters/clone/sdformat/test/integration/urdf_joint_parameters.cc:74: Failure
79: Expected equality of these values:
79: value
79: Which is: 0
79: limit->Get<double>("velocity")
79: Which is: -1
79: /Users/scpeters/clone/sdformat/test/integration/urdf_joint_parameters.cc:71: Failure
79: Value of: limit->HasElement("effort")
79: Actual: false
79: Expected: true
79: /Users/scpeters/clone/sdformat/test/integration/urdf_joint_parameters.cc:72: Failure
79: Value of: limit->HasElement("velocity")
79: Actual: false
79: Expected: true
79: /Users/scpeters/clone/sdformat/test/integration/urdf_joint_parameters.cc:73: Failure
79: Expected equality of these values:
79: value
79: Which is: 1
79: limit->Get<double>("effort")
79: Which is: -1
79: /Users/scpeters/clone/sdformat/test/integration/urdf_joint_parameters.cc:74: Failure
79: Expected equality of these values:
79: value
79: Which is: 1
79: limit->Get<double>("velocity")
79: Which is: -1
79: [ FAILED ] SDFParser.JointAxisParameters (68 ms)
The text was updated successfully, but these errors were encountered:
Environment
Description
Steps to reproduce
cmake
andmake
INTEGRATION_urdf_joint_parameters
test withctest -R INTEGRATION_urdf_joint_parameters -VV
Output
The text was updated successfully, but these errors were encountered: