Skip to content
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

Changed operation of physicsFeed in physics.c possibly breaking the examples in sbench (although they all still compile run) #180

Open
JamesTimothyMeech opened this issue Oct 14, 2020 · 0 comments
Assignees
Labels

Comments

@JamesTimothyMeech
Copy link
Contributor

Change
The original code in physics.c would sum up all the sensor values in reading for all sensors except sensor 0.

I have modified the code such that the reading is the current value in time from the samples.txt for all sensors 0 to n.

Phillip expects that the original functionality is relied upon by the examples in sbench and therefore this change could break the examples. The output should be examined before and after this change to verify whether or not the output changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants