Created
September 26, 2019 20:44
-
-
Save yucedagonurcan/429b91a2ed2d01a932d1200fdb948081 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| After running this command: roslaunch runtime_manager runtime_manager.launch | |
| Newly opened terminal can display the following error: | |
| top: bad delay interval '0.1' | |
| Exception in thread Thread-8: | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner | |
| self.run() | |
| File "/usr/lib/python2.7/threading.py", line 754, in run | |
| self.__target(*self.__args, **self.__kwargs) | |
| File "/home/aw2/autoware.ai/install/runtime_manager/lib/runtime_manager/runtime_manager_dialog.py", line 1408, in top_cmd_th | |
| s = subprocess.check_output(['sh', '-c', 'env COLUMNS=512 top -b -n 2 -d 0.1']).strip() | |
| File "/usr/lib/python2.7/subprocess.py", line 574, in check_output | |
| raise CalledProcessError(retcode, cmd, output=output) | |
| CalledProcessError: Command '['sh', '-c', 'env COLUMNS=512 top -b -n 2 -d 0.1']' returned non-zero exit status 1 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also if above couldn't solve the problem: Add this to ~/.bashrc: