-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with source the ROS 2 overlay workspace - 0 ROS 2 publisher #50
Comments
No, you are mixing things up. krs_ws is the workspace in your workstation to build KRS. ros2_ws is the resulting cross-compiled install directory that you need to scp into the embedded board. It’s explained as such in the documentation. Refer to it. |
In the double_vadd it mentiones we can scp the content to board. But in the vadd-publisher, it says the content is already copied to sd_card.img.
But there is no ros2_ws, but instead, i found krs_ws in root folder |
Correct, the following line does it:
Which can be traced back to:
I recall having enforced the naming Renaming or scp-ing the folder will do for you. |
No, I don't see any |
@mohammedrafi-sk, see the documentation please. And follow that. Particularly:
As pointed out above, depending on how you create your SD card raw image the cross-compiled workspace might (or might not) be copied for you but regardless, you can just drop it yourself in embedded. It's a simple ROS 2 overlay workspace. Source it and make use of its content. |
Okay, After copying the content with scp , I am able to run the publisher. |
While trying the vadd_publisher example onboard, the step to source the ROS 2 overlay workspace
. /ros2_ws/local_setup.bash,
is failing as there is no ros2_ws folder in/
I believe
. /krs_ws/local_setup.bash
is the corrent oneThe text was updated successfully, but these errors were encountered: