roscd <my-package> showing type errors in windows os [closed]

asked 2020-10-11 10:00:32 -0500

Shravista gravatar image

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 linkimage description

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

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by gvdhoorn
close date 2020-10-12 02:34:35.344698

Comments

Please refer to ms-iot/ROSOnWindows#248.

gvdhoorn gravatar image gvdhoorn  ( 2020-10-12 02:34:48 -0500 )edit

Ok, Thank you

Shravista gravatar image Shravista  ( 2020-10-12 02:41:51 -0500 )edit