forked from compAIR/libcreate
Minor refactor
This commit is contained in:
parent
82b01e4057
commit
44a6f809e8
3 changed files with 11 additions and 7 deletions
|
@ -454,11 +454,11 @@ namespace create {
|
|||
|
||||
/* Get the estimated position of Create based on wheel encoders.
|
||||
*/
|
||||
const create::Pose& getPose() const;
|
||||
create::Pose getPose() const;
|
||||
|
||||
/* Get the estimated velocity of Create based on wheel encoders.
|
||||
*/
|
||||
const create::Vel& getVel() const;
|
||||
create::Vel getVel() const;
|
||||
|
||||
/* Get the number of corrupt serial packets since first connecting to Create.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue