Refactoring of MMM framework to SimoxUtility: Added string helpers and...
Refactoring of MMM framework to SimoxUtility: Added string helpers and conversion tools, a distinguishable color lookup table e.g. for creating graphs, a rapidxml wrapper for easier parsing of xml files and moved deprecated RobotPoseDiffIK from MMMTools to VirtualRobot
Showing
- CMakeLists.txt 10 additions, 7 deletionsCMakeLists.txt
- SimoxUtility/CMakeLists.txt 12 additions, 0 deletionsSimoxUtility/CMakeLists.txt
- SimoxUtility/algorithm.h 1 addition, 0 deletionsSimoxUtility/algorithm.h
- SimoxUtility/algorithm/string.h 7 additions, 0 deletionsSimoxUtility/algorithm/string.h
- SimoxUtility/algorithm/string/string_conversion.h 143 additions, 0 deletionsSimoxUtility/algorithm/string/string_conversion.h
- SimoxUtility/algorithm/string/string_conversion_eigen.h 74 additions, 0 deletionsSimoxUtility/algorithm/string/string_conversion_eigen.h
- SimoxUtility/algorithm/string/string_tools.cpp 79 additions, 0 deletionsSimoxUtility/algorithm/string/string_tools.cpp
- SimoxUtility/algorithm/string/string_tools.h 50 additions, 0 deletionsSimoxUtility/algorithm/string/string_tools.h
- SimoxUtility/color.h 1 addition, 0 deletionsSimoxUtility/color.h
- SimoxUtility/color/KellyLUT.h 237 additions, 0 deletionsSimoxUtility/color/KellyLUT.h
- SimoxUtility/filesystem.h 1 addition, 0 deletionsSimoxUtility/filesystem.h
- SimoxUtility/filesystem/make_relative.h 28 additions, 0 deletionsSimoxUtility/filesystem/make_relative.h
- SimoxUtility/rapidxml.h 5 additions, 0 deletionsSimoxUtility/rapidxml.h
- SimoxUtility/tests/CMakeLists.txt 1 addition, 1 deletionSimoxUtility/tests/CMakeLists.txt
- SimoxUtility/tests/algorithm/CMakeLists.txt 1 addition, 0 deletionsSimoxUtility/tests/algorithm/CMakeLists.txt
- SimoxUtility/tests/algorithm/string_tools.cpp 86 additions, 0 deletionsSimoxUtility/tests/algorithm/string_tools.cpp
- SimoxUtility/tests/filesystem/CMakeLists.txt 1 addition, 0 deletionsSimoxUtility/tests/filesystem/CMakeLists.txt
- SimoxUtility/tests/filesystem/make_relative.cpp 21 additions, 0 deletionsSimoxUtility/tests/filesystem/make_relative.cpp
- SimoxUtility/xml.h 5 additions, 0 deletionsSimoxUtility/xml.h
- SimoxUtility/xml/rapidxml.h 6 additions, 0 deletionsSimoxUtility/xml/rapidxml.h
SimoxUtility/algorithm/string.h
0 → 100644
SimoxUtility/algorithm/string/string_tools.h
0 → 100644
SimoxUtility/color/KellyLUT.h
0 → 100644
SimoxUtility/filesystem/make_relative.h
0 → 100644
SimoxUtility/rapidxml.h
0 → 100644
SimoxUtility/xml.h
0 → 100644
SimoxUtility/xml/rapidxml.h
0 → 100644
Please register or sign in to comment