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
82c4cc51
Commit
82c4cc51
authored
4 years ago
by
Rainer Kartmann
Browse files
Options
Downloads
Patches
Plain Diff
Fix unused variable warning
parent
cd681573
No related branches found
No related tags found
1 merge request
!82
ArViz: Allow enabling introspection at runtime
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/components/ArViz/Coin/VisualizationRobot.cpp
+1
-0
1 addition, 0 deletions
source/RobotAPI/components/ArViz/Coin/VisualizationRobot.cpp
with
1 addition
and
0 deletions
source/RobotAPI/components/ArViz/Coin/VisualizationRobot.cpp
+
1
−
0
View file @
82c4cc51
...
...
@@ -90,6 +90,7 @@ namespace armarx::viz::coin
bool
VisualizationRobot
::
update
(
ElementType
const
&
element
)
{
IceUtil
::
Time
time_start
=
IceUtil
::
Time
::
now
();
(
void
)
time_start
;
bool
robotChanged
=
loaded
.
project
!=
element
.
project
||
loaded
.
filename
!=
element
.
filename
;
if
(
robotChanged
)
...
...
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