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
0fc310ff
There was a problem fetching the pipeline summary.
Commit
0fc310ff
authored
7 years ago
by
Fabian Paus
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typos in armarpose.dox
parent
286d693f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/doxygen/pages/armarpose.dox
+2
-2
2 additions, 2 deletions
etc/doxygen/pages/armarpose.dox
with
2 additions
and
2 deletions
etc/doxygen/pages/armarpose.dox
+
2
−
2
View file @
0fc310ff
...
...
@@ -27,14 +27,14 @@ The coordinate frame is usually the name of the RobotNode, e.g. the tcp of the r
The agent name can be retrieved via the \ref armarx::RobotStateComponent like this:
\code
std::str
n
ing agentName = robotStateInterfacePrx->getRobotName();
std::string agentName = robotStateInterfacePrx->getRobotName();
\endcode
So an example code for creating a new FramedPosition looks like this:
\code
RobotStateComponentInterfacePrx robotStateInterfacePrx = ....; // you need to have this proxy
SharedRobotInterfacePrx robot = robotStateInterfacePrx->getSynchronizedRobot();
std::str
n
ing agentName = robotStateInterfacePrx->getRobotName();
std::string agentName = robotStateInterfacePrx->getRobotName();
std::string frame = robot->getRoot()->getName();
Eigen::Vector3f pos;
pos << 100, 0, 0;
...
...
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