Skip to content

Commit 1482ca0

Browse files
committed
adding comments
1 parent 1d9b252 commit 1482ca0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/mujoco/java/XMLtest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public void marshal() throws JAXBException {
3535
topbody.withPos("0 0 1.282");
3636

3737
//topbody.addBody();
38+
// In the future if this test breaks after generating code, see the solution in
39+
// https://github.com/CommonWealthRobotics/mujoco-java/pull/6/commits/e8d65eeec490bb935111a99f5d049991735864c0
3840
topbody.addBody().withName("Head").withPos("0 0 2.2")
3941
.addBody()
4042
.withName("mowhawk")

0 commit comments

Comments
 (0)