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

Pr snapdragon follow up #9503

Merged
merged 5 commits into from
May 23, 2018
Merged

Pr snapdragon follow up #9503

merged 5 commits into from
May 23, 2018

Conversation

RomanBapst
Copy link
Contributor

@RomanBapst RomanBapst commented May 22, 2018

Replaces #9467

@dagar I cherry-picked the commits from my previous PR which were not addressed by your recent PR's.

@RomanBapst RomanBapst mentioned this pull request May 22, 2018
@dagar
Copy link
Member

dagar commented May 22, 2018

Looks good. I don't have an answer for putchar at the moment.

@dagar dagar mentioned this pull request May 22, 2018
@dagar dagar mentioned this pull request May 22, 2018
@@ -165,7 +165,7 @@ class DfMpu9250Wrapper : public MPU9250
math::LowPassFilter2p _gyro_filter_y;
math::LowPassFilter2p _gyro_filter_z;

unsigned _publish_count;
//unsigned _publish_count;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to myself: Remove this

@dagar
Copy link
Member

dagar commented May 22, 2018

Driverframework was on an invalid commit after the PR was merged. I updated the submodule and squashed into the previous commit.

RomanBapst and others added 4 commits May 23, 2018 08:56
- just use external mag, if they run together the sensor_mag_0 topic gets
corrupted even though they publish on different instances
- added sleep at two places, they resolve weird boot problems like params
not being read correctly...

Signed-off-by: Roman <[email protected]>

int putchar(int character)
{
PX4_ERR("Error: Calling unresolved symbol stub:[%s]", __FUNCTION__);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dagar Is is better if we just print nothing for now? The only thing I worry about is that we forget about this and at some point it bites us.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I suppose that's a safe alternative.

@RomanBapst
Copy link
Contributor Author

@dagar @bkueng Can somebody review this so that we can bring it in.
Not sure what to do about the putchar. One suggestion would be to just make an empty function stub. I assume it's just used for printing to the console so at least it's nothing critical.

@dagar
Copy link
Member

dagar commented May 23, 2018

@RomanBapst things seem to be working and we can come back to it later if we ever develop a better understanding.

@dagar dagar merged commit 464db32 into master May 23, 2018
@dagar dagar deleted the pr-snapdragon_follow_up branch May 23, 2018 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants