DLu / roscompile

106 stars 19 forks source link

roscompile does not work with symlinked directories #46

Closed Timple closed 6 years ago

Timple commented 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.