Randomize Static Object location in Gazebo [closed]
Hi! I am currently working on a deep reinforcement learning task in Gazebo and I want to randomize the location of obstacles for every episode. For non-static object, I can achieve this by publishing to the set_model_state topic. However, when it comes to static objects, set_model_state doesn't really work. Is there a way to randomize a static objects?