Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
RobotAPI
Commits
59145718
Commit
59145718
authored
2 years ago
by
Fabian Reister
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
c71e4410
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!274
Feature/kinematic unit gui simplification
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/gui-plugins/KinematicUnitPlugin/KinematicUnitGuiPlugin.h
+1
-28
1 addition, 28 deletions
.../gui-plugins/KinematicUnitPlugin/KinematicUnitGuiPlugin.h
with
1 addition
and
28 deletions
source/RobotAPI/gui-plugins/KinematicUnitPlugin/KinematicUnitGuiPlugin.h
+
1
−
28
View file @
59145718
...
...
@@ -198,9 +198,7 @@ namespace armarx
public
slots
:
// KinematicUnit
// void kinematicUnitZeroPosition();
void
kinematicUnitZeroVelocity
();
// void kinematicUnitZeroTorque();
void
setControlModePosition
();
void
setControlModeVelocity
();
...
...
@@ -263,16 +261,6 @@ namespace armarx
SoSeparator
*
debugLayerVisu
;
armarx
::
DebugDrawerComponentPtr
debugDrawer
;
// interface implementation
// void reportControlModeChanged(const NameControlModeMap& jointModes, Ice::Long timestamp, bool aValueChanged, const Ice::Current& c) override;
// void reportJointAngles(const NameValueMap& jointAngles, Ice::Long timestamp, bool aValueChanged, const Ice::Current& c) override;
// void reportJointVelocities(const NameValueMap& jointVelocities, Ice::Long timestamp, bool aValueChanged, const Ice::Current& c) override;
// void reportJointTorques(const NameValueMap& jointTorques, Ice::Long timestamp, bool aValueChanged, const Ice::Current& c) override;
// void reportJointAccelerations(const NameValueMap& jointAccelerations, Ice::Long timestamp, bool aValueChanged, const Ice::Current& c) override;
// void reportJointCurrents(const NameValueMap& jointCurrents, Ice::Long timestamp, bool aValueChanged, const Ice::Current& c) override;
// void reportJointMotorTemperatures(const NameValueMap& jointMotorTemperatures, Ice::Long timestamp, bool aValueChanged, const Ice::Current& c) override;
// void reportJointStatuses(const NameStatusMap& jointStatuses, Ice::Long timestamp, bool aValueChanged, const Ice::Current&) override;
void
updateModel
(
const
NameValueMap
&
jointAngles
);
void
highlightCriticalValues
(
const
NameStatusMap
&
reportedJointStatuses
);
...
...
@@ -304,15 +292,7 @@ namespace armarx
armarx
::
DateTime
lastJointAngleUpdateTimestamp
;
float
currentValueMax
;
// NameValueMap reportedJointAngles;
// NameValueMap reportedJointVelocities;
// NameControlModeMap reportedJointControlModes;
// NameValueMap reportedJointTorques;
// NameValueMap reportedJointTemperatures;
std
::
deque
<
std
::
pair
<
Ice
::
Long
,
NameValueMap
>>
jointCurrentHistory
;
// NameStatusMap reportedJointStatuses;
std
::
vector
<
float
>
dirty_squaresum_old
;
// std::deque<std::pair<Ice::Long, NameValueMap>> jointCurrentHistory;
QPointer
<
QWidget
>
__widget
;
QPointer
<
KinematicUnitConfigDialog
>
dialog
;
...
...
@@ -335,13 +315,7 @@ namespace armarx
QPointer
<
QToolBar
>
customToolbar
;
// QObject interface
protected
:
// void timerEvent(QTimerEvent*) override;
// int updateTimerId = 0;
// IceReportSkipper skipper = {20.0f};
// std::unique_ptr<QTimer> timer;
void
runUpdate
();
armarx
::
RunningTask
<
KinematicUnitWidgetController
>::
pointer_type
updateTask
;
...
...
@@ -349,7 +323,6 @@ namespace armarx
ControlMode
getSelectedControlMode
()
const
;
void
setControlModeRadioButtonGroup
(
const
ControlMode
&
controlMode
);
};
using
FloatVector
=
::
std
::
vector
<
::
Ice
::
Float
>
;
using
KinematicUnitGuiPluginPtr
=
std
::
shared_ptr
<
KinematicUnitWidgetController
>
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment