Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8570219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:30:32+00:00 2026-06-11T18:30:32+00:00

Sorry for the vague title. I’m woking on a project that need some knowledge

  • 0

Sorry for the vague title. I’m woking on a project that need some knowledge of C++. I don’t learn C++, and don’t have to time to read through a book. So I hope someone is nice enough to give me a start point to look it up.

Here is the code:

TurtlebotTeleop::TurtlebotTeleop(): ph_("~"), linear_(1),angular_(0){
   ph_.param("axis_linear", linear_, linear_);
   ph_.param("axis_angular", angular_, angular_);
   ph_.param("axis_deadman", deadman_axis_, deadman_axis_);
   ph_.param("scale_angular", a_scale_, a_scale_);
   ph_.param("scale_linear", l_scale_, l_scale_);
}

I know that this chunk of code is defining a method “TurtlebotTeleop”. But What’s those thing after the colon “:”?

Thank you very much for any input.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:30:33+00:00Added an answer on June 11, 2026 at 6:30 pm

    It is a constructor initialization list. It is syntax for initializing the data members of a class.

    The “chunk of code” is the definition of the default constructor of TurtlebotTeleop. What follows between the : and the { are initializations of some of the data members of that class. Once you get into the body of the constructor (between the { and }) all data members have a value, and whatever you do to them is a change to an existing instance, as opposed to an initialization.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

sorry for the vague title... I have a problem with a php4 class that
Using MS Access. I'm sorry that the title is vague--i just don't exactly know
Sorry about the extremely vague question title (any suggestions for improvements welcome) I have
Sorry about the vague title but I have a servlet with the following mapping
Sorry the title is very vague. Basically, I'm stuck with something. I have an
Sorry for vague question title, i couldn't figure out something more specific. I have
I'm sorry for the vague title, I think you really have to see the
Sorry about the vague question title, I just want to ascertain some things. Static
Sorry about the vague question title, but I have these typedefs here: typedef std::list<AnimationKeyframe>
Sorry about the vague title, but I really don't know how to describe this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.