Giter Club home page Giter Club logo

rosbridgecpp's People

Contributors

ppianpak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rosbridgecpp's Issues

Help needed in the HPP file

I have a ROS system which I am planning to migrate to ROS2 using this bridge. I have declared some variables in the header file. How do I convert these variables ROS2. My code inside the hpp files looks something like this:

        private:
            // ROS
            ros::NodeHandle                 nh;
            ros::NodeHandle                 nhPriv;
            ros::Time                       t;

            ros::Subscriber                 odomSub;
            ros::Subscriber                 imuSub;
            ros::Subscriber                 poseSub;

            ros::Publisher                  filterPub;

can i publish ros msg type?

HI really appreciate your affort to make this good sw.
I have a question that can i publish ros msg type?

I mean in this code below:

rapidjson::Document d;
d.SetObject();
d.AddMember("data", msg, d.GetAllocator());

i have error when i put msg which is ros msg type.

is there any way to publish ros msg?

Sending speed isue

I checked about the speed of publish.
It took about 1ms for example you uploaded.

Is there any way to increasing the speed by modifying client.cpp?

thanks!

boost update depracated get_io_service

Hello. Thank you for publishing this repo!

Would it be possible to find out which version of Boost you were running? get_io_service(), used in client_ws.hpp, was recently depracated

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.