launch.py from CMakelist.txt in ros2

asked 2018-12-03 05:52:53 -0500

poonam1120 gravatar image

Hi Everyone,

I am able to launch the nodes when I am running the launch.py files independently like

 ros2 launch pkg-name file.launch.py

I want to do the same thing from CMakelist.txt in ros2 so that it should just work with "colcon test" has anybody tried this ? Any help would be appreciated.

Thanks.

edit retag flag offensive close merge delete