Coder Social home page Coder Social logo

Comments (3)

dvargasfr avatar dvargasfr commented on May 30, 2024

the ros2-dotnet-uwp-x84 prebuild release from ros2_dotnet

x86 or x64? I hope you mean x86 :)

I got an error message telling me that the references cant be included, because they already exist.

Ok, these references already exist on the VS solution generated from Unity, but they are referencing files from an Unprocessed folder. Just after including rcldotnet_assemblies.dll, rcldotnet_common.dll and std_msgs_assemblies.dll check if the references still point to Unprocessedfiles or are updated to the new DLLs added. If not updated, remove those three references and add them again.

from arviz.

MischaRo avatar MischaRo commented on May 30, 2024

x86 or x64? I hope you mean x86 :)

Yeah sorry, my bad, I ment x86 :)

Alright, so I got a little farther, but the problems are still not completely solved.
This is the script, that I attached to a Game Object in Unity:

using UnityEngine;
using ROS2;
public class Ros2Test : MonoBehaviour

{
    string[] args;
    void Start()
    {
        //RCLDotnetTalker.Main(args);
        RCLdotnet.Init();
        INode node = RCLdotnet.CreateNode("listener");
        RCLdotnet.Spin(node);
    }
}

Just as basic as possible…
When I run the Hololens Emulator, the application starts, but it still gives me an System.DllNotFoundException in rcldotnet_common.dll exception

rlsdotnet not found2

Since there seems to be an UnsatisfiedLinkError, does that mean that there are some dlls missing?

from arviz.

esteve avatar esteve commented on May 30, 2024

@MischaRo could you open this ticket on the ros2_dotnet repo, it'll be easier for me to help you out there other users, but also to have it as a reference in case someone else has the same problem.

@dvargasfr please don't package your ros2_dotnet workspace and call it a release, it's really confusing and misleading for everyone who wants to use ros2_dotnet

from arviz.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.