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

totalnewbie's profile - activity

2019-01-09 21:00:39 -0500 received badge  Famous Question (source)
2018-10-09 08:47:38 -0500 received badge  Famous Question (source)
2018-10-03 05:06:23 -0500 received badge  Notable Question (source)
2018-09-08 20:45:59 -0500 received badge  Notable Question (source)
2018-08-28 07:59:40 -0500 received badge  Enthusiast
2018-08-21 11:19:42 -0500 received badge  Popular Question (source)
2018-08-20 15:28:35 -0500 marked best answer roscd can't find newly created packages (Win10/WSL)

I've already read half the internet, here's what's wrong: Packages created with catkin_create_pkg in a catkin workspace can't be found by roscd, therefore roslaunch etc. don't work either. I already found out that the path to the workspace is missing in the ROS_PACKAGE_PATH, that might be the problem. Here's what I already tried:

  • Setting up a new workspace on the same level as the old one. Result: Nothing better.
  • manipulating the .bashrc and ROS_PACKAGE_PATH. Result: Spaces in the path to the workspace are deleted, although I used them with escape characters. So the path is incorrect and I get the adequate error.
  • Creating a new plain package in the workspace/src, problem as described
  • I've sourced the devel/setup.bash a million times, that doesn't fix it.
  • Restarting the console permanently (always sourcing setup.bash afterwards)

Also, when trying to launch something (that worked in the exact same workspace before!), I get the error

[] is neither a launch file in package [] nor is [] a launch file name.

My setup is kind of complicated: My workspace is in a OneDrive-synced folder (Win10 file system), which is then mounted using WSL to have a Linux environment for ROS development.

2018-08-20 15:28:35 -0500 received badge  Scholar (source)
2018-08-20 15:27:50 -0500 commented answer roscd can't find newly created packages (Win10/WSL)

In the end, I set up a VM with Linux, which isn't ideal on a not-so-powerful portable machine for sure, but at least ROS

2018-08-20 12:43:53 -0500 asked a question Internal ROS errors: BOOST, deduction failure

Internal ROS errors: BOOST, deduction failure I'm currently building a ROS Behavior Tree controlling unit, using the lib

2018-08-20 12:35:21 -0500 answered a question roscd can't find packages

Have you tried sourcing the setup file again? This must be done for every fresh console. Do cd ~/path/to/your/catkin_wor

2018-08-17 04:14:39 -0500 received badge  Popular Question (source)
2018-08-16 15:32:44 -0500 asked a question roscd can't find newly created packages (Win10/WSL)

roscd can't find newly created packages I've already read half the internet, here's what's wrong: Packages created with