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
Package registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Leander Singer
RobotAPI
Commits
873611ab
Commit
873611ab
authored
6 years ago
by
Raphael Grimm
Browse files
Options
Downloads
Patches
Plain Diff
Add doxygen
parent
b13307df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/components/units/RobotUnit/NJointControllers/NJointController.h
+5
-8
5 additions, 8 deletions
...ents/units/RobotUnit/NJointControllers/NJointController.h
with
5 additions
and
8 deletions
source/RobotAPI/components/units/RobotUnit/NJointControllers/NJointController.h
+
5
−
8
View file @
873611ab
...
...
@@ -752,14 +752,6 @@ namespace armarx
*/
void
rtDeactivateControllerBecauseOfError
();
public
:
static
const
NJointControllerPtr
NullPtr
;
...
...
@@ -802,10 +794,15 @@ namespace armarx
// ///////////////////////////////////////// data ///////////////////////////////////////// //
// //////////////////////////////////////////////////////////////////////////////////////// //
private
:
/// @brief reference to the owning \ref RobotUnit
RobotUnit
&
robotUnit
;
/// @brief Maps names of used \ref ControlDevice "ControlDevices" to the \ref JointController "JointController's" control mode
StringStringDictionary
controlDeviceControlModeMap
;
/// @brief Maps names of used \ref ControlDevice "ControlDevices" to the used \ref JointController for this \ref ControlDevice
std
::
map
<
std
::
string
,
const
JointController
*>
controlDeviceUsedJointController
;
/// @brief Bitmap of used \ref ControlDevice "ControlDevices" (1 == used, 0 == not used)
std
::
vector
<
char
>
controlDeviceUsedBitmap
;
/// @brief Indices of used \ref ControlDevice "ControlDevices"
std
::
vector
<
std
::
size_t
>
controlDeviceUsedIndices
;
//this data is filled by the robot unit to provide convenience functions
...
...
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