TonyRobotics / RoboWare

316 stars 205 forks source link

Unable to open some workspaces #28

Open naveedhd opened 7 years ago

naveedhd commented 7 years ago

Some of my workspaces don't open in RoboWare Studio resulting in:

Path is not ROS workspace
The path '/home/me/ws' does not seem to be an effective ROS Workspace on disk.

This workspace is built using cakin build rather than catkin_make.

How does the roboware studio distinguish a catkin workspace?

slashie commented 7 years ago

just installed, having same issue, using catkin build

mrath commented 7 years ago

Same issue here. Maybe Malcolm in #22 got it working?

beetleskin commented 7 years ago

Right now, only the "raw" catkin is supported, not the catkin_tools extension. You can resolve this issue by by copying the CMakeLists.txt from any workspace created with catkin_init_workspace (ist just a symbolic link anyway)

@tonyrobotics there seems to be a lot of confusion about your support of catkin tools along with a lot of duplicate issues. Adding some info to the Readme.md might help ;)

roboticsai commented 6 years ago

ok, after i created a CMakeLIsts.txt file inside src folder of my ros workspace i.e by initializing that this folder is made for ros, robware is smoothely accepting any catkin workspace .