How to configure CLion for ROS2 under Windows WSL? - windows-subsystem-for-linux

I am trying to develop ROS2 packaged under Windows WSL using CLion. I searched many methods and they don't work. Could anyone please tell me how to configure? I appreciate everyone's help.
Here is my config now:
I attached my configs for your reference. Thanks.

Related

Install Kotlin on ubuntu 21.04 Desktop(arm64)

i have a raspberry pi 4 with ubuntu 21.04 Desktop and i want to install kotlin (I don't want to use snap).
Can anyone tell me how to do it?
Thanks.
The easiest/officially supported way to get started is using IntelliJ IDEA Community. Take a look at this guide for an in-depth explanation on RPi, without Snap. The Kotlin plugin comes bundled with the application, so it should be installed by this point. You can then create a new project, and IntelliJ will guide you on setting up a native (binary executable/shared library) or JVM (compatible with Java) project.
Hope this helps! Let me know if you need anything else.

Vs Code for React-Native : is it possible to manually link libraries?

I have a problem with a library installed with npm command.
After hours of testing on searching a solution on the web, it seems that automatic Link failed. That is the reason why the classes I try to use do not work.
I work with Vs Code under a Windows system, and the only solution I found is for Mac: https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking
I found the XCODE file and the Libraries folder, but I can't find the windows shown after these steps.
So do you know if there is an equivalent tutorial for Windows and Vs Code ?
Thank you by advance !

PORTA installation

I want to install PORTA. I am using a win 64 bit OS. I read the installation process but I cannot really get how it works. Can anyone guide me how to install it. For example, what exactly am I supposed to do in the second step "2) Just type 'make". Type make where?
I don't know maybe I'm missing something very obvious but I got stuck
I appreciate any help in advance!!
Thank you!
That link on git hub is just the source files for the project. You will have to download it (git clone or download zip) and compile it to build the executable. You will need to open a command prompt in the gnu-make directory containing the "Makefile" and run make. Of course, this will require that you have a compiler installed (MinGW, Cygwin, etc). It does look like there is a Visual Studio solution in the win32 directory if you are not familiar with building with makefiles from the command line.

How to run unity code in Xcode?

I Have an existing unity code, I need to fix some issues in this code but I have don't sufficient knowledge in unity. I have downloaded and setup unity environment on my Macbook. Please suggest me how I can run my existing project here.
Thank in Advance.

How to run the jgraph example?

I recently have to use Jgraph to build a topu of our IoT net, however, I have no idea of how to run the Jgraph example.Any one can help me? The link of Jgraph in github is here:https://github.com/jgraph/jgraphx.Thank you very much.
A bit late but if you're still interested... once you have added the project in your ide, make sure the src and examples packages are both marked as source folders and run the GraphEditor class in (jgraphx/examples/com/mxgraph/examples/swing/GraphEditor.java)