From 4d9222bb49603af3b016bbcdc0b7f2b4c67b5555 Mon Sep 17 00:00:00 2001 From: sesteves <sroesteves@gmail.com> Date: Sat, 11 Jun 2016 02:51:46 +0100 Subject: [PATCH] first commit --- src/tutorials/java/fr/cs/examples/DirectLocation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorials/java/fr/cs/examples/DirectLocation.java b/src/tutorials/java/fr/cs/examples/DirectLocation.java index 1c417858..0188d698 100644 --- a/src/tutorials/java/fr/cs/examples/DirectLocation.java +++ b/src/tutorials/java/fr/cs/examples/DirectLocation.java @@ -84,7 +84,7 @@ public class DirectLocation { AbsoluteDate absDate = new AbsoluteDate("2009-12-11T16:59:30.0", gps); LinearLineDatation lineDatation = new LinearLineDatation(absDate, 1d, 20); - // With the LOS and the datation now defined , we can initialize a line sensor object in Rugged: + // With the LOS and the datation now defined, we can initialize a line sensor object in Rugged: LineSensor lineSensor = new LineSensor("mySensor", lineDatation, Vector3D.ZERO, lineOfSight); // In our application, we simply need to know the name of the frames we are working with. Positions and -- GitLab