GithubHelp home page GithubHelp logo

Comments (8)

fferri avatar fferri commented on September 26, 2024 1

I can create a PR.

Yes, please create a PR, so people can test your changes more easily.

Thanks

from simros2.

fferri avatar fferri commented on September 26, 2024

Supported ROS2 versions are listed in the README.md. Primary target is LTS releases. If you want to add support for latest ROS2 releases, PRs are welcome.

this does not seem like a well written cpp file

Can you elaborate on that? Looks fine to me.

from simros2.

ccpjboss avatar ccpjboss commented on September 26, 2024

Oh sorry though it also supported ROS2 Galactic.
I'm sorry, and thanks for the fast answer.

from simros2.

ccpjboss avatar ccpjboss commented on September 26, 2024

Hello again!

Related to this issue, I managed to solve the compilation errors for ROS2 Galactic, and now have a working version of simExtROS2 for ROS2 Galactic.

Are you interested in releasing these changes? I can create a PR.

from simros2.

MathiasThor avatar MathiasThor commented on September 26, 2024

I'm facing the same issue - could you provide the solution to me? :)

from simros2.

ccpjboss avatar ccpjboss commented on September 26, 2024

Sure! These were the changes I made:

  • Change templates/cli_call.cpp line 12 from rclcpp::executor::FutureReturnCode::SUCCESS to rclcpp::FutureReturnCode::SUCCESS
  • Change templates/actli_sendGoal.cpp line 47 from out->success = rclcpp::spin_until_future_complete(node, goal_handle_future) == rclcpp::executor::FutureReturnCode::SUCCESS; to out->success = rclcpp::spin_until_future_complete(node, goal_handle_future) == rclcpp::FutureReturnCode::SUCCESS;

Let me know if it worked!

from simros2.

MathiasThor avatar MathiasThor commented on September 26, 2024

Thanks a lot for the quick response!

from simros2.

ccpjboss avatar ccpjboss commented on September 26, 2024

Related PR #11

from simros2.

Related Issues (16)

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.