Skip to content

Commit

Permalink
Minor updates to aling with test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mmunoz-gmv committed Aug 2, 2018
1 parent a3e27b6 commit f05b565
Show file tree
Hide file tree
Showing 8 changed files with 9,291 additions and 9,140 deletions.
4,563 changes: 2,303 additions & 2,260 deletions models/bodystate/DataView.aadl

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions models/bodystate/vizkit3d_bodystate/vizkit3d_bodystate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,5 @@ void vizkit3d_bodystate_PI_updateBodyState(const asn1SccBase_samples_BodyState *
g_statusOk = 0;
}
}
else
{
exit(0);
}
}

4,605 changes: 2,324 additions & 2,281 deletions models/range/DataView.aadl

Large diffs are not rendered by default.

4,619 changes: 2,331 additions & 2,288 deletions models/robot/DataView.aadl

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions models/robot/make-links.sh

This file was deleted.

2 changes: 1 addition & 1 deletion models/robot/test_robot/test_robot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void test_robot_PI_trigger()
asn1SccBase_commands_Joints asn1Joints;

// Update RigidBodyState
rbs.orientation = base::Quaterniond(base::AngleAxisd(i*M_PI*0.01/180.0, base::Vector3d::UnitX()));
rbs.orientation = base::Quaterniond(base::AngleAxisd(i*M_PI*0.1/180.0, base::Vector3d::UnitX()));
asn1SccBase_samples_RigidBodyState_toAsn1(asn1Rbs, rbs);
test_robot_RI_updateRigidBodyState(&asn1Rbs);

Expand Down
Loading

0 comments on commit f05b565

Please sign in to comment.