ros2 publisher for other program
I have another complex c++ program coding with VC6++ , and need to use ros2 publisher to publish the data out.
- Should I need to upgrade the code to VS2017 version since the ros2 using this version?
- There will be two exe file for my program and ros2 publisher, how do I link my program to ros2 publisher? by including? or I just add a new file inside my program for publisher