Closed Timple closed 6 years ago
Steps to reproduce:
https://github.com/ros/std_msgs mv std_msgs other_name cd catkin_ws ln -s ~/other_name std_msgs cd std_msgs roscompile
Now std_msgs is added as its own dependency. Probably because it is checking against the actual dir name? Instead of the symlinked dir name?
The rest of the ROS toolings works fine for symlinked packages by the way.
Steps to reproduce:
Now std_msgs is added as its own dependency. Probably because it is checking against the actual dir name? Instead of the symlinked dir name?
The rest of the ROS toolings works fine for symlinked packages by the way.