Re: [ros-users] Issues Communicating with Rviz

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: Re: [ros-users] Issues Communicating with Rviz
>
>
> Could you please explain what's happening? Thanks a lot!
>
>

This now comes down to basic C/C++ knowledge, and isn't appropriate for this
list, but as a hint, you can't call functions like that from global scope
(and making the NodeHandle global is also a bad idea).

Josh