Giter VIP home page Giter VIP logo

Comments (5)

SivertHavso avatar SivertHavso commented on July 17, 2024

No nodes (executables) are compiled for gpsd_client. You'll have to load it as a component, gpsd_client::GPSDClientComponent. I'm not sure how ComposableNode can be used with .yaml launch files.

However, because this function:

void step()
{
#if GPSD_API_MAJOR_VERSION >= 5
if (!gps_->waiting(1e6))
return;
gps_data_t* p = gps_->read();
#else
gps_data_t *p = gps->poll();
#endif
process_data(p);
}

is not called anywhere, nothing will actually be published. You'll have to build gpsd_client with the changes in #46 to be able to use gpsd_client in ros2.

This is also related to issue #30

from gps_umd.

felixdivo avatar felixdivo commented on July 17, 2024

Thanks @SivertHavso!

Well, I thought this would be simpler. 😅 But okay, now I get what's up with this and can probably get to run it. however, this should really by part of the distribution of the package.

from gps_umd.

danthony06 avatar danthony06 commented on July 17, 2024

Okay, the #46 has been merged now.

from gps_umd.

felixdivo avatar felixdivo commented on July 17, 2024

Thank you @danthony06! Looking forward to the next release.

from gps_umd.

felixdivo avatar felixdivo commented on July 17, 2024

@danthony06 Are there plans for releasing the current version to Rolling and the upcoming Humble Hawksbill? Would be nice to use the new changes. 😃

from gps_umd.

Related Issues (20)

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.