-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAQ Automatic Tests #26
Conversation
Request me on this when you feel like it is finished |
… rn) and added random test_id generation before canTX
3cd330b
to
1b98ae6
Compare
I also think you have a build error somewhere double check if all projects build |
Yea I can't seem to build it on my end. I have errors showing up in other places(not DCM), so maybe my configuration is not right. |
you're probably using the wrong compiler. I would double check the confluence page |
Fix the two things i reviewed then I think were good to merge |
For the compiler, I am using GCC arm-none-eabi, so I'm not sure why its not working. Do I need to make the changes locally and push them back to this PR? |
Yes just make sure to pull
El mar, 18 de feb de 2025, 3:04 p. m., Tanish Bengani <
***@***.***> escribió:
… For the compiler, I am using GCC arm-none-eabi, so I'm not sure why its
not working.
Do I need to make the changes locally and push them back to this PR?
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AISGQODLDRF4I2IPAQIYLET2QOG3FAVCNFSM6AAAAABXH4SKT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRWHAZDAMBWHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: tbengani]*tbengani* left a comment
(carnegiemellonracing/monorepo#26)
<#26 (comment)>
For the compiler, I am using GCC arm-none-eabi, so I'm not sure why its
not working.
Do I need to make the changes locally and push them back to this PR?
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AISGQODLDRF4I2IPAQIYLET2QOG3FAVCNFSM6AAAAABXH4SKT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRWHAZDAMBWHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
once you pull can you delete build folder and build again |
It builds on my computer now. |
The two things that are part of the review |
Wait I'm confused-- what exactly should I fix(and where do I find it)? |
scroll up in the review or ctrl f "review" there are two items
…On Tue, Feb 18, 2025 at 5:21 PM Tanish Bengani ***@***.***> wrote:
Wait I'm confused-- what exactly should I fix(and where do I find it)?
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AISGQOCCCZC324ZDHYYWBZ32QOW53AVCNFSM6AAAAABXH4SKT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRXGA2TCOJRHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: tbengani]*tbengani* left a comment
(carnegiemellonracing/monorepo#26)
<#26 (comment)>
Wait I'm confused-- what exactly should I fix(and where do I find it)?
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AISGQOCCCZC324ZDHYYWBZ32QOW53AVCNFSM6AAAAABXH4SKT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRXGA2TCOJRHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
oh wait my fault they were in preview haha |
ready to merge |
Send CAN message in DAQ CAN through DCM when car states up/down between HV_EN and RTD. Use 1 byte: 1 bit for start/stop, 7 bits for test_id.