mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2024-11-16 19:30:26 +01:00
16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
|
<launch>
|
||
|
|
||
|
<arg name="config" />
|
||
|
|
||
|
<!-- Event camera simulator -->
|
||
|
<node name="esim_node" pkg="esim_ros" type="esim_node" args="
|
||
|
--v=1
|
||
|
--vmodule=data_provider_from_folder=10
|
||
|
--flagfile=$(find esim_ros)/$(arg config)
|
||
|
" output="screen"/>
|
||
|
|
||
|
<include file="$(find esim_ros)/launch/visualization.launch" />
|
||
|
|
||
|
|
||
|
</launch>
|