Record Gazebo Simulation
Hi, Can anyone tell me how to record the simulation that I run on Gazebo and rviz? I am unable to find any documents suggesting the solution.
Ubuntu - 120.4 precise ROS - Groovy
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi, Can anyone tell me how to record the simulation that I run on Gazebo and rviz? I am unable to find any documents suggesting the solution.
Ubuntu - 120.4 precise ROS - Groovy
I use package recordMyDesktop
to record a simulation. If you check it on Ubuntu Software Center, you can find it out.
Please look at this web.
https://apps.ubuntu.com/cat/applicati...
https://www.youtube.com/watch?v=ExleT...
As it is easy to download and install it, please try it!
You can use screen grabber utilities or run command line tool s like ffmpeg. Maximise the output you want to capture as these tool grab complete screen. I use following command:
ffmpeg -f x11 grab -s <screen resolution> -r 25 -i 0.0 <output file name>
Screen resolution parameter is display dependent e.g. xvga . Use ffmpeg man page for more information.
Prince.
I am trying to install this - RecordingOpenGLAppsWithGLC. But I am not able to follow the instructions. https://github.com/nullkey/glc/wiki/Install It says After Building.. Now how do I build it?
ffmpeg can grab a specific area of the screen, not just the entire screen. It's quite a complex and long command line, though. I created an alias for it. I'm away from my Linux box or I'd paste it here.
Try Filmora Scrn or Joyoshare Screen Recorder. They can record almost all desktop activities in high quality. OBS is good as well, but sometimes I got black capture window issue.
Asked: 2014-04-27 20:13:08 -0600
Seen: 2,767 times
Last updated: May 04 '14
Incorrect camera extrinsics for simulated Gazebo cameras
Can gazebo_ros actually use bullet?
robot_description synchronization gazebo RViz
How to visualize surface normals as Marker::Arrow for each point in rviz?
Corrected Odometry from GMapping / Karto?