We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a catkin build is done on any ROS package in a Japanese windows machine with ROS Noetic distribution, it leads to the following build error:
指定されたバッチ ラベルが見つかりません - GenerateTempFilename Traceback (most recent call last): File "C:\Local\Temp\T 9V1\tp9e8a5508_6c2a_4c34_ba09_bc42bcfa1c0f\build\catkin_generated\generate_cached_setup.py", line 27, in f.write('\n'.join(code)) UnicodeEncodeError: 'cp932' codec can't encode character '\u25c1' in position 594: illegal multibyte sequence
Expected Behavior: Build should be successful
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a catkin build is done on any ROS package in a Japanese windows machine with ROS Noetic distribution, it leads to the following build error:
指定されたバッチ ラベルが見つかりません - GenerateTempFilename
Traceback (most recent call last):
File "C:\Local\Temp\T 9V1\tp9e8a5508_6c2a_4c34_ba09_bc42bcfa1c0f\build\catkin_generated\generate_cached_setup.py", line 27, in
f.write('\n'.join(code))
UnicodeEncodeError: 'cp932' codec can't encode character '\u25c1' in position 594: illegal multibyte sequence
Expected Behavior:
Build should be successful
The text was updated successfully, but these errors were encountered: