Skip to content

roslaunch-analyzer/roslaunch-analyze-server

Repository files navigation

🚀 ROS Launchfile Analyze Server 🚀


This package provides a tool to analyze ROS launchfiles. It is based on the ros2/launch package and provides a server that can be used to analyze launchfiles. The server can be accessed via a REST API.


Installation

pip install git+https://github.com/roslaunch-analyzer/roslaunch-analyze-server.git

or

pipx install git+https://github.com/roslaunch-analyzer/roslaunch-analyze-server.git

Note

Make sure to have the ROS2 installed and source /opt/ros/humble/setup.bash is executed before entering the command.

For Developers

  1. This project uses poetry for dependency management. First, you need to install poetry.
  2. Clone the repository and navigate to the project directory.
  3. Run poetry install to install the dependencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages