Open afsafzal opened 3 years ago
We should be able to call locate_binary_node and get_executable_type without going through ROSLaunchReader as their operation is only dependent on accessing shell and files and is not particularly relevant to the launch reader.
locate_binary_node
get_executable_type
ROSLaunchReader
shell
files
We should be able to call
locate_binary_node
andget_executable_type
without going throughROSLaunchReader
as their operation is only dependent on accessingshell
andfiles
and is not particularly relevant to the launch reader.