JetsonHacksNano / installRealSenseROS

Install the realsense-ros library on NVIDIA Jetson Nano Developer Kit.
MIT License
36 stars 7 forks source link

[BUG] Error: ‘find_if’ was not declared in this scope (base_realsense_node) #5

Open HripsimeS opened 2 years ago

HripsimeS commented 2 years ago

@jetsonhacks @JetsonHacksNano

I'm trying to do installation by following your youtube tutorial https://www.youtube.com/watch?v=eSAsLAzYzm4 On the step when I need to run "./installRealSenseROS.sh", I had an error (you can see in attachement) which eventually lead to Invoking "make -j8 -l8" failed Seems the issue on the line 1969 of base_realsense_node file where ‘find_if’ was not declared. Can you please tell me how to fix this issue to be able succsesfully finish the installation. Look forward to hearing from you!

find-if