roscd <my-package> showing type errors in windows os [closed]
Hello,
I have just installed ROS Noetic Ninjemys on windows. To check its working I have compiled a package test1
with rospy dependencies, and then normally did the catkin_make
and devel\setup.bat
to compile the packages. But, when roscd test1
I am getting some type error message, as shown in the picture (see this link
c:\catkin_ws>roscd test1
Traceback (most recent call last):
File "c:\opt\ros\noetic\x64\bin\\rosfindpath.py", line 84, in <module>
sys.exit(findpath main(sys.argv[1:)))
File "c:\opt\ros\noetic\x64\bin\\rosfindpath.py", line 76, in findpathmain
rosdir = os.path.normpath(os.path.sep.join([package_dir, reldir]))
TypeError: sequence item 0: expected str instance, bytes found The filename, directory name, or volume label syntax is incorrect.
c:\catkin_ws>echo %ROS_PACKAGE_PATH%
C:/catkin_ws/src;c:\opt\ros\noetic\x64\share
Please refer to ms-iot/ROSOnWindows#248.
Ok, Thank you