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

Running Windows examples #1

Open
dvargasfr opened this issue Nov 19, 2018 · 1 comment
Open

Running Windows examples #1

dvargasfr opened this issue Nov 19, 2018 · 1 comment

Comments

@dvargasfr
Copy link

Hi @firesurfer ,

I correctly installed rclcs (and rclcs_testing_ws at ros2_ws/src) on Windows 10, but I don´t fully understand how to run these examples. Specifically the point On Windows you can't use the MONO_PATH variable. Therefore you have to set the WindowsAssemblyLoader as entry point.

Please, could you indicate some more detailled steps for this case??

Thanks!

@firesurfer
Copy link
Owner

Unfortunatly I didn't find the time to update the rclcs for the current ros version. Even if you get it to compile on windows it won't work because the rcl interface has changed (they even changed the build system. So it would be huge amount of work to get it working again - But give it a try if you want to ;) )

In case you still need the answer to your question:
Have look at: https://github.com/firesurfer/rclcs_testing_ws/blob/master/src/test_cs/src/Examples/WindowsAssemblyLoader.cs

What is does: It looks for the rclcs and the standard ros message assemblies in a custom path. The idea is to replace this line:

test_cs.BasicNodeExampleWithUsing.Main(args);

with your own main method.

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