traci4j-svn Mailing List for TraCI4J
Status: Alpha
Brought to you by:
ris8allozen0
You can subscribe to this list here.
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(13) |
Jul
(2) |
Aug
(23) |
Sep
(19) |
Oct
(12) |
Nov
(5) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Yan D. <ya...@ho...> - 2012-12-02 21:48:06
|
http://janitorjack.com/wp-content/themes/twentyten/google.html |
From: <ris...@us...> - 2012-02-05 21:36:11
|
Revision: 89 http://traci4j.svn.sourceforge.net/traci4j/?rev=89&view=rev Author: ris8allozen0 Date: 2012-02-05 21:36:05 +0000 (Sun, 05 Feb 2012) Log Message: ----------- forgot to make ReadCompleteDefinitionQuery and ReadControlledLinksQuery public Modified Paths: -------------- branches/newquery/src/java/it/polito/appeal/traci/ReadCompleteDefinitionQuery.java branches/newquery/src/java/it/polito/appeal/traci/ReadControlledLinksQuery.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2012-02-05 21:32:36
|
Revision: 88 http://traci4j.svn.sourceforge.net/traci4j/?rev=88&view=rev Author: ris8allozen0 Date: 2012-02-05 21:32:30 +0000 (Sun, 05 Feb 2012) Log Message: ----------- - TrafficLight is now auto-generated; some getters changed their name (mostly from getXXXQuery() to queryXXX()) to align with standard - added example xml file - changed constructors of (mostly parameter order changes) some queries to match the generated code - updated queries.xml with new queries involved - added <const> tag in <changeStateQuery> in order to support general-purpose CS queries (i.e. without a built-in command and variable ID) like ChangeIntegerQ Modified Paths: -------------- branches/newquery/build.xml branches/newquery/src/java/it/polito/appeal/traci/ChangeCompleteProgramQuery.java branches/newquery/src/java/it/polito/appeal/traci/ChangeLightsStateQuery.java branches/newquery/src/java/it/polito/appeal/traci/ChangeObjectVarQuery.java branches/newquery/src/java/it/polito/appeal/traci/LaneListQuery.java branches/newquery/src/java/it/polito/appeal/traci/POI.java branches/newquery/src/java/it/polito/appeal/traci/Repository.java branches/newquery/src/xml/queries.xml branches/newquery/src/xslt/traciObject.xslt branches/newquery/test/java/it/polito/appeal/traci/test/TrafficLightsTest.java Added Paths: ----------- branches/newquery/src/xml/traciObjects/ExampleTraciObject.xml.template branches/newquery/src/xml/traciObjects/TrafficLight.xml Removed Paths: ------------- branches/newquery/src/java/it/polito/appeal/traci/TrafficLight.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2012-02-04 17:47:31
|
Revision: 87 http://traci4j.svn.sourceforge.net/traci4j/?rev=87&view=rev Author: ris8allozen0 Date: 2012-02-04 17:47:25 +0000 (Sat, 04 Feb 2012) Log Message: ----------- - Fixed bug by K. Stosiek: the getCompleteDefinition query should be set obsolete after each simulation step, since the results of the query contain information about light's current phase, which may change in the meantime. - small fix in the installation/usage guide in the README Modified Paths: -------------- branches/newquery/README branches/newquery/src/java/it/polito/appeal/traci/TrafficLight.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2012-01-15 14:22:43
|
Revision: 86 http://traci4j.svn.sourceforge.net/traci4j/?rev=86&view=rev Author: ris8allozen0 Date: 2012-01-15 14:22:36 +0000 (Sun, 15 Jan 2012) Log Message: ----------- now supporting SUMO 0.14.0 (some tests may fail with older versions, and not only the ones that expect an exact API version number) Modified Paths: -------------- branches/newquery/test/java/it/polito/appeal/traci/test/TraCIServerTest.java branches/newquery/test/java/it/polito/appeal/traci/test/TraCITest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2012-01-15 14:07:48
|
Revision: 85 http://traci4j.svn.sourceforge.net/traci4j/?rev=85&view=rev Author: ris8allozen0 Date: 2012-01-15 14:07:42 +0000 (Sun, 15 Jan 2012) Log Message: ----------- API version number refactored to a constant and changed to 2 (for SUMO 0.13.1) Modified Paths: -------------- branches/newquery/test/java/it/polito/appeal/traci/test/TraCIServerTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2012-01-15 13:07:26
|
Revision: 84 http://traci4j.svn.sourceforge.net/traci4j/?rev=84&view=rev Author: ris8allozen0 Date: 2012-01-15 13:07:20 +0000 (Sun, 15 Jan 2012) Log Message: ----------- Contributions by Karol Stosiek: - added traffic light query "set complete program definition" and related JUnit tests - added lane queries "ReadLength" and "ReadLastStepVehicleNumber" - added user constructors for Phase and Logic - added Ant query for building a JAR - fixed type of TL query "AssumedNextSwitchTime" - removed commented code Modified Paths: -------------- branches/newquery/build.xml branches/newquery/src/java/it/polito/appeal/traci/Logic.java branches/newquery/src/java/it/polito/appeal/traci/Phase.java branches/newquery/src/java/it/polito/appeal/traci/Repository.java branches/newquery/src/java/it/polito/appeal/traci/TrafficLight.java branches/newquery/src/xml/traciObjects/Lane.xml branches/newquery/test/java/it/polito/appeal/traci/test/TrafficLightsTest.java Added Paths: ----------- branches/newquery/src/java/it/polito/appeal/traci/ChangeCompleteProgramQuery.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pie...@us...> - 2012-01-10 13:08:58
|
Revision: 83 http://traci4j.svn.sourceforge.net/traci4j/?rev=83&view=rev Author: pietro1983 Date: 2012-01-10 13:08:48 +0000 (Tue, 10 Jan 2012) Log Message: ----------- pulito codice Modified Paths: -------------- branches/newquery/src/java/it/polito/appeal/traci/Repository.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-12-29 18:02:36
|
Revision: 82 http://traci4j.svn.sourceforge.net/traci4j/?rev=82&view=rev Author: ris8allozen0 Date: 2011-12-29 18:02:29 +0000 (Thu, 29 Dec 2011) Log Message: ----------- added TrafficLight.getControlledLanesQuery() and related JUnit test (todo: auto-generate TrafficLight too) Modified Paths: -------------- branches/newquery/src/java/it/polito/appeal/traci/TrafficLight.java branches/newquery/test/java/it/polito/appeal/traci/test/TrafficLightsTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pie...@us...> - 2011-11-30 14:14:24
|
Revision: 81 http://traci4j.svn.sourceforge.net/traci4j/?rev=81&view=rev Author: pietro1983 Date: 2011-11-30 14:14:15 +0000 (Wed, 30 Nov 2011) Log Message: ----------- Improved repository and multiquery performance. Added changemaxspeed and removeVehicle query. Some warnings removed. Modified Paths: -------------- branches/newquery/src/java/it/polito/appeal/traci/ChangeObjectVarQuery.java branches/newquery/src/java/it/polito/appeal/traci/MultiQuery.java branches/newquery/src/java/it/polito/appeal/traci/Repository.java branches/newquery/src/java/it/polito/appeal/traci/SumoTraciConnection.java branches/newquery/src/java/it/polito/appeal/traci/protocol/RequestMessage.java branches/newquery/src/xml/traciObjects/Vehicle.xml branches/newquery/test/java/it/polito/appeal/traci/test/TraCITest.java Added Paths: ----------- branches/newquery/src/java/it/polito/appeal/traci/ChangeMaxSpeedQuery.java branches/newquery/src/java/it/polito/appeal/traci/RemoveVehicleQuery.java Removed Paths: ------------- branches/newquery/src/java/it/polito/appeal/traci/newquery/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-11-21 14:06:38
|
Revision: 80 http://traci4j.svn.sourceforge.net/traci4j/?rev=80&view=rev Author: ris8allozen0 Date: 2011-11-21 14:06:29 +0000 (Mon, 21 Nov 2011) Log Message: ----------- corrected dynamic attribute for Lane's max speed var Modified Paths: -------------- branches/newquery/src/xml/traciObjects/Lane.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-11-21 13:48:05
|
Revision: 79 http://traci4j.svn.sourceforge.net/traci4j/?rev=79&view=rev Author: ris8allozen0 Date: 2011-11-21 13:47:59 +0000 (Mon, 21 Nov 2011) Log Message: ----------- added Lane's max speed variable Modified Paths: -------------- branches/newquery/src/xml/traciObjects/Lane.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Yan D. <ya...@ho...> - 2011-11-14 21:33:19
|
Hello guys, First of all, thanks again for the answers. They're always very helpfull. We ran Ant build and everythinks worked fine =) About the shortest path, we developed our algorithm and now sumo doesn't need create this route by itself. This algorithm returns a array of edges that one car should drive, but we still have to add this new route on the simulation (because we are intending to get the performance of it, how long it will spend, distance, etc). So we need to create a Route object and after use // queryAddVehicle().setVehicleData(String, VehicleType, Rout, int, double, double) // , right? but we're facing difficulties to create that object Route, what should I suposed to use as DataInputStream, DataOutputStream, Repository<Edge> on the constructor of Route? Do you have any examples of how could we insert a especific route genareted during the simulation? Regards, > From: enr...@gm... > Date: Tue, 8 Nov 2011 16:46:23 +0100 > Subject: Re: [Traci4j-svn] Route and VehicleType Class Information > To: ya...@ho... > > Hello, > > 2011/11/8 Yan Duarte <ya...@ho...>: > > Hello, > > > > thanks for the answers. > > > > I've got a problem with this revision, i can't found the route.java and > > vehicletype.java so when i try to compile and execute the application with > > traci4j its lead me to an error saying that the project don't have a route > > class neither a vehicletype class. What can i do to fix that? > > > Before using Traci4J you need to run the default Ant build (or the > 'generate' target); this will make all the needed classes. > > > Another question: > > Does traci4j have a way to put a car with a starter edge and a destination > > one and then the car goes to this destination following the dijkstra > > algorithm? > > I don't see a simple way to freely set a starting edge, other than > writing a route definition for each edge in the network (but I may be > wrong: try asking the sumo-user mailing list). > The destination, instead, can be changed at any time with > Vehicle.queryChangeTarget(). > > Cheers, > Enrico > > > > > Best regards, > > Yan > > > >> > >> Hello guys, > >> > >> 2011/11/8 Yan Duarte <ya...@ho...>: > >> > Hello guys, > >> > > >> > I´m a student of Science Computer on "Centro Universitário da Fei" > >> > college, > >> > a brazilian institutional. I´m doing a final paper of graduation with > >> > three > >> > other people and our project uses Sumo with your last version of branch > >> > of > >> > traci4j to manipulate a traffic situation, with the propose to study > >> > traffic > >> > behavior. > >> > But, we are facing a situation that we need to add some cars on > >> > simulation > >> > following a specific route. Do we need the Route and VehicleType classes > >> > to > >> > do this, right? Are you working on those classes? > >> > >> I think that in their actual state (revision 78), the Route and > >> VehicleType are fine for adding new vehicles. See the method > >> testAddVehicle() in > >> test/java/it/polito/appeal/traci/test/TraCITest.java for an example > >> for how to do this. Please note that your route definition file shoud > >> have at least one route definition, one > >> vehicle type definition and one vehicle. > >> > >> > With this will we be able to generate traffic jam too? > >> > > >> I think so. Try defining a bunch of routes, each starting from > >> different edges, and assigning them to new vehicles randomly. You can > >> then freely change their destination edge with > >> Vehicle.queryChangeTarget(). > >> > >> > If you have some other contact, for instance skype? > >> I'd rather prefer to use the mailing list to share any useful TraCI4J > >> info with other users too (BTW, i've moved the conversation to > >> traci4j-user). > >> > >> Cheers, > >> -- > >> Enrico > > > > > > -- > Enrico |
From: Yan D. <ya...@ho...> - 2011-11-08 00:17:23
|
Hello guys, I´m a student of Science Computer on "Centro Universitário da Fei" college, a brazilian institutional. I´m doing a final paper of graduation with three other people and our project uses Sumo with your last version of branch of traci4j to manipulate a traffic situation, with the propose to study traffic behavior. But, we are facing a situation that we need to add some cars on simulation following a specific route. Do we need the Route and VehicleType classes to do this, right? Are you working on those classes? With this will we be able to generate traffic jam too? If you have some other contact, for instance skype? Regards, Yan, Danilo, Renan and Sarah |
From: <ris...@us...> - 2011-10-23 09:36:19
|
Revision: 78 http://traci4j.svn.sourceforge.net/traci4j/?rev=78&view=rev Author: ris8allozen0 Date: 2011-10-23 09:36:13 +0000 (Sun, 23 Oct 2011) Log Message: ----------- deleted output file that will be added to svn:ignore Removed Paths: ------------- branches/newquery/test/sumo_maps/variable_speed_signs/e3_detectors.out.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-23 09:33:54
|
Revision: 77 http://traci4j.svn.sourceforge.net/traci4j/?rev=77&view=rev Author: ris8allozen0 Date: 2011-10-23 09:33:47 +0000 (Sun, 23 Oct 2011) Log Message: ----------- - Added Last Step Occupancy variable in Lane (thanks to Karol Stosiek) - Removed old, pre-autogeneration files - Cleaned up exclusion filters Modified Paths: -------------- branches/newquery/.classpath branches/newquery/src/xml/traciObjects/Lane.xml Removed Paths: ------------- branches/newquery/src/java/it/polito/appeal/traci/InductionLoop.java branches/newquery/src/java/it/polito/appeal/traci/Lane.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-20 15:37:37
|
Revision: 76 http://traci4j.svn.sourceforge.net/traci4j/?rev=76&view=rev Author: ris8allozen0 Date: 2011-10-20 15:37:31 +0000 (Thu, 20 Oct 2011) Log Message: ----------- primo commit Modified Paths: -------------- branches/newquery/src/java/it/polito/appeal/traci/Repository.java branches/newquery/src/java/it/polito/appeal/traci/SumoTraciConnection.java branches/newquery/test/java/it/polito/appeal/traci/test/TraCITest.java Added Paths: ----------- branches/newquery/src/java/it/polito/appeal/traci/AddVehicleQuery.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-19 10:46:01
|
Revision: 75 http://traci4j.svn.sourceforge.net/traci4j/?rev=75&view=rev Author: ris8allozen0 Date: 2011-10-19 10:45:55 +0000 (Wed, 19 Oct 2011) Log Message: ----------- - added Route object & repository - changed Repository.InductionLoops to use the same parameter list of the generated InductionLoop constructor - InductionLoop is now autogenerated - output file from test simulation is now on the same directory (otherwise the HttpDownload tests will fail because it's still not possible to make new directories in the temporary dir used to store SUMO files) Modified Paths: -------------- branches/newquery/.classpath branches/newquery/src/java/it/polito/appeal/traci/Repository.java branches/newquery/src/java/it/polito/appeal/traci/SumoTraciConnection.java branches/newquery/src/xml/queries.xml branches/newquery/test/sumo_maps/variable_speed_signs/e3_detectors.out.xml branches/newquery/test/sumo_maps/variable_speed_signs/e3_detectors.xml Added Paths: ----------- branches/newquery/src/xml/traciObjects/InductionLoop.xml branches/newquery/src/xml/traciObjects/Route.xml Property Changed: ---------------- branches/newquery/test/sumo_maps/variable_speed_signs/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-17 07:58:16
|
Revision: 74 http://traci4j.svn.sourceforge.net/traci4j/?rev=74&view=rev Author: ris8allozen0 Date: 2011-10-17 07:58:10 +0000 (Mon, 17 Oct 2011) Log Message: ----------- added Vehicle Type object and repository Modified Paths: -------------- branches/newquery/src/java/it/polito/appeal/traci/Repository.java branches/newquery/src/java/it/polito/appeal/traci/SumoTraciConnection.java Added Paths: ----------- branches/newquery/src/xml/traciObjects/VehicleType.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-16 19:48:06
|
Revision: 73 http://traci4j.svn.sourceforge.net/traci4j/?rev=73&view=rev Author: ris8allozen0 Date: 2011-10-16 19:48:00 +0000 (Sun, 16 Oct 2011) Log Message: ----------- - Lane is now generated from XMLs (old Lane.java excluded from build path; inner classes pulled out) - added MeMeDetector objects & some simple JUnit tests - inner classes of TrafficLight and InductionLoop pulled out (getting ready for their auto-generation) - RefreshableRepository renamed to UpdatableRepository; it doesn't brutally clear the cache of all its object, but just ensures that they implement StepAdvanceListener and calls the nextStep() method, letting them do their own work - TODO: re-enable update of InductionLoops - Edge and Vehicle removed (their autogenerated versions don't harm) - fixed Ant target name style Modified Paths: -------------- branches/newquery/.classpath branches/newquery/build.xml branches/newquery/src/java/it/polito/appeal/traci/InductionLoop.java branches/newquery/src/java/it/polito/appeal/traci/Lane.java branches/newquery/src/java/it/polito/appeal/traci/Repository.java branches/newquery/src/java/it/polito/appeal/traci/SumoTraciConnection.java branches/newquery/src/java/it/polito/appeal/traci/TrafficLight.java branches/newquery/src/xml/queries.xml branches/newquery/test/java/it/polito/appeal/traci/test/TraCITest.java branches/newquery/test/java/it/polito/appeal/traci/test/TrafficLightsTest.java branches/newquery/test/sumo_maps/variable_speed_signs/test.sumo.cfg Added Paths: ----------- branches/newquery/src/java/it/polito/appeal/traci/ChangeLightsStateQuery.java branches/newquery/src/java/it/polito/appeal/traci/ControlledLink.java branches/newquery/src/java/it/polito/appeal/traci/ControlledLinks.java branches/newquery/src/java/it/polito/appeal/traci/LaneListQuery.java branches/newquery/src/java/it/polito/appeal/traci/LightState.java branches/newquery/src/java/it/polito/appeal/traci/Link.java branches/newquery/src/java/it/polito/appeal/traci/Logic.java branches/newquery/src/java/it/polito/appeal/traci/Phase.java branches/newquery/src/java/it/polito/appeal/traci/Program.java branches/newquery/src/java/it/polito/appeal/traci/ReadCompleteDefinitionQuery.java branches/newquery/src/java/it/polito/appeal/traci/ReadControlledLinksQuery.java branches/newquery/src/java/it/polito/appeal/traci/ReadLinksQuery.java branches/newquery/src/java/it/polito/appeal/traci/ReadShapeQuery.java branches/newquery/src/java/it/polito/appeal/traci/ReadTLStateQuery.java branches/newquery/src/java/it/polito/appeal/traci/TLState.java branches/newquery/src/java/it/polito/appeal/traci/VehicleSetQuery.java branches/newquery/src/xml/traciObjects/Lane.xml branches/newquery/src/xml/traciObjects/MeMeDetector.xml branches/newquery/test/sumo_maps/variable_speed_signs/e3_detectors.out.xml branches/newquery/test/sumo_maps/variable_speed_signs/e3_detectors.xml Removed Paths: ------------- branches/newquery/src/java/it/polito/appeal/traci/Edge.java branches/newquery/src/java/it/polito/appeal/traci/Vehicle.java Property Changed: ---------------- branches/newquery/test/sumo_maps/variable_speed_signs/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-14 20:04:00
|
Revision: 72 http://traci4j.svn.sourceforge.net/traci4j/?rev=72&view=rev Author: ris8allozen0 Date: 2011-10-14 20:03:54 +0000 (Fri, 14 Oct 2011) Log Message: ----------- added "generate" as dependency of "build-project" Modified Paths: -------------- branches/newquery/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-13 15:39:19
|
Revision: 71 http://traci4j.svn.sourceforge.net/traci4j/?rev=71&view=rev Author: ris8allozen0 Date: 2011-10-13 15:39:08 +0000 (Thu, 13 Oct 2011) Log Message: ----------- BUG: wrong variable ID in reading edge's global travel time Modified Paths: -------------- branches/newquery/src/xml/traciObjects/Edge.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-06 15:46:47
|
Revision: 70 http://traci4j.svn.sourceforge.net/traci4j/?rev=70&view=rev Author: ris8allozen0 Date: 2011-10-06 15:46:41 +0000 (Thu, 06 Oct 2011) Log Message: ----------- ** NOT WORKING ** (missing update of global edge travel time?) - added generation of Edge class - in object definition XMLs, an empty returnType will set the return type to the query class itself Modified Paths: -------------- branches/newquery/.classpath branches/newquery/src/xml/traciObjects/Vehicle.xml branches/newquery/src/xslt/traciObject.xslt Added Paths: ----------- branches/newquery/src/xml/traciObjects/Edge.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-05 22:01:18
|
Revision: 69 http://traci4j.svn.sourceforge.net/traci4j/?rev=69&view=rev Author: ris8allozen0 Date: 2011-10-05 22:01:12 +0000 (Wed, 05 Oct 2011) Log Message: ----------- moved inner static classes of Edge to top level Modified Paths: -------------- branches/newquery/src/java/it/polito/appeal/traci/Edge.java branches/newquery/test/java/it/polito/appeal/traci/test/TraCITest.java Added Paths: ----------- branches/newquery/src/java/it/polito/appeal/traci/ChangeGlobalTravelTimeQuery.java branches/newquery/src/java/it/polito/appeal/traci/ReadGlobalTravelTimeQuery.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ris...@us...> - 2011-10-05 14:42:03
|
Revision: 68 http://traci4j.svn.sourceforge.net/traci4j/?rev=68&view=rev Author: ris8allozen0 Date: 2011-10-05 14:41:57 +0000 (Wed, 05 Oct 2011) Log Message: ----------- adjusted import Modified Paths: -------------- branches/newquery/test/java/it/polito/appeal/traci/test/TraCITest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |