- Jun 18, 2017
- Jun 15, 2017
- Jun 13, 2017
-
-
Raphael authored
-
Raphael authored
remove the checkRefCountIsOne function since the object deletion by the armarx manager is now delayed until RobotUnit::onExitComponent is done
-
Raphael authored
-
Raphael authored
-
Raphael authored
change robot unit to use VirtualRobot::Robot::clone() instead of VirtualRobot::Robot::clone(std::string)
-
Raphael authored
-
Raphael authored
-
Raphael authored
-
Raphael authored
-
Mirko Wächter authored
Rt robot unit v2 See merge request !26
-
- Jun 12, 2017
-
-
Armar6Demo authored
-
Mirko Wächter authored
- Jun 11, 2017
- Jun 10, 2017
-
-
Raphael authored
improve the HomogeneousMatrixCalculatorWidget (now it also shows the inverse and allows to multiply a vector with the matrix)
-
- Jun 09, 2017
-
-
https://gitlab.com/ArmarX/RobotAPIRaphael authored
Conflicts: source/RobotAPI/gui-plugins/RobotUnitPlugin/RobotUnitPluginWidgetController.cpp
-
Raphael authored
change RobotUnitPlugin to select the first lib containg the word controller of the currently selected package
-
Raphael authored
-
Raphael authored
apply astyle formatting
-
Raphael authored
-
Raphael authored
changed RobotUnit::getLVL1ControllerClassDescriptions to fail if the robot unit is not initialized after some time
-
Raphael authored
-
- Jun 07, 2017
-
-
https://gitlab.com/ArmarX/RobotAPIMirko Wächter authored
# By Raphael # Via Raphael * 'RTRobotUnitV2' of https://gitlab.com/ArmarX/RobotAPI: change some status flags of LVL1Controller to be atomic change RobotUnit to deactivate publishing for every controller on exit (if publishing was active before) change the LVL1Controller publishing hooks to be protected change RobotUnit::publish to also skip RobotUnitState::Exiting and check for skipping again after the lock was acquired change RobotUnit to delete LVL1Controllers potentially beeing forgotten in the queue of controllers to be deleted changes the icon of the button to deactivate a controler to a pause button (RobotUnitPlugin) add the possibility to delete LVL1Controllers (deletion may be impossible for some controllers. e.g.: controllers used by the kinematic unit) extend the gui to be able to delete controllers extended the RobotUnitListener to carry this information (lvl1ControllerDeleted) extended LVL1ControllerDescription to carry this information add LVL1ControllerInterface isDeletable and deleteController Conflicts: source/RobotAPI/gui-plugins/RobotUnitPlugin/RobotUnitPluginWidgetController.cpp
-
Mirko Wächter authored
-