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.
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
Contributions are always welcome! Feel free to open an issue or create a merge request :)