diff --git a/src/tutorials/java/fr/cs/examples/DirectLocation.java b/src/tutorials/java/fr/cs/examples/DirectLocation.java index 6e9fa96fe7012070b3d9b12a3a34a9cc7ba7b957..23b08d063025723060f2b7671a6414c5fa740836 100644 --- a/src/tutorials/java/fr/cs/examples/DirectLocation.java +++ b/src/tutorials/java/fr/cs/examples/DirectLocation.java @@ -83,7 +83,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