Robotics StackExchange | Archived questions

Using system plugin with gzclient, visual changes not seen by ROS camera

I have a system plugin which runs with gzclient which has changes the material of visual links at runtime using gazebo::rendering::Visual::setMaterial. I have a kinect in the environment which I am using ROS to access.

I am seeing the changes in material in the gazebo GUI, but not in the camera. I think this is something I'm not understanding about gzserver vs gzclient. Does anyone have any ideas what might be causing this issue?

Asked by powertjp1 on 2020-07-06 18:26:23 UTC

Comments

For reference, I am building off this code: https://github.com/neka-nat/gazebo_domain_randomization

Asked by powertjp1 on 2020-07-06 18:27:50 UTC

Answers