Skip to content
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

How Do I Call the VXWorks API Directly Through ROS2? Like a hardware driver #22

Open
zhang125 opened this issue Feb 13, 2025 · 1 comment

Comments

@zhang125
Copy link

Hello, I used ros2 under vxworks for the first time, and I have successfully run ROS2 on qemu, I want to use vxworks api directly in ROS2, such as calling the hardware driver interface to access the hardware, is it feasible? how to do it? thank you!

@razr
Copy link
Collaborator

razr commented Feb 20, 2025

you can use VxWorks as any other POSIX OS to access drivers in the user space. Besides that you can also use VxWorks specific API as described in the documentation. However in this case your ROS 2 node will be not portable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants