Giter Club home page Giter Club logo

Comments (11)

btwolfe avatar btwolfe commented on May 31, 2024 1

Totally forgot about this. I just forked the repo, added my changes, and issued a pull request.

from rosintegration.

btwolfe avatar btwolfe commented on May 31, 2024

After some investigation, I see that the IncomingMessage process would require a loop over an unbounded array of geometry_msgs/TransformStamped messages, which is not implemented for receiving. That depends on geometry_msgs/Transform, which is also not implemented for receiving. I'm starting to see the challenge. The components of a transform (i.e., Vector3 and Quaternion) are implemented for receiving, so that's promising. Figure I can start building up from there. Maybe this is something you've already implemented and just haven't pushed yet? (fingers crossed)

from rosintegration.

Sanic avatar Sanic commented on May 31, 2024

Hey, your finding is exactly the reason why i haven't implemented it in the first place.
Maybe someone else did it in the meantime 🤞

from rosintegration.

btwolfe avatar btwolfe commented on May 31, 2024

Shall I push changes to your repository that implements these types?

from rosintegration.

Sanic avatar Sanic commented on May 31, 2024

If you wanna share them, please open a Pull Request and include them there.

from rosintegration.

sparky002 avatar sparky002 commented on May 31, 2024

Any progress on this?

from rosintegration.

sparky002 avatar sparky002 commented on May 31, 2024

Totally forgot about this. I just forked the repo, added my changes, and issued a pull request.

Awesome! Thanks for the quick response! Can't wait to try this out!

from rosintegration.

btwolfe avatar btwolfe commented on May 31, 2024

I got an email saying the changes have been merged into master, so you should have access to them now.

from rosintegration.

sparky002 avatar sparky002 commented on May 31, 2024

After the latest merge, the plugin does not compile. It might be related to the code you pushed. Tried on a new c++ ue4 project.

ActionlibMsgsGoalStatusArrayConverter.h:48:51: error: cannot initialize a parameter of type 'ROSMessages::std_msgs::Header *' with an rvalue of type 'const std_msgs::Header *'
UStdMsgsHeaderConverter::_bson_append_header(b, &(g->header));
^~~~~~~~~~~~

GeometryMsgsPoseStampedConverter.h:46:51: error: cannot initialize a parameter of type 'ROSMessages::std_msgs::Header *' with an rvalue of type 'const std_msgs::Header *'
UStdMsgsHeaderConverter::_bson_append_header(b, &(ps->header));

GeometryMsgsTransformStampedConverter.h:6:10: fatal error: 'TransformStamped.h' file not found
#include "TransformStamped.h"

from rosintegration.

sparky002 avatar sparky002 commented on May 31, 2024

A new pull request was made to fix the BSON errors. To fix the transformstamped error, you just have to add "geometry_msgs/" before "TransformStamped.h" in the include statement in the GeometryMsgsTransformStampedConverter.h file.

from rosintegration.

btwolfe avatar btwolfe commented on May 31, 2024

Odd, I used this code without issue a year ago so didn't think there would be any issues. I don't use this code anymore but obviously I should have tested again before my push. Thanks for the correction.

from rosintegration.

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.