noctrog / urdf-editor

A visual URDF editor that does not depend on ROS.
8 stars 0 forks source link

URDF Editor

This is a work-in-progress WYSIWYG editor that allows you to create, modify and visualize robots defined with URDF. The main goal of this project is to create an editor that does not depend on the ROS software stack and is platform agnostic, you only need a C++17 compiler.

Editor screenshot

Install

All the dependencies are automatically downloaded and compiled with CMake. To install, simply run:

git clone https://github.com/noctrog/urdf-editor && cd urdf-editor
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release  # or RelWithDebInfo for debugging
cmake --build build -j$(nproc)
./build/urdf-editor

Roadmap

Known bugs

Contributing

Contributions are always welcome! Feel free to open an issue or create a merge request :)