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
!354
Feature/armen laser scans update inc intensity
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/armen laser scans update inc intensity
feature/armen-laser-scans-update-inc-intensity
into
master
Overview
0
Commits
5
Pipelines
0
Changes
5
Merged
Fabian Reister
requested to merge
feature/armen-laser-scans-update-inc-intensity
into
master
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1b32fde4
5 commits,
1 year ago
5 files
+
86
−
47
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
source/RobotAPI/interface/units/LaserScannerUnit.ice
+
8
−
9
Options
@@ -46,18 +46,18 @@ module armarx
**/
struct
LaserScanStep
{
float
angle
;
float
distance
;
//
float intensity;
float
angle
;
float
distance
;
float
intensity
;
};
struct
LaserScannerInfo
{
string
device
;
string
frame
;
float
minAngle
;
float
maxAngle
;
float
stepSize
;
string
device
;
string
frame
;
float
minAngle
;
float
maxAngle
;
float
stepSize
;
};
sequence
<
LaserScanStep
>
LaserScan
;
@@ -82,4 +82,3 @@ module armarx
};
};
Loading