How do you properly used SetEntityState srv in custom plugin?
I have written a custom gazebo plugin that subscribes to a topic published from my ROS2 node. I use this data to populate a new gazebo_msgs::msg::EntityState. How do you properly send this EntityState as a request to the SetEntityState service available through the gazebo_ros_pkg?
Gazebo 11 ROS2 Foxy
How did you manage it in the end? I have the same issue.