-
Notifications
You must be signed in to change notification settings - Fork 280
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
problem sourcing setup.sh #561
Comments
It looks like that the executed Can you please invoke the python script manually (in the same way as it is called by the |
I did not expect setup.sh to create any temporary files. The setup.sh was probably failing because the disk got full. |
That fits the above description perfectly. If the disk is full The solution is:
|
add error handling when _setup_util.py fails, e.g. due to disk full (fix #561)
Use submap_painter. Merge this after cartographer-project/cartographer#599.
This is what I get with setup.sh:
ubuntu@ip-10-217-153-196:~/cloudsim$ . /opt/ros/groovy/setup.sh
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
-bash: [: 0: unary operator expected
And this is setup.bash:
ubuntu@ip-10-217-153-196:~/cloudsim$ . /opt/ros/groovy/setup.bash
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
The text was updated successfully, but these errors were encountered: