Skip to content

Action to cross-compile ROS 2 packages to WebAssembly

License

Notifications You must be signed in to change notification settings

ros2wasm/ros2wasm-builder

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

ROS2WASM Builder

This action cross-compiles a ROS 2 package to WebAssembly and uploads the built files as artifacts.

Usage

- steps:
    uses: ros2wasm/ros2wasm-builder@0.1.3
    with:
        package: 'the_target_package'
        ros_distro: 'humble'
        debug_mode: false