0
I Use This!
Inactive

Commits : Listings

Analyzed 11 days ago. based on code collected 12 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Error fix MessageServer More... over 7 years ago
Exceptions in MessageServer-calss will now be pushed to the app. More... over 7 years ago
Exceptions occuring in MessengerClient will now send to the app/ErrorListener. More... over 7 years ago
In case of an exception in server Worker the exception will now be pushed to the app. More... over 7 years ago
Renamed Message server and client class. More... over 7 years ago
Statemachine to test messaging with 4 robots More... over 7 years ago
Implmeneted Synchronized setSpeed. Added forward/backward method with speed parameter. More... over 7 years ago
EV3App/API: EV3 Hardware Buttons implemented (#51) More... over 7 years ago
Now the speed for Forward/Backward and turnLeft/right can be set with the method call. More... over 7 years ago
Disconnect Motors/Sensors when initialization failed. More... over 7 years ago
EV3App-motorendpoint: Catch possible null pointer exception More... over 7 years ago
Changed Method name (stop) of imperative implementation due to the risk of getting overwritten by stop (stop motors). Made the other fixed methods final to prevent that they get overwritten. More... over 7 years ago
Removed LVL2API (#95). More... over 7 years ago
Fxied error which appeared when sensor/motor creation on brick failed. More... over 7 years ago
Added switch to settings to enable/disable phone charging. Does not work, therfore disabled in view. More... over 7 years ago
Implemented synchronized forward/backward and further motor operations (#89) now Motor operations wont get executed if system got interrupted. More... over 7 years ago
All Motors get stopped after imperative implementation has finished. Implemented Imperative wall ping pong (single). More... over 7 years ago
Added Gyrosupport for turns (#72). DifferentialPilot now supports angle correction to do more precise turning maneuvers than before. More... over 7 years ago
EV3App, AbstractSensor: minor change in creatingSensor method More... over 7 years ago
Sensormode gets now carried in the SensorEventMessages and EV3SensorEvents. More... over 7 years ago
Updated BasicAPI: Removed controller fields. provided getter methods. More... over 7 years ago
Font size for drawing a string on ev3-display can now be set (#76) More... over 7 years ago
Some messaging fixes and test implemntation (#87): 1. Fixes some messageing issues. 2. Implemented messaging test (TestMessageAccess.java - imperative impl). More... over 7 years ago
Tested Small servo motor (#52) More... over 7 years ago
1. Fixed issues on Test classes. 2. Implemented missing methods on robotcontextstate. More... over 7 years ago
Refactored APIs: 1. Introduced Basic api providing basic methods which are independent to the implementation style (statemachine/Imperative) 2. ImperativeAPI and StatemachineAPI are now extending BasicAPI. 3. Provider Objects are now private fields. Motor- and Sensor Provider still can be accessed using their getter methods. (#95) More... over 7 years ago
Changes to Access messages directly. (Not tested yet) More... over 7 years ago
Fixed typo (#98) More... over 7 years ago
Merge pull request #99 from Echtzeitsysteme/felicia-dev3 More... over 7 years ago
Describe how to use the script with JavaEditor More... over 7 years ago