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
d347afbe
Commit
d347afbe
authored
10 years ago
by
Peter Kaiser
Browse files
Options
Downloads
Patches
Plain Diff
Documentation: ForceTorqueUnit
parent
0c0295c7
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/units/ForceTorqueUnit.h
+6
-0
6 additions, 0 deletions
source/RobotAPI/units/ForceTorqueUnit.h
with
6 additions
and
0 deletions
source/RobotAPI/units/ForceTorqueUnit.h
+
6
−
0
View file @
d347afbe
...
...
@@ -46,6 +46,12 @@ namespace armarx
}
};
/**
* The ForceTorqueUnit class is the base unit for force/torque sensors.
* It implements the ForceTorqueUnit-interface and is responsible for distributing F/T sensor-values in ArmarX.
* RobotAPI contains the ForceTorqueUnitSimulation class that does a very basic simulation of F/T-sensors.
* Other (hardware related) implementations of this unit can be found in the respective ArmarX projects.
*/
class
ForceTorqueUnit
:
virtual
public
ForceTorqueUnitInterface
,
virtual
public
SensorActorUnit
...
...
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