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

Find magnetometer config script returns non-zero exit code #12

Closed
impala454 opened this issue Jul 23, 2018 · 2 comments
Closed

Find magnetometer config script returns non-zero exit code #12

impala454 opened this issue Jul 23, 2018 · 2 comments

Comments

@impala454
Copy link

The context of this error is attempting to run the husky robot from within a docker image.

The line here of the script 50.husky_find_mag_config.sh which is obviously intended to error quietly if a user provided file is not found, still provides a non-zero exit code. While this isn't a major problem, it ends up clashing with the default docker behavior in ROS' published docker images. Namely this line which forces the docker image to bail out on non-zero exit codes. Our quick workaround to simply add some commands to our docker image to copy the default file to the correct name and location in the ROS etc directory the script in question is first looking for. This fixes it and the husky robot runs nicely from the docker image, however I thought it was worth noting this minor issue.

@impala454
Copy link
Author

impala454 commented Jul 23, 2018

I should add, this is using the default Ubuntu Xenial / Kinetic debian packages, specifically ros-kinetic-husky-robot version 0.3.0-0xenial-20180626-092738-0800.

@tonybaltovski
Copy link
Member

Closing due to inactivity. Please feel free to re-open if issue persists.

@tonybaltovski tonybaltovski closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2022
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

No branches or pull requests

2 participants