-
Notifications
You must be signed in to change notification settings - Fork 151
Description
System Info
Im using Ubuntu 20.04
python3 --3.8.10
catkin_tools 0.9.2
renamed a package to follow convention of other team mates code and now the catkin build does not work.
Expected Behavior
the renamed package should build.
used: mv gazebo_envir gazebo_ros
The package should still build using catkin build now that it has been renamed.
Actual Behavior
Errors << gazebo_envir:check /home/widogast/catkin_ws/logs/gazebo_envir/build.check.011.log
CMake Error: The source directory "/home/widogast/catkin_ws/src/gazebo_envir" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** [Makefile:334: cmake_check_build_system] Error 1
cd /home/widogast/catkin_ws/build/gazebo_envir; catkin build --get-env gazebo_envir | catkin env -si /usr/bin/make cmake_check_build_system; cd -
everything after this is then abandoned. And I cannot run the code.