Gazebo plugin does not print anything
Hi,
I'm try to modify the ActorPlugin in order to put it in the simple_office of PAL Robotics for TIAGo simulation. The behavior of the actor is not so good, so I'm trying to print some debugs, but it doesn't work. I tried with cout, gzdbg, ROS_INFO.
I added the plugin in the pal_gazebo_plugins folder and compiled. Then I launch with:
roslaunch tiago_gazebo tiago_gazebo.launch public_sim:=true robot:=titanium world:=simple_office_with_people
Moreover if I run on the worlds folder:
gazebo simple_office_with_people.world
It prints the debugs.
Without debugging it's pretty hard to solve problems. Thank you in advance if you'll help me.