Skip to content
Snippets Groups Projects
Commit 81313006 authored by Christoph Pohl's avatar Christoph Pohl
Browse files

Add support for remote gui creation for ndarray based types

parent 8d97c709
No related branches found
No related tags found
1 merge request!290Draft: Aron/feature/defaults ranges docs
......@@ -91,6 +91,15 @@
<ObjectChild key='subMember'>
<armarx::component_config::aron::SubConfig />
</ObjectChild>
<ObjectChild key='position'>
<framedposition />
</ObjectChild>
<ObjectChild key='pose'>
<framedpose />
</ObjectChild>
<ObjectChild key='orientation'>
<framedorientation />
</ObjectChild>
</Object>
</GenerateTypes>
</AronTypeDefinition>
......@@ -23,7 +23,7 @@ armarx_build_if(Simox_FOUND "Simox not available")
set(LIBS
ArmarXCoreInterfaces ArmarXCore ArmarXGuiComponentPlugins
RobotAPIInterfaces RobotAPICore RobotAPIComponentPlugins
RobotAPIInterfaces RobotAPICore RobotAPIComponentPlugins aroneigenconverter
)
set(LIB_FILES
......
......@@ -70,6 +70,10 @@ namespace armarx::aron::component_config
void visitString(DataInput&, TypeInput&) override;
void visitQuaternion(DataInput& input, TypeInput& typeInput) override;
void visitMatrix(DataInput& input, TypeInput& typeInput) override;
[[nodiscard]] RemoteGui::detail::GroupBoxBuilder getGroupBoxBuilder() const;
private:
......
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