duckietown / hatchery

🐣 An IDE for building ROS applications
http://www.ros.org/
Other
8 stars 1 forks source link

Error Launching Nodes an Launch Files #13

Closed marcbone closed 5 years ago

marcbone commented 5 years ago

Everytime i try launching a node or a launch file with hatchery I get this error after building (you know, these "[100%] Built target xy" messages):

.
.
.
Base path: /home/username/catkin_ws
Source space: /home/username/catkin_ws/src
Build space: /home/username/catkin_ws/build
Devel space: /home/username/catkin_ws/devel
Install space: /home/username/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/username/catkin_ws/build"
####
####
#### Running command: "make -j12 -l12" in "/home/username/catkin_ws/build"
####
Sourcing /home/username/catkin_ws:devel:setup.sh
sh: 5: .: Can't open /home/username/catkin_ws:devel:setup.sh

Process finished with exit code 2

I am using the hatchery 3.2 plugin with Pycharm Professional installed via the toolbox. The same happens in Clion. However if I am using Hatchery 3.0 this problem does not occur.