-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double laser plugin #419
Double laser plugin #419
Conversation
c0f66a0
to
753288d
Compare
753288d
to
ba78bfa
Compare
plugins/doublelaser/CMakeLists.txt
Outdated
@@ -0,0 +1,29 @@ | |||
# Copyright (C) 2007-2015 Istituto Italiano di Tecnologia ADVR & iCub Facility & RBCS Department |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix copyright
plugins/doublelaser/CMakeLists.txt
Outdated
@@ -0,0 +1,29 @@ | |||
# Copyright (C) 2007-2015 Istituto Italiano di Tecnologia ADVR & iCub Facility & RBCS Department | |||
# Authors: Enrico Mingo, Alessio Rocchi, Mirko Ferrati, Silvio Traversaro, Alessandro Settimi and Francesco Romano |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Authors
plugins/doublelaser/CMakeLists.txt
Outdated
|
||
PROJECT(Plugin_DoubleLaser) | ||
|
||
message("sono nel doublelaser!!") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
} | ||
else | ||
{ | ||
yError() << "GazeboYarpDoubleLaser: ERRORE mentre facevo attach di rangeFinder wrapper al double laser."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix required
|
||
if(m_iWrap_rangeFinder->attachAll(listofdoubellaser)) | ||
{ | ||
yError() << "GazeboYarpDoubleLaser: ho fatto attach di rangeFinder wrapper al double laser. OK"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Required
@@ -0,0 +1,267 @@ | |||
/* | |||
* Copyright (C) 2013-2015 Fondazione Istituto Italiano di Tecnologia RBCS & iCub Facility & ADVR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix req
@@ -0,0 +1,70 @@ | |||
/* | |||
* Copyright (C) 2013-2015 Fondazione Istituto Italiano di Tecnologia RBCS & iCub Facility & ADVR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix req
*/ | ||
|
||
/** | ||
* @file DoubleLaser.h |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.hh
|
||
|
||
/** | ||
* @file DoubleLaser.h |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.cc
Very good! Only minor comments, then we can merge! 👍 BTW: I noticed in the last push-force you removed any modifications related to a "set deviceId" method of the lasersensor plugin (I mean, the original-single laser plugin). Is it confirmed? |
DoubleLaser uses this parameter to differentiate front and back lasers
In this PR there is the implementation of double laser Plugin.
It is already tested
cc @randaz81