Robotics StackExchange | Archived questions

Modify the world given in [http://gazebosim.org/tutorials?tut=camera_save&cat=sensors]

Hi, I'm running given world in [http://gazebosim.org/tutorials?tut=camera_save&cat=sensors]. How can I modify it to save images of another scene such as a moving camera around a room?

Asked by Mohammad on 2021-03-02 22:33:00 UTC

Comments

Answers

You can build a movement plugin to attach to your SDF model of the camera. The easier way I think is to change the position of the model in the world. Otherwise, you can set a velocity to your model and move the camera using it. You can start having a look at this Plugin 101 and then have a look at Model plugin.

Asked by Tadteo on 2021-03-04 09:10:47 UTC

Comments