Skip to content

Idea: use AppImage as a bundle output format #221

@windelbouwman

Description

@windelbouwman

Hi,

Just wanted to pitch the idea of bundling a ROS application into an AppImage file.

In nutshell an AppImage is a squashfs with a runtime prepended to it. This allows executables, python scripts and resources to be bundled into a single file (the robotic application). This single file approach has several benefits:

  • easy side by side testing two version of an application
  • easy transfer to a target system (scp/ftp the file)

The workflow would be:

  • compile ros code with colcon
  • Construct AppImage from install folder
  • Run the bundled ros application

Regards,
Windel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions