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

What's the meaning of "Don't forget to add the script to the CMakeLists.txt install rule"

asked 2020-04-16 08:25:57 -0500

Dean gravatar image

I am parctising this web page:

http://wiki.ros.org/tf2/Tutorials/Wri...

There is one sentence:

Don't forget to add the script to the CMakeLists.txt install rule, reinvoke catkin_make_isolated and use your terminal with the devel_isolated/setup.bash sourced.

I don't understand the meaning of "Don't forget to add the script to the CMakeLists.txt install rule", what should be done according to it?

What scirpt? Where to add?

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-04-16 11:39:25 -0500

It means to use the install CMake command like: https://github.com/ros-planning/navig....

This makes it available in your install space and not just your devel space for debug.

edit flag offensive delete link more

Comments

Thank you very much.

Dean gravatar image Dean  ( 2020-04-28 22:06:38 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2020-04-16 08:25:57 -0500

Seen: 544 times

Last updated: Apr 16 '20