- Jun 15, 2017
-
-
Raphael authored
-
- 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
-
Raphael authored
change RobotUnit to deactivate publishing for every controller on exit (if publishing was active before) change the LVL1Controller publishing hooks to be protected
-
Raphael authored
change RobotUnit::publish to also skip RobotUnitState::Exiting and check for skipping again after the lock was acquired
-
Raphael authored
change RobotUnit to delete LVL1Controllers potentially beeing forgotten in the queue of controllers to be deleted
-
Raphael authored
-
- Jun 06, 2017
-
-
Raphael authored
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 rename RobotUnitInterface switchControllerSetup to switchLVL1ControllerSetup (to keep the naming scheme) rename RobotUnitInterface activateController to activateLVL1Controller (to keep the naming scheme) rename RobotUnitInterface activateControllers to activateLVL1Controllers (to keep the naming scheme) rename RobotUnitInterface deactivateController to deactivateLVL1Controller (to keep the naming scheme) rename RobotUnitInterface deactivateControllers to deactivateLVL1Controllers (to keep the naming scheme) rename RobotUnitInterface createController to createLVL1Controller (to keep the naming scheme) rename RobotUnitInterface createControllerFromVariantConfig to createLVL1ControllerFromVariantConfig (to keep the naming scheme) rename RobotUnitListener lvl1ControllerAdded to lvl1ControllerCreated (now the method createLVL1Controller triggers lvl1Controller created instead of lvl1ControllerAdded)
-
Raphael authored
add the function checkSetOfControllersToActivate which allows deriving classes to check the set of controllers being requested (and throw an exception in case the set is not ok) add a bit of doxygen
-
Raphael authored
-
Mirko Wächter authored
-
Mirko Wächter authored
-