ros-event-camera / metavision_driver

driver for event based cameras using the MetaVision SDK (Prophesee and CenturyArk)
Apache License 2.0
42 stars 12 forks source link

set serial parameter type to string #51

Closed berndpfrommer closed 3 months ago

berndpfrommer commented 3 months ago

Currently the ROS1 driver does not handle the specified serial number correctly because it is converted to an int, see issue #47 The simplest way to work around this is to explicitly set the parameter type to string in the launch file.