Giter Site home page Giter Site logo

Comments (3)

esteve avatar esteve commented on June 16, 2024

@Guelakais this is really cool, thanks!

Have you checked https://docs.ros.org/en/iron/Tutorials/Beginner-Client-Libraries/Creating-Your-First-ROS2-Package.html ? The traditional way of creating a package in ROS 2 is via the ros2 tool (i.e. ros2 pkg create ...), unfortunately it only supports packages that use the ament_cmake or ament_python build types, but it'd be really useful if it supported other build types (i.e. ament_cargo).

Perhaps you could reach out to the developers of the ros2 tool and find a way to make it extensible to any build type. The repository for the ros2 tool is https://github.com/ros2/ros2cli/tree/rolling and you can the code for ros2 pkg create at https://github.com/ros2/ros2cli/blob/rolling/ros2pkg/ros2pkg/verb/create.py

from ros2_rust.

Guelakais avatar Guelakais commented on June 16, 2024

I knew the tutorial, like the ros2 command line tool and had some looks at the source code. I'm not sure if it will be expandable in the near future to support ament-cargo or other new build types.
My tool isn't intended to replace the ros2 command line tool. It's more about getting more experience with Rust by building something I want to use myself.

from ros2_rust.

Guelakais avatar Guelakais commented on June 16, 2024

I consider this problem to be solved.

from ros2_rust.

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.