Skip to content
Snippets Groups Projects
Commit d6f704b1 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Move guis for NJointControllers to submenu

parent 2e014fbc
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ namespace armarx ...@@ -98,7 +98,7 @@ namespace armarx
*/ */
static QString GetWidgetName() static QString GetWidgetName()
{ {
return "RobotControl.CartesianNaturalPositionController"; return "RobotControl.NJointControllers.CartesianNaturalPositionController";
} }
void onInitComponent() override; void onInitComponent() override;
......
...@@ -82,7 +82,7 @@ namespace armarx ...@@ -82,7 +82,7 @@ namespace armarx
*/ */
static QString GetWidgetName() static QString GetWidgetName()
{ {
return "RobotControl.CartesianWaypointControlGui"; return "RobotControl.NJointControllers.CartesianWaypointControlGui";
} }
void onInitComponent() override; void onInitComponent() override;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment