ROS for windows errors with ROS commands: boost_filesystem not found

asked 2018-11-11 00:02:37 -0500

drsolanki gravatar image

updated 2018-11-11 06:10:26 -0500

gvdhoorn gravatar image

Windows ROS command line tools fails with error message:

The code execution cannot proceed because boost_filesystem-vc141-mt-x64-1_66.dll was not found...
edit retag flag offensive close merge delete

Comments

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 environment?

Sean Yen gravatar image Sean Yen  ( 2018-11-11 13:17:52 -0500 )edit

I see the error with the ros commands like: "roscd roscpp" or "rospack /?" I have not yet tried catkin_make. Yes I did run the setup.bat file. I also installed boost c++ libraries in (C:\Program Files\boost\boost_1_66_0) and added it to the windows PATH variable.

drsolanki gravatar image drsolanki  ( 2018-11-11 20:25:43 -0500 )edit

any solution to this??

nevillekitala gravatar image nevillekitala  ( 2019-03-10 12:47:37 -0500 )edit

Is there a way to work around this

nevillekitala gravatar image nevillekitala  ( 2019-03-10 12:48:02 -0500 )edit

@nevillekitala Did you run into the same issue? If the clean install won't help, I would suggest to log an issue on https://github.com/ms-iot/ROSOnWindows for further troubleshoot. Thanks.

Sean Yen gravatar image Sean Yen  ( 2019-03-10 13:36:32 -0500 )edit