ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Sean Yen's profile - activity

2021-02-10 12:38:10 -0500 commented question Cannot run roscore in windows10

Can you also share the log file? For example, the log should be preserved at C:\Users\Edwin\.ros\log\9258b36e-6adf-11eb-

2021-02-04 13:28:18 -0500 commented question Problem doing catkin_make with fresh install on windows 10

@azad, did you run the catkin_make from the command windows shortcut described in step 6 here? And make sure you have th

2020-12-28 21:07:52 -0500 commented question ROS Noetic Windows 10 Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'

@Acoker251 A new release is out and I believe this issue was addressed. Can you retry again? Thanks!

2020-12-22 18:24:31 -0500 commented question ROS Noetic Windows 10 Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'

Hi, I am from ROS on Windows team. This issue most likely is caused by a extra python38.dll under c:\opt\ros\noetic\x64\

2020-12-22 18:22:02 -0500 commented question ROS Noetic Windows 10 Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'

Hi, this issue most likely is caused by a extra python38.dll under c:\opt\ros\noetic\x64\bin\python38.dll. Removing it s

2020-10-19 18:49:52 -0500 commented question How to prevent "file name too long" issue during compilation in Windows

@sujoykroy, in order to overcome the path limitation, one can enable the Long Paths support by editing the registry key.

2020-10-13 22:49:03 -0500 commented question ROS2 Windows can't add dependency, fatal error LNK1107: invalid or corrupt file

@JoelB, it looks like you acquired the libraries from this repository. Those are Linux specific libraries and not binary

2020-10-13 22:19:08 -0500 commented question roslaunch not working in windows 10 noetic

@johnkerry, have you run devel\setup.bat to merge the ROS packages built from the source? Are you following the docs her

2020-09-29 16:59:32 -0500 commented question ROS Noetic Windows Package not found after catkin_make

@cjonesy Happy to hear you had all resolved. It would be great you can also update your original question or add your le

2020-09-29 03:38:19 -0500 commented question ROS Noetic Windows Package not found after catkin_make

@cjonesy For the roscd, which is an known issue and hope the fix can be included soon in the next Noetic release sync.

2020-09-28 13:56:51 -0500 commented question ROS Noetic Windows Package not found after catkin_make

Call devel\setup.bat (or devel_isolated\setup.bat) first and then invoking the ROS tools should just work. The workflow

2020-09-28 13:56:35 -0500 commented question ROS Noetic Windows Package not found after catkin_make

Call devel\setup.bat (or devel_isolated\setup.bat first and then invoking the ROS tools should just work. The workflow s

2020-09-28 13:31:19 -0500 commented question ROS Noetic Windows Package not found after catkin_make

@cjonesy, are you able to detail how to replicate the catkin workspace (or share the sources)? Also, it might be useful

2020-09-28 00:15:09 -0500 commented question ROS Noetic Windows Package not found after catkin_make

@cjonesy, one possible problem is that you didn't invoke devel\setup.bat to merge your catkin workspace, so it wasn't vi

2020-08-27 13:14:43 -0500 commented question Error when trying to build turtlebot3 packages using ROS for Windows

Can you try to add -DCMAKE_PROGRAM_PATH=c:\opt\rosdeps\x64\tools\protobuf to your catkin_make or catkin_make_isolated?

2020-06-30 17:53:06 -0500 commented question Errors occurs while using rosbag: Could not find library corresponding to plugin

@sdkfheiu23 Do you mind to share more how did you generate the bag or maybe share the bag file? And it sounds to me like

2020-06-30 17:52:26 -0500 commented question Errors occurs while using rosbag: Could not find library corresponding to plugin

@sdkfheiu23 Do you mind to share more how did you generate the bag or maybe share the bag file? And it sounds to me like

2020-06-11 16:44:23 -0500 commented question Add the installation prefix of "rslidar_msgs" to CMAKE_PREFIX_PATH

@rechuin It means you will need to git clone the rslidar_msgs' repository into your workspace, so that catkin can find a

2020-04-20 15:14:02 -0500 commented question Ros1 melodic on Windows catkin_make fails on empty workspace

@bwolfe, I noticed that it is using MinGW toolchain. Can you run the ROS command prompt with the MSVC toolchain? You can

2020-04-15 14:41:32 -0500 commented question Ros for Windows 10, ros doesn't recognise my catkin packages!

@JustNewToROS, after running the devel\setup.bat, your /robotics/src should be added to this environment variable %ROS_P

2020-04-08 12:46:52 -0500 commented answer Error Installing ROS on Windows10

For whoever runs into this, please kindly share your logs in this GitHub issue https://github.com/ms-iot/ROSOnWindows/is

2020-04-08 12:42:37 -0500 commented question ROS/Win10: vcpkg: Vcpkg is not installed

@lhqing2014, do you mind to share your c:\opt\chocolatey\logs\chocolatey.log on this GitHub issue? https://github.com/ms

2020-03-30 12:46:16 -0500 commented question Ros2 on Windows: entry point not found

@marreb, can you try the environment setup section of this doc? https://github.com/ros2/ros2_documentation/pull/506 some

2020-02-26 13:38:48 -0500 commented question Problem when setting Window Terminal for ROS on Window

@drtritm, ah, it seems to me you are using default setting feature. However I think what you are looking for is just to

2020-02-26 12:39:38 -0500 commented question Problem when setting Window Terminal for ROS on Window

@drtritm, Can you change the following part to using cmd.exe? I am suspecting the activated environment from setup.bat d

2020-02-26 12:39:07 -0500 commented question Problem when setting Window Terminal for ROS on Window

@drtritm, Can you change the following part to using cmd.exe? I am suspecting the activated environment from setup.bat d

2020-02-26 12:38:06 -0500 commented question Problem when setting Window Terminal for ROS on Window

@drtritm, Can you change the following part to using cmd.exe? I am suspecting the activated environment from setup.bat d

2019-11-13 12:11:19 -0500 commented question installing ros pkg in windows os

@dinesh, in order to install the packages beyond ROS Melodic desktop_full on Windows, you will need to create a catkin w

2019-11-13 12:11:05 -0500 commented question installing ros pkg in windows os

@dinesh, in order to install the packages beyond ROS Melodic desktop_full, you will need to create a catkin workspace an

2019-09-30 14:03:28 -0500 commented question How to make package using ROS on Windows ?

@jalamani @Matt_Blanc, have you run the Visual Studio developer command prompt as the Wiki page described? Also you will

2019-08-19 16:53:11 -0500 commented question Install robot_localization package Issues

@Horst, could you give it a try of this fork: https://github.com/ms-iot/robot_localization/tree/init_windows which shoul

2019-08-06 13:42:55 -0500 commented question How do I get the 'roscp' command to work?

Cross-posted it here: https://github.com/ms-iot/ROSOnWindows/issues/139

2019-07-10 12:46:22 -0500 commented question Can't start roscore on Windows 10 installation

@PeterVB, if you ever hit any problems of some dependencies not being installed correctly, you can run c:\opt\ros\melod

2019-07-09 16:48:51 -0500 commented question how to install defusedxml on windows 10

Btw, is it the same problem? https://answers.ros.org/question/328068/cant-start-roscore-on-windows-10-installation/ mayb

2019-07-09 16:47:19 -0500 commented question how to install defusedxml on windows 10

If you ever hit any problems of some dependencies not being installed correctly, you can do c:\opt\ros\melodic\x64\setup

2019-07-09 16:47:03 -0500 commented question how to install defusedxml on windows 10

If you ever hit any problems of some dependencies not being installed correctly, you can do "c:\opt\ros\melodic\x64\setu

2019-06-24 12:54:41 -0500 commented question WSL: Trouble running turtlesim_node

In cases you are not aware of this, if you are looking a ROS installation working on Windows, there is a Windows version

2019-06-19 15:16:43 -0500 commented question Windows10 rosrun couldn't find python scripts in path scripts.

Can you share the error message you see? Most likely I would guess you should change the line to catkin_install_python(P

2019-06-19 15:16:43 -0500 received badge  Commentator
2019-06-18 01:36:28 -0500 commented question Windows10 rosrun couldn't find python scripts in path scripts.

Have you installed your Python script in your CMakeLists.txt file (search for catkin_install_python())? http://docs.ros.

2019-03-27 17:14:45 -0500 commented question catkin_make failing, looking for argparse

You most likely hit this issue: https://github.com/ms-iot/ROSOnWindows/issues/91 Please kindly check it out and see if t

2019-03-10 13:36:32 -0500 commented question ROS for windows errors with ROS commands: boost_filesystem not found

@nevillekitala Did you run into the same issue? If the clean install won't help, I would suggest to log an issue on http

2019-02-20 20:28:35 -0500 commented question ROS not running well on windows 10?

@imcardle, I believe the issue should be resolved in newer ROS on Windows installation, please take some time to upgrade

2019-02-15 03:08:39 -0500 commented question ROS not running well on windows 10?

@imcardle Can you try to enter full-screen mode (F11) and exit to see if it helps? which seems to work for me. And it se

2018-11-13 17:46:56 -0500 received badge  Enthusiast
2018-11-11 13:33:30 -0500 received badge  Supporter (source)
2018-11-11 13:17:52 -0500 commented question ROS for windows errors with ROS commands: boost_filesystem not found

Did you see this from a catkin_make or from other steps? Have you run c:\opt\ros\melodic\x64\setup.bat to source the ROS

2018-11-01 14:12:10 -0500 commented question Windows 10 ROS1 problem (not using WSL)

In your command prompt, have you run "c:\opt\ros\melodic\x64\setup.bat" before running "catkin_make"? Does it exist "C:/

2018-10-10 15:14:36 -0500 commented question Ros-win ros-catkin-tools install fail

Glad to hear it worked now! :)

2018-10-10 13:27:24 -0500 commented question Ros-win ros-catkin-tools install fail

Can you run "choco upgrade ros-catkin-tools" again and post the full console output? The package was just getting update