Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • I iri_base_driver
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • labrobotica
  • rosros
  • iri_core
  • iri_base_driver
  • Merge requests
  • !1

FIX: change class members and functions from private to protected

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Angel Santamaria-Navarro requested to merge kinetic_migration_fix_protected into kinetic_migration May 11, 2018
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 1

During migration to kinetic some class members and functions moved from protected to private. This breaks the API. E.g, the loop_rate_ variable has to be set from derived classes. This can only be done by setting it to protected instead of private or either creating a SET function.

This branch moves back to protected those class members to keep compatibility.

Tested with Ubuntu 16.04 and ROS Kinetic.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: kinetic_migration_fix_protected