File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ void RealSenseNodeFactory::init()
327327#endif
328328 // Using `getOrDeclareParameter()` to avoid re-declaration issues
329329 _serial_no = _parameters->getOrDeclareParameter <std::string>(" serial_no" , " " );
330- _usb_port_id = _parameters->getOrDeclareParameter <std::string>(" _usb_port_id " , " " );
331- _device_type = _parameters->getOrDeclareParameter <std::string>(" _device_type " , " " );
330+ _usb_port_id = _parameters->getOrDeclareParameter <std::string>(" usb_port_id " , " " );
331+ _device_type = _parameters->getOrDeclareParameter <std::string>(" device_type " , " " );
332332 _wait_for_device_timeout = _parameters->getOrDeclareParameter <double >(" wait_for_device_timeout" , -1.0 );
333333 _reconnect_timeout = _parameters->getOrDeclareParameter <double >(" reconnect_timeout" , 6.0 );
334334
You can’t perform that action at this time.
0 commit comments