bots2d
bots2d copied to clipboard
Bots2D is a C++ framework for simulating robotics in 2D that provides boilerplate code and robotics assets to help you quickly get started.
**Error** ```CMake Error at CMakeLists.txt:80 (add_subdirectory): The source directory /home/omega/bots2d/external/glfw does not contain a CMakeLists.txt file. CMake Error at CMakeLists.txt:83 (add_subdirectory): add_subdirectory given source "external/Box2D/src" which is not an existing...
This commit adds a docker development container to the project, with all dependencies. Further, the Container is configured to add VS Code integration and clangd based language support. This also...
CMake error on Ubuntu 20.04 ``` CMake Error at CMakeLists.txt:53 (add_executable): Cannot find source file: controllers/NsumoController/nsumo/drive.c Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++...
Compilation error in Ubuntu 20 + gcc 7.5 : ``` /home/xxx/bots2d/src/renderer/ImGuiOverlay.cpp: In static member function ‘static void ImGuiOverlay::text(std::__cxx11::string)’: /home/xxx/bots2d/src/renderer/ImGuiOverlay.cpp:62:29: error: format not a string literal and no format arguments [-Werror=format-security]...
Hi, This looks like a really cool and useful project! I'm trying to evaluate whether it could be adopted for swarm robotics research. However, I'm on a Mac and got...