-
hi im here because i dont know where to look, im trying to include a custome package which the varius msg are defined and i want to import that to my index.js file i have no idea how to make include this ros2 package inside index.js, i added the find_package in cmakelist.txt, package.js |
Beta Was this translation helpful? Give feedback.
Answered by
minggangw
May 10, 2024
Replies: 1 comment
-
What you need to do is source your project's local_setup.bash, like: source /<path_to_your_project>/local_setup.bash |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AceOfDema
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you need to do is source your project's local_setup.bash, like: