mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2024-11-16 19:30:26 +01:00
Updated Simulating events from a video (markdown)
parent
93ad3bc615
commit
311a535beb
@ -91,7 +91,10 @@ To visualize the events, you can open a new terminal, and start the `dvs_rendere
|
|||||||
rosrun dvs_renderer dvs_renderer events:=/cam0/events
|
rosrun dvs_renderer dvs_renderer events:=/cam0/events
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, you can play the saved rosbag: `rosbag play /tmp/out.bag`.
|
Then, you can play the saved rosbag, in a loop (`-l`), and slowed down 10x (`-r 0.1`):
|
||||||
|
|
||||||
|
`rosbag play /tmp/out.bag -l -r 0.1`.
|
||||||
|
|
||||||
You can now visualize the simulated events by opening `rqt_image_view` (in another terminal): `rqt_image_view /dvs_rendering`.
|
You can now visualize the simulated events by opening `rqt_image_view` (in another terminal): `rqt_image_view /dvs_rendering`.
|
||||||
|
|
||||||
Note: you can also visualize the simulated APS frames (including motion blur) by selecting the tab `/cam0/image_corrupted` from the list at the top of `rqt_image_view`.
|
Note: you can also visualize the simulated APS frames (including motion blur) by selecting the tab `/cam0/image_corrupted` from the list at the top of `rqt_image_view`.
|
||||||
|
Loading…
Reference in New Issue
Block a user