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

px4 fails to accept connections on 14560 when stdout is redirected #11621

Open
aleb opened this issue Mar 11, 2019 · 5 comments
Open

px4 fails to accept connections on 14560 when stdout is redirected #11621

aleb opened this issue Mar 11, 2019 · 5 comments
Labels
bug Sim: SITL software in the loop simulation stale

Comments

@aleb
Copy link

aleb commented Mar 11, 2019

I run px4 in a Jenkins job, and if I run it like this in the script, it works fine:

./px4 -d /path-to/px4.rc &

but if I want to capture the stdout and stderr in a file, it fails to receive connections on port 14560:

./px4 -d /path-to/px4.rc >px4.log 2>&1 &

It gets to the "INFO [simulator] Waiting for initial data on UDP port 14560. Please start the flight simulator to proceed.." line and that's it.

@stale
Copy link

stale bot commented Jun 24, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Jul 8, 2019

Closing as stale.

@stale stale bot closed this as completed Jul 8, 2019
@julianoes julianoes self-assigned this Jul 9, 2019
@julianoes julianoes reopened this Jul 9, 2019
@stale stale bot removed the Admin: Wont fix label Jul 9, 2019
@julianoes julianoes added bug Sim: SITL software in the loop simulation labels Jul 9, 2019
@julianoes
Copy link
Contributor

Thanks for raising this. My guess is that this is due to the fact that the simulator weirdly waits. I want to have a look at this at some point.

@stale
Copy link

stale bot commented Oct 7, 2019

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Oct 7, 2019
@julianoes julianoes removed their assignment Oct 7, 2019
@stale stale bot removed the stale label Oct 7, 2019
@stale
Copy link

stale bot commented Jan 5, 2020

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Sim: SITL software in the loop simulation stale
Projects
None yet
Development

No branches or pull requests

2 participants