Skip to content
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

Service Fields #8

Open
senceryazici opened this issue Jan 28, 2022 · 0 comments
Open

Service Fields #8

senceryazici opened this issue Jan 28, 2022 · 0 comments

Comments

@senceryazici
Copy link

Hi,
in ros_jetson_stats/nvpmodel file the service is defined as:

string nvpmodel
---
string return

which generates header files as:

   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _return_type;
  _return_type return;

The field name return is causing problems since it's a special c/c++ keyword

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant