Re: [ros-users] Issues Communicating with Rviz

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: 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