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
Merge requests
!410
Add class and component MemoryToDebugObserver
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add class and component MemoryToDebugObserver
memory-plotter
into
master
Overview
0
Commits
12
Pipelines
7
Changes
13
Merged
Rainer Kartmann
requested to merge
memory-plotter
into
master
1 year ago
Overview
0
Commits
12
Pipelines
7
Changes
13
Expand
0
0
Merge request reports
Compare
master
version 6
3ad4f10e
1 year ago
version 5
9b3850ae
1 year ago
version 4
7352d941
1 year ago
version 3
3b41c2b9
1 year ago
version 2
1c42f0c9
1 year ago
version 1
24830cf8
1 year ago
master (base)
and
latest version
latest version
92aa069b
12 commits,
1 year ago
version 6
3ad4f10e
11 commits,
1 year ago
version 5
9b3850ae
10 commits,
1 year ago
version 4
7352d941
6 commits,
1 year ago
version 3
3b41c2b9
4 commits,
1 year ago
version 2
1c42f0c9
3 commits,
1 year ago
version 1
24830cf8
1 commit,
1 year ago
13 files
+
1094
−
106
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
etc/doxygen/pages/HowTos.dox
+
13
−
0
Options
@@ -137,4 +137,17 @@ If a complete robot model (including 3d models) is needed, you can pass a filena
\endcode
This model can be synchronized in the same way as the first model.
\section RobotAPI-HowTos-Memory-Plot-Values How to Plot Values from the Memory System
You can use the component \ref Component-MemoryToDebugObserver to query data from memory servers
and send them to the \ref Component-DebugObserver.
These values can then be viewed using
the \ref ArmarXGui-GuiPlugins-ObserverWidget
or the \ref ArmarXGui-GuiPlugins-PlotterPlugin.
To use this functionality in your own code, use the class
armarx::armem::client::util::MemoryToDebugObserver.
*/
Loading