duckietown / hatchery

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

Can't open /home/ch/ros/catkin_ws:devel:setup.sh #21

Closed ct2034 closed 5 years ago

ct2034 commented 5 years ago

This is what i get when trying to launch a launchfile from a run config

sh -c "echo 'ROS workspace directory: /home/ch/ros/catkin_ws' &&
      cd /home/ch/ros/catkin_ws &&
      catkin_make &&
      echo 'Sourcing /home/ch/ros/catkin_ws:devel:setup.sh' &&
      . /home/ch/ros/catkin_ws:devel:setup.sh &&
      echo 'Available nodes:' &&
      rosnode list &&
      echo 'Available topics:' &&
      rostopic list &&
      echo 'Available services:' &&
      rossrv list &&
      echo 'Available parameters:' &&
      rosparam list &&
      roslaunch  /home/ch/ros/catkin_ws/src/my_catkin_sandbox/my_catkin_sandbox/launch/demo.launch "
ROS workspace directory: /home/ch/ros/catkin_ws
[  0%] Built target ... (TLDR)
[ 84%] Building CXX object catkin_industrial_motion/catkin_trajectory_generation/CMakeFiles/catkin_trajectory_generation_test.dir/src/plan_components_builder.cpp.o
Linking CXX shared library /home/ch/ros/catkin_ws/devel/lib/libcatkin_trajectory_generation_test.so
Built target catkin_trajectory_generation_test
Built target planning_context_loader_lin
Built target planning_context_loader_circ
Base path: /home/ch/ros/catkin_ws
Source space: /home/ch/ros/catkin_ws/src
Build space: /home/ch/ros/catkin_ws/build
Devel space: /home/ch/ros/catkin_ws/devel
Install space: /home/ch/ros/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/ch/ros/catkin_ws/build"
####
####
#### Running command: "make -j8 -l8" in "/home/ch/ros/catkin_ws/build"
####
sh: 5: .: Can't open /home/ch/ros/catkin_ws:devel:setup.sh
Sourcing /home/ch/ros/catkin_ws:devel:setup.sh

Screenshot from 2019-07-04 10-13-02

I am using Pycharm 2019.1 hatchery 0.3.2

marcoesposito1988 commented 5 years ago

This should be #18

wandgibaut commented 5 years ago

I have the same problem with Pycharm, even with the latest version (0.32) and installing from disk, a suggestion from the issue #18.