How to run ROS2 binaries without source folder

171 Views Asked by At

I am new to ROS. I try to build demo_nodes_cpp example. I use colcon build, source install/setup.bash to setup and ros2 run demo_nodes_cpp talker to run. All works fine.

Now I want to copy all the binary files into another machine and run it. Then I find many built files use absolute symlink that link to my host PC. How can I just use the built files without depending on my building host environemnt?

0

There are 0 best solutions below