KurtE/Arduino_Phoenix_Parts 203
Lynxmotion Phoenix Program for Arduino split into libraries
HR-OS1 Framework, based on the Darwin-OP project. Intended for use on HR-OS1 Humanoid Robot platforms.
HR-OS5 Framework, based on the Darwin-OP project. Intended for use on HR-OS5 Research Humanoid Robot platforms.
Library for Adafruit ILI9341 displays
Read a Playstation 2 Gamepad or Guitar Hero Controller using an Arduino
Arduino library for STMPE610/811 resistive touch screen controllers
Drivers and hardware definitions for the arbotix
ADC Lite for T4
This is ArduCAM library for Arduino boards
fork MohamadAMP/Arduino_Phoenix_Parts
Lynxmotion Phoenix Program for Arduino split into libraries
fork in 3 days
push eventKurtE/LSS_Test_sketches
commit sha d0be2ca6d0e115f156e0862d7f2c26c1127cc05c
Update M0_tstep sketch with checkstatus
push time in 5 days
push eventKurtE/LSS_Test_sketches
commit sha 69ec968da274dec211fd648b007e21e2c4a29c54
Updated LSS_M)_TSTEP.ino
push time in 5 days
startedKurtE/Arduino_Phoenix_Parts
started time in 6 days
pull request commentKurtE/FlexIO_t4
Put #ifdef around all Serial.printf calls. Sometimes Serial does not exist
Thank you. I understand. I would suggest that the best way to communicate what went wrong is with the return value. Right now it is a bool but if it were an enum you could return the exact reason and the calling code would be able to reason about the reason and take appropriate action. What do you think? Best, Patrick
comment created time in 9 days
push eventKurtE/LSS_Test_sketches
commit sha d9ccc6ee9c5ab32af5a70950248e70c75ebe0e3e
Define to use LSSConfig settings or define your own :)
push time in 9 days
push eventKurtE/LSS_Test_sketches
commit sha ebddbe841c36a991a050cceae38fe40414141334
Defaults to SW Interp and Leg configs are now #defines
push time in 9 days
pull request commentKurtE/FlexIO_t4
Put #ifdef around all Serial.printf calls. Sometimes Serial does not exist
Please note that the defines I used are not new. They were present and used in all of the .cpp files that I changed. I believe they are already defined and commented out in their relevant .cpp files. Thanks, Patrick
comment created time in 9 days
PR opened KurtE/FlexIO_t4
Hi Kurt, I am using your library in a context where Serial isn't defined because of my USB configuration. I am looking forward to your comments. Thanks, Patrick.
pr created time in 9 days
pull request commentKurtE/LSS_Test_sketches
Hi Kare
Fastest way to disable it completely is to comment out the line
g_ServoDriver.setGaitConfig(); //sets servo config to MJS version
in the .ino file. But if you do that you are going to loose all the setting for Gyre (clockwise/counterclockwise) and the offsets and the max speed that are working for you.
To be honest I did the same - I got the offsets from LSS Config app and copied them into the leg config table. If you already set them in the LSS config app then you really don't need to set them in the table.
Hope that answers your question.
I have problems typing english as well for what its worth - thank goodness for backspace and delete buttons :)
comment created time in 10 days
pull request commentKurtE/LSS_Test_sketches
Btw Mike,
I can't wait for the site to be open again. Is there a way to disable the offsets in code. The section in the driver file, where you are using -104(femur) and -137(tibia). For my robot -190 was more correct for the femur though. but some of my legs are a bit off, but the calibrations I already did using the LSS app should be ok. So is there a way to disable it or am I thinking wrong? I did write much more on the forum. Writing english isn't my fastest skill. lol.
Best regards, Kåre
On Mon, Jun 14, 2021 at 9:53 PM Kåre Halvorsen ***@***.***> wrote:
Thanks to you both!
Like I said in the other mail, forum is under maintenance. I had some Q's for Mike regarding the offsets in code. I hope my post wasn't lost, but I'm afraid so.
On Mon, Jun 14, 2021 at 9:45 PM KurtE ***@***.***> wrote:
Thinks Mike and Zenta – looks like our version of the fixed point old code is somewhat working 😃
Will be interesting to see how many more things to integrate into the USB settings…
Probably start with KISS
Thanks both of you!
From: Mike S ***@***.***> Sent: Monday, June 14, 2021 12:18 PM To: KurtE/LSS_Test_sketches ***@***.***> Cc: Subscribed ***@***.***> Subject: Re: [KurtE/LSS_Test_sketches] Some changes in config (#2)
Hi @Zenta https://github.com/Zenta When you close the PR it means it either has been incorporated or no longer needed. When the owner merges it he/she will close to saying it was merged, or if it wasn't merged they should notify you as the author of the PR.
Going to merge it for Kurt.
Oh if you redown the sketch now you should have the 'A' command available
- it toggles using either moveT command or the S/W interpolation that Kurt merged.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/KurtE/LSS_Test_sketches/pull/2#issuecomment-860930387> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAL4MQGZPC5K7IP4A3EQP3LTSZIX3ANCNFSM46VXTRDA> . < https://github.com/notifications/beacon/AAL4MQFHDXQQ43EKEPIW7TTTSZIX3A5CNFSM46VXTRDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGNIMCUY.gif>
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/KurtE/LSS_Test_sketches/pull/2#issuecomment-860945644, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQJV4QGBT6MKDGXGKYBPYLTSZL6LANCNFSM46VXTRDA .
--
Kåre Halvorsen, aka Zenta Mob:95041299
Zenta's blog http://www.zentasrobots.com/ Zenta's YouTube channel http://www.youtube.com/ZentaOlbaid
--
Kåre Halvorsen, aka Zenta Mob:95041299
Zenta's blog http://www.zentasrobots.com/ Zenta's YouTube channel http://www.youtube.com/ZentaOlbaid
comment created time in 10 days
pull request commentKurtE/LSS_Test_sketches
Thanks to you both!
Like I said in the other mail, forum is under maintenance. I had some Q's for Mike regarding the offsets in code. I hope my post wasn't lost, but I'm afraid so.
On Mon, Jun 14, 2021 at 9:45 PM KurtE ***@***.***> wrote:
Thinks Mike and Zenta – looks like our version of the fixed point old code is somewhat working 😃
Will be interesting to see how many more things to integrate into the USB settings…
Probably start with KISS
Thanks both of you!
From: Mike S ***@***.***> Sent: Monday, June 14, 2021 12:18 PM To: KurtE/LSS_Test_sketches ***@***.***> Cc: Subscribed ***@***.***> Subject: Re: [KurtE/LSS_Test_sketches] Some changes in config (#2)
Hi @Zenta https://github.com/Zenta When you close the PR it means it either has been incorporated or no longer needed. When the owner merges it he/she will close to saying it was merged, or if it wasn't merged they should notify you as the author of the PR.
Going to merge it for Kurt.
Oh if you redown the sketch now you should have the 'A' command available
- it toggles using either moveT command or the S/W interpolation that Kurt merged.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/KurtE/LSS_Test_sketches/pull/2#issuecomment-860930387> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAL4MQGZPC5K7IP4A3EQP3LTSZIX3ANCNFSM46VXTRDA> . < https://github.com/notifications/beacon/AAL4MQFHDXQQ43EKEPIW7TTTSZIX3A5CNFSM46VXTRDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGNIMCUY.gif>
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/KurtE/LSS_Test_sketches/pull/2#issuecomment-860945644, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQJV4QGBT6MKDGXGKYBPYLTSZL6LANCNFSM46VXTRDA .
--
Kåre Halvorsen, aka Zenta Mob:95041299
Zenta's blog http://www.zentasrobots.com/ Zenta's YouTube channel http://www.youtube.com/ZentaOlbaid
comment created time in 10 days
pull request commentKurtE/LSS_Test_sketches
Hi @Zenta When you close the PR it means it either has been incorporated or no longer needed. When the owner merges it he/she will close to saying it was merged, or if it wasn't merged they should notify you as the author of the PR.
Going to merge it for Kurt.
Oh if you redown the sketch now you should have the 'A' command available - it toggles using either moveT command or the S/W interpolation that Kurt merged.
comment created time in 10 days
push eventKurtE/LSS_Test_sketches
commit sha 681c731df192c0e7be3049af913928821c9093c9
Some changes in config Just some minor Zenta stuff.
commit sha 75aea7afd70f0dcce30c8179787bceee542fae6b
Merge pull request #2 from Zenta/master Some changes in config
push time in 10 days
PR merged KurtE/LSS_Test_sketches
Just some minor Zenta stuff. And trying to learn Github. Not sure if I'm doing it correctly though. Trying to Create a pull request.
pr closed time in 10 days
pull request commentKurtE/LSS_Test_sketches
Or reopen? When I'm closing is that the same to say I'm done for now? Or is this for conversation so others(master) can check?
comment created time in 10 days
PR closed KurtE/LSS_Test_sketches
Just some minor Zenta stuff. And trying to learn Github. Not sure if I'm doing it correctly though. Trying to Create a pull request.
pr closed time in 10 days
pull request commentKurtE/LSS_Test_sketches
What to do next. Should I choose Close with comment?
comment created time in 10 days
PR opened KurtE/LSS_Test_sketches
Just some minor Zenta stuff. And trying to learn Github. Not sure if I'm doing it correctly though. Trying to Create a pull request.
pr created time in 10 days
push eventKurtE/LSS_Test_sketches
commit sha f5ee09659cb0ea63245d18e0006347fd5be88c5f
Fix for ON/OFF when using Bluetooth
push time in 12 days
push eventKurtE/LSS_Test_sketches
commit sha af23f733642ffa765a10e4e46c19a2caccbb0a39
Added BLUETOTH define
push time in 13 days
push eventKurtE/LSS_Test_sketches
commit sha 292118c6e7358ef4b8196503fc8231199d5b6124
Update for Wired PS4/Serial Msg Output
commit sha eae83374a9c6d1fc658fcb43119597a39d8f38a8
Merge branch 'master' of https://github.com/KurtE/LSS_Test_sketches
push time in 13 days
push eventKurtE/LSS_Test_sketches
commit sha 88be82cfb599055aea4b76d437e5296f885275e6
new sektch
push time in 15 days
startedjonathanrjpereira/DWM1001-Real-Time-Localization-System
started time in 15 days