ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
5

Use of --symlink-install

asked 2018-07-03 07:24:25 -0500

aks gravatar image

When we use --symlink-install for a build, that means the changes made in the source files would be reflected in the install files automatically ? Is this correct ?

If I change a source code in the source directory and save and run the node using ROS2 run command, would it be reflected ?

edit retag flag offensive close merge delete

Comments

Related #q296083

tfoote gravatar image tfoote  ( 2018-07-03 11:12:40 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
4

answered 2018-07-03 11:15:37 -0500

tfoote gravatar image

Generally yes, but that's only true for interpreted languages. Compiled languages need to be recompiled to take effect.

edit flag offensive delete link more

Comments

yes, I meant python for example.

aks gravatar image aks  ( 2018-07-04 08:47:27 -0500 )edit

Just make it more clear for future people, --symlink-install applies for languages such as Python, but not for languages such as C++.

Hongbo Miao gravatar image Hongbo Miao  ( 2022-12-24 17:09:36 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2018-07-03 07:24:25 -0500

Seen: 5,511 times

Last updated: Jul 03 '18