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
5f8e1ffc
Commit
5f8e1ffc
authored
8 years ago
by
Leonard
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Information and link for help on getting proxies.
parent
4c29edfd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/doxygen/pages/armarpose.dox
+3
-1
3 additions, 1 deletion
etc/doxygen/pages/armarpose.dox
with
3 additions
and
1 deletion
etc/doxygen/pages/armarpose.dox
+
3
−
1
View file @
5f8e1ffc
...
...
@@ -32,7 +32,7 @@ The agent name can be retrieved via the \ref armarx::RobotStateComponent like th
So an example code for creating a new FramedPosition looks like this:
\code
RobotStateComponentInterfacePrx robotStateInterfacePrx = ....; // you need to have this proxy
, see \ref ArmarXCore-HowTos-GetProxy "get a proxy"
RobotStateComponentInterfacePrx robotStateInterfacePrx = ....; // you need to have this proxy
SharedRobotInterfacePrx robot = robotStateInterfacePrx->getSynchronizedRobot();
std::strning agentName = robotStateInterfacePrx->getRobotName();
std::string frame = robot->getRoot()->getName();
...
...
@@ -41,6 +41,8 @@ So an example code for creating a new FramedPosition looks like this:
armarx::FramedPositionPtr position = new armarx::FramedPosition(pos, frame, agentName);
\endcode
Refer to the Howto at \ref ArmarXCore-HowTos-GetProxy "get a proxy" to learn how to obtain a proxy.
\section FramedPose-ChangeFrame Change the frame of a FramedPosition
In ArmarX the most common coordinate type is the FramedX, e.g. FramedPosition.
To change the frame in this coordinate type, you can call \ref armarx::FramedPosition::changeFrame "changeFrame()" on the FramedPosition.
...
...
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