Tatsächlich nein . Aber im Userspace ist es 1:1 ftrobopyPHabermehl hat geschrieben:Toppp !!!!
Hoffe, Du hast auch gleich ne Doku gemacht
Gruß
Peter
CFW weekly builds
Forumsregeln
Bitte beachte die Forumsregeln!
Bitte beachte die Forumsregeln!
Re: CFW weekly builds
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
Sehr gut... Ich habe morgen ein Hühnchen mit dir zu rupfen
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
Sry, doppelt gepostet
Re: CFW weekly builds
fttxpy gibt es nach meinem Urlaub
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
weekly build for wk1739 available:
https://github.com/ftCommunity/ftcommun ... 20170929-2
just a minor update, only noticeable change is a layout change to the TouchAuxiliary.py internal keyboard (used in some apps)...
Oh, and Richard just told me how to rotate the screen to landscape orientation:
Log into your TXT using ssh. Then
and enter the desired screen rotation (0/90/180/270)
Save the file and restart the launcher by issueing
Thanks, Richard!
PS. looks like startIDE is the first app to have a dedicated screen layout for both portrait and landscape screens
[/b]
https://github.com/ftCommunity/ftcommun ... 20170929-2
just a minor update, only noticeable change is a layout change to the TouchAuxiliary.py internal keyboard (used in some apps)...
Oh, and Richard just told me how to rotate the screen to landscape orientation:
Log into your TXT using ssh. Then
Code: Alles auswählen
sudo nano /etc/default/launcher
Code: Alles auswählen
SCREEN_ROTATION=xx
Code: Alles auswählen
sudo /etc/init.d/S90launcher restart
PS. looks like startIDE is the first app to have a dedicated screen layout for both portrait and landscape screens
[/b]
Zuletzt geändert von PHabermehl am 30 Sep 2017, 22:52, insgesamt 2-mal geändert.
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
Please be aware that the landscape oriented on-screen keyboard is NOT contained in yesterday's build. It will be part of the next weekly build.
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
weekly build for wk1740 available at[/b]
https://github.com/ftCommunity/ftcommun ... t-20171005
Big news behind a small icon: Use the Display config to calibrate your touchscreen or to rotate the display:
https://github.com/ftCommunity/ftcommun ... t-20171005
Big news behind a small icon: Use the Display config to calibrate your touchscreen or to rotate the display:
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
weekly build for wk1743 available @ https://github.com/ftCommunity/ftcommun ... t-20171026
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
weekly build for wk1744 available @ https://github.com/ftCommunity/ftcommun ... t-20171103
Re: CFW weekly builds
Nice to see that the development continues. Question though: since the installation of 0.9.3 on 1 of my TXT's, the motors and taking images aren't working anymore. On my other TXT with 0.9.2-4, everything runs nice. Since I don't like downgrading cfw, which 0.9.4 version should I take as it's not branded as stable?
hvn
hvn
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
Hello Huub,
What do you mean by "the Motors aren't working anymore?" I'm quite surprised because we never had any complaints. Even my Models at Dreiech ran with 0.9.3, so both, camera and motors are known to work... What exactly do you do?
Kind regards
Peter
What do you mean by "the Motors aren't working anymore?" I'm quite surprised because we never had any complaints. Even my Models at Dreiech ran with 0.9.3, so both, camera and motors are known to work... What exactly do you do?
Kind regards
Peter
Re: CFW weekly builds
My problem is that the code I use for running my walking model works great on the default fw, but not on the cfw. I've checked using an oscilloscope, but there's no signal at all coming from the motor outputs when the cfw runs. With the camera, I know both controller and camera work on the default fw but there's no image grabbed on the cfw: pic = txt.getCameraFrame() comes back empty with both ft-cameras. I've mentioned this in a different thread some time ago but got no response yet.
-
- Administrator
- Beiträge: 583
- Registriert: 26 Dez 2015, 23:49
- Wohnort: Rhein-Main-Gebiet
Re: CFW weekly builds
Hello Huub,
If yes: Change this to to make it work with cfw 0.9.3 and up.
How do you initialize ftrobopy? I'm guessing that you use something likehvn hat geschrieben:My problem is that the code I use for running my walking model works great on the default fw, but not on the cfw. I've checked using an oscilloscope, but there's no signal at all coming from the motor outputs when the cfw runs.
Code: Alles auswählen
txt = ftrobopy.ftrobopy("localhost", 65000)
Code: Alles auswählen
txt = ftrobopy.ftrobopy("auto")
Re: CFW weekly builds
Hi Huub,
- ftrobopy camera functions and openCV camera functions cannot be used at the same time
If you stick to these rules, camera I/O works fine in the cfw. I never had any problems there, neither in the 0.9.3. nor in the 0.9.4 version of the cfw.
Best wishes,
Torsten
- when running the cfw the ft-GUI has to be started before any ftrobopy camera function (startCameraOnline, stopCameraOnline, getCameraFrame) can be used.hvn hat geschrieben:[...]there's no image grabbed on the cfw: pic = txt.getCameraFrame() comes back empty with both ft-cameras. I've mentioned this in a different thread some time ago but got no response yet.
- ftrobopy camera functions and openCV camera functions cannot be used at the same time
If you stick to these rules, camera I/O works fine in the cfw. I never had any problems there, neither in the 0.9.3. nor in the 0.9.4 version of the cfw.
Best wishes,
Torsten
Re: CFW weekly builds
Now both camera functions and the motors work again, when the ft-GUI shows on the display. But this is not how it works on my other TXT running 0.9.2-x: I can just run it no matter which GUI shows. So has this indeed changed since?Torsten hat geschrieben: - when running the cfw the ft-GUI has to be started before any ftrobopy camera function (startCameraOnline, stopCameraOnline, getCameraFrame) can be used.
hvn
Re: CFW weekly builds
From 0.9.2 to 0.9.3 we disabled the ft-gui background service.
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
Weekly build for wk1748 available here:
https://github.com/ftCommunity/ftcommun ... t-20171202
Most important part of the update is the removal of some unused stuff to save on memory.
https://github.com/ftCommunity/ftcommun ... t-20171202
Most important part of the update is the removal of some unused stuff to save on memory.
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
Hi Peter,
vielen Dank für deine Arbeit.
Gruß
Christian
vielen Dank für deine Arbeit.
Gruß
Christian
- PHabermehl
- Beiträge: 2461
- Registriert: 20 Dez 2014, 22:59
- Wohnort: Bad Hersfeld
Re: CFW weekly builds
Weekly build for Wk1751:
https://github.com/ftCommunity/ftcommun ... t-20171221
New:
ftduino supported as I/O extension via ftduino_direct.py
ftduino info: https://github.com/harbaum/ftduino/
ftduino_direct: https://github.com/PeterDHabermehl/ftduino_direct (the python module is now part of the cfw, you just have to flash ftduino_direct.ino to your ftduino)
https://github.com/ftCommunity/ftcommun ... t-20171221
New:
ftduino supported as I/O extension via ftduino_direct.py
ftduino info: https://github.com/harbaum/ftduino/
ftduino_direct: https://github.com/PeterDHabermehl/ftduino_direct (the python module is now part of the cfw, you just have to flash ftduino_direct.ino to your ftduino)