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
!296
Avoiding repeated CMake executions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Avoiding repeated CMake executions
fix/virtual-robot-reader-performance-armarx-datapath
into
master
Overview
2
Commits
1
Pipelines
0
Changes
2
1 unresolved thread
Hide all comments
Merged
Fabian Reister
requested to merge
fix/virtual-robot-reader-performance-armarx-datapath
into
master
2 years ago
Overview
2
Commits
1
Pipelines
0
Changes
2
1 unresolved thread
Hide all comments
Expand
@dreher
fyi
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
893c021f
1 commit,
2 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
source/RobotAPI/libraries/armem_robot_state/client/common/VirtualRobotReader.cpp
+
1
−
1
Options
@@ -38,7 +38,7 @@ namespace armarx::armem::robot_state
bool
VirtualRobotReader
::
synchronizeRobot
(
VirtualRobot
::
Robot
&
robot
,
const
armem
::
Time
&
timestamp
)
{
const
auto
packages
=
armarx
::
CMakePackageFinder
::
FindAllArmarXSourcePackages
();
const
static
auto
packages
=
armarx
::
CMakePackageFinder
::
FindAllArmarXSourcePackages
();
const
auto
package
=
armarx
::
ArmarXDataPath
::
getProject
(
packages
,
robot
.
getFilename
());
const
robot
::
RobotDescription
robotDescription
{
Loading