- Oct 11, 2022
-
-
Tobias Bodmer authored
- list creates a child tree element per item - the key is a numerated index - context menu on the item deletes this exact item - context menu handling now separated on which options are available and their execution Bugs to fix: - Type of Dict not correct (see example "cascaded_list") - Keys of dict not editable when in list (e.g. type List<Dict<something>>) next things to do: - converters for dict, list, intenum (partially just check) - tuple & pair - sanity checks after checking rest of converters
-
- Oct 10, 2022
-
-
Tobias Bodmer authored
- make AronTreeWidgetController QObject -> now handles context menu actions of the contained treewidgetitems - SkillManagerMonitorWidget makes first column editable if the parent is a dict
-
- Sep 28, 2022
-
-
Tobias Bodmer authored
... except String atm
-
Tobias Bodmer authored
Inside the SetterVisitor, the code now generates enough children to view all attributes. Still TODO: - adaptively erase children - add context menu to add & remove children - check that edits persist / are picked up before execution Dict Unrelated TODOS: - make Leaf types editable in GUI - do same treatment for lists
-
- Sep 08, 2022
-
-
Christoph Pohl authored
-
- Sep 07, 2022
-
-
Christoph Pohl authored
-
armar6-demo authored
-
- Sep 05, 2022
-
- Sep 04, 2022
-
-
Fabian Reister authored
SickLaserUnit: using cmake target instead of custom mechanism See merge request ArmarX/RobotAPI!280
-
Fabian Reister authored
removing add_definitions: its affecting all targets. now, it's being set via the imported target sick_scan_base::sick_scan_generic
-
Fabian Reister authored
-
- Aug 30, 2022
-
-
Fabian Reister authored
Fix ukfm static dimension See merge request ArmarX/RobotAPI!279
-
- Aug 26, 2022
- Aug 24, 2022
-
-
Andre Meixner authored
-
- Aug 16, 2022
-
-
Fabian Tërnava authored
-
Fabian Tërnava authored
-
- Aug 12, 2022
-
-
Christoph Pohl authored
-
Christoph Pohl authored
-
Fabian Tërnava authored
-
https://gitlab.com/ArmarX/RobotAPIFabian Tërnava authored
# Conflicts: # source/RobotAPI/libraries/armem_gui/MemoryViewer.cpp
-
Fabian Tërnava authored
-
Fabian Tërnava authored
fixed ltm enable via GUI (marshalling exception on release builds) and commented out locks from memory viewer
-
Fabian Tërnava authored
-
Fabian Tërnava authored
added mutexes to memory viewer to avoid data races. Removed data race of removed address in asynch method
-
- Aug 08, 2022
-
-
Patrick Hegemann authored
-
- Aug 06, 2022
-
-
Fabian Reister authored
UseRobotAPI: adding OpenCV to prevent linker errors in subsequent packages See merge request ArmarX/RobotAPI!275
-
Fabian Reister authored
-
- Aug 05, 2022
-
-
Fabian Reister authored
Feature/kinematic unit gui simplification See merge request ArmarX/RobotAPI!274
-
Fabian Reister authored
-
Fabian Reister authored
-
Fabian Reister authored
-
Fabian Reister authored
-
Fabian Reister authored
-
Fabian Reister authored
-
Fabian Reister authored
-
Fabian Reister authored
-
Fabian Reister authored
Kinematic Unit: new method to retrieve debug / all info at once See merge request ArmarX/RobotAPI!273
-
Fabian Reister authored
-