target-realsense2_camera-Release-2b50f848d25dde2b73e9.json 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656
  1. {
  2. "artifacts" :
  3. [
  4. {
  5. "path" : "librealsense2_camera.so"
  6. }
  7. ],
  8. "backtrace" : 1,
  9. "backtraceGraph" :
  10. {
  11. "commands" :
  12. [
  13. "add_library",
  14. "install",
  15. "link_directories",
  16. "find_package",
  17. "include",
  18. "target_link_libraries",
  19. "add_compile_options",
  20. "include_directories"
  21. ],
  22. "files" :
  23. [
  24. "CMakeLists.txt",
  25. "/usr/lib/aarch64-linux-gnu/cmake/opencv4/OpenCVConfig.cmake",
  26. "/opt/ros/humble/share/cv_bridge/cmake/ament_cmake_export_dependencies-extras.cmake",
  27. "/opt/ros/humble/share/cv_bridge/cmake/cv_bridgeConfig.cmake"
  28. ],
  29. "nodes" :
  30. [
  31. {
  32. "file" : 0
  33. },
  34. {
  35. "command" : 0,
  36. "file" : 0,
  37. "line" : 238,
  38. "parent" : 0
  39. },
  40. {
  41. "command" : 1,
  42. "file" : 0,
  43. "line" : 334,
  44. "parent" : 0
  45. },
  46. {
  47. "command" : 3,
  48. "file" : 0,
  49. "line" : 109,
  50. "parent" : 0
  51. },
  52. {
  53. "file" : 3,
  54. "parent" : 3
  55. },
  56. {
  57. "command" : 4,
  58. "file" : 3,
  59. "line" : 41,
  60. "parent" : 4
  61. },
  62. {
  63. "file" : 2,
  64. "parent" : 5
  65. },
  66. {
  67. "command" : 3,
  68. "file" : 2,
  69. "line" : 21,
  70. "parent" : 6
  71. },
  72. {
  73. "file" : 1,
  74. "parent" : 7
  75. },
  76. {
  77. "command" : 2,
  78. "file" : 1,
  79. "line" : 143,
  80. "parent" : 8
  81. },
  82. {
  83. "command" : 5,
  84. "file" : 0,
  85. "line" : 251,
  86. "parent" : 0
  87. },
  88. {
  89. "command" : 5,
  90. "file" : 0,
  91. "line" : 315,
  92. "parent" : 0
  93. },
  94. {
  95. "command" : 6,
  96. "file" : 0,
  97. "line" : 29,
  98. "parent" : 0
  99. },
  100. {
  101. "command" : 7,
  102. "file" : 0,
  103. "line" : 133,
  104. "parent" : 0
  105. },
  106. {
  107. "command" : 7,
  108. "file" : 0,
  109. "line" : 135,
  110. "parent" : 0
  111. }
  112. ]
  113. },
  114. "compileGroups" :
  115. [
  116. {
  117. "compileCommandFragments" :
  118. [
  119. {
  120. "fragment" : "-O2 -fPIE -fstack-protector-strong -fPIC -fno-operator-names -Wformat -Wformat-security -Wall -DHUMBLE -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC"
  121. },
  122. {
  123. "backtrace" : 12,
  124. "fragment" : "-Wall"
  125. },
  126. {
  127. "backtrace" : 12,
  128. "fragment" : "-Wextra"
  129. },
  130. {
  131. "backtrace" : 12,
  132. "fragment" : "-Wpedantic"
  133. }
  134. ],
  135. "defines" :
  136. [
  137. {
  138. "backtrace" : 11,
  139. "define" : "DEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp"
  140. },
  141. {
  142. "backtrace" : 10,
  143. "define" : "ELPP_NO_DEFAULT_LOG_FILE"
  144. },
  145. {
  146. "backtrace" : 11,
  147. "define" : "RCUTILS_ENABLE_FAULT_INJECTION"
  148. },
  149. {
  150. "define" : "realsense2_camera_EXPORTS"
  151. }
  152. ],
  153. "includes" :
  154. [
  155. {
  156. "backtrace" : 13,
  157. "path" : "/home/ubuntu/eyes/realsense-ros/realsense2_camera/include"
  158. },
  159. {
  160. "backtrace" : 14,
  161. "isSystem" : true,
  162. "path" : "/usr/include/opencv4"
  163. },
  164. {
  165. "backtrace" : 11,
  166. "isSystem" : true,
  167. "path" : "/opt/ros/humble/include/cv_bridge"
  168. },
  169. {
  170. "backtrace" : 11,
  171. "isSystem" : true,
  172. "path" : "/opt/ros/humble/include/sensor_msgs"
  173. },
  174. {
  175. "backtrace" : 11,
  176. "isSystem" : true,
  177. "path" : "/opt/ros/humble/include/builtin_interfaces"
  178. },
  179. {
  180. "backtrace" : 11,
  181. "isSystem" : true,
  182. "path" : "/opt/ros/humble/include/rosidl_runtime_c"
  183. },
  184. {
  185. "backtrace" : 11,
  186. "isSystem" : true,
  187. "path" : "/opt/ros/humble/include/rcutils"
  188. },
  189. {
  190. "backtrace" : 11,
  191. "isSystem" : true,
  192. "path" : "/opt/ros/humble/include/rosidl_typesupport_interface"
  193. },
  194. {
  195. "backtrace" : 11,
  196. "isSystem" : true,
  197. "path" : "/opt/ros/humble/include/geometry_msgs"
  198. },
  199. {
  200. "backtrace" : 11,
  201. "isSystem" : true,
  202. "path" : "/opt/ros/humble/include/std_msgs"
  203. },
  204. {
  205. "backtrace" : 11,
  206. "isSystem" : true,
  207. "path" : "/opt/ros/humble/include/fastcdr"
  208. },
  209. {
  210. "backtrace" : 11,
  211. "isSystem" : true,
  212. "path" : "/opt/ros/humble/include/rosidl_runtime_cpp"
  213. },
  214. {
  215. "backtrace" : 11,
  216. "isSystem" : true,
  217. "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp"
  218. },
  219. {
  220. "backtrace" : 11,
  221. "isSystem" : true,
  222. "path" : "/opt/ros/humble/include/rmw"
  223. },
  224. {
  225. "backtrace" : 11,
  226. "isSystem" : true,
  227. "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_c"
  228. },
  229. {
  230. "backtrace" : 11,
  231. "isSystem" : true,
  232. "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_c"
  233. },
  234. {
  235. "backtrace" : 11,
  236. "isSystem" : true,
  237. "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_cpp"
  238. },
  239. {
  240. "backtrace" : 11,
  241. "isSystem" : true,
  242. "path" : "/opt/ros/humble/include/image_transport"
  243. },
  244. {
  245. "backtrace" : 11,
  246. "isSystem" : true,
  247. "path" : "/opt/ros/humble/include/message_filters"
  248. },
  249. {
  250. "backtrace" : 11,
  251. "isSystem" : true,
  252. "path" : "/opt/ros/humble/include/rclcpp"
  253. },
  254. {
  255. "backtrace" : 11,
  256. "isSystem" : true,
  257. "path" : "/opt/ros/humble/include/ament_index_cpp"
  258. },
  259. {
  260. "backtrace" : 11,
  261. "isSystem" : true,
  262. "path" : "/opt/ros/humble/include/libstatistics_collector"
  263. },
  264. {
  265. "backtrace" : 11,
  266. "isSystem" : true,
  267. "path" : "/opt/ros/humble/include/rcl"
  268. },
  269. {
  270. "backtrace" : 11,
  271. "isSystem" : true,
  272. "path" : "/opt/ros/humble/include/rcl_interfaces"
  273. },
  274. {
  275. "backtrace" : 11,
  276. "isSystem" : true,
  277. "path" : "/opt/ros/humble/include/rcl_logging_interface"
  278. },
  279. {
  280. "backtrace" : 11,
  281. "isSystem" : true,
  282. "path" : "/opt/ros/humble/include/rcl_yaml_param_parser"
  283. },
  284. {
  285. "backtrace" : 11,
  286. "isSystem" : true,
  287. "path" : "/opt/ros/humble/include/libyaml_vendor"
  288. },
  289. {
  290. "backtrace" : 11,
  291. "isSystem" : true,
  292. "path" : "/opt/ros/humble/include/tracetools"
  293. },
  294. {
  295. "backtrace" : 11,
  296. "isSystem" : true,
  297. "path" : "/opt/ros/humble/include/rcpputils"
  298. },
  299. {
  300. "backtrace" : 11,
  301. "isSystem" : true,
  302. "path" : "/opt/ros/humble/include/statistics_msgs"
  303. },
  304. {
  305. "backtrace" : 11,
  306. "isSystem" : true,
  307. "path" : "/opt/ros/humble/include/rosgraph_msgs"
  308. },
  309. {
  310. "backtrace" : 11,
  311. "isSystem" : true,
  312. "path" : "/opt/ros/humble/include/rosidl_typesupport_cpp"
  313. },
  314. {
  315. "backtrace" : 11,
  316. "isSystem" : true,
  317. "path" : "/opt/ros/humble/include/rosidl_typesupport_c"
  318. },
  319. {
  320. "backtrace" : 11,
  321. "isSystem" : true,
  322. "path" : "/opt/ros/humble/include/rclcpp_components"
  323. },
  324. {
  325. "backtrace" : 11,
  326. "isSystem" : true,
  327. "path" : "/opt/ros/humble/include/class_loader"
  328. },
  329. {
  330. "backtrace" : 11,
  331. "isSystem" : true,
  332. "path" : "/home/ubuntu/eyes/install/realsense2_camera_msgs/include/realsense2_camera_msgs"
  333. },
  334. {
  335. "backtrace" : 11,
  336. "isSystem" : true,
  337. "path" : "/opt/ros/humble/include/action_msgs"
  338. },
  339. {
  340. "backtrace" : 11,
  341. "isSystem" : true,
  342. "path" : "/opt/ros/humble/include/unique_identifier_msgs"
  343. },
  344. {
  345. "backtrace" : 11,
  346. "isSystem" : true,
  347. "path" : "/opt/ros/humble/include/std_srvs"
  348. },
  349. {
  350. "backtrace" : 11,
  351. "isSystem" : true,
  352. "path" : "/opt/ros/humble/include/nav_msgs"
  353. },
  354. {
  355. "backtrace" : 11,
  356. "isSystem" : true,
  357. "path" : "/opt/ros/humble/include/tf2"
  358. },
  359. {
  360. "backtrace" : 11,
  361. "isSystem" : true,
  362. "path" : "/opt/ros/humble/include/tf2_ros"
  363. },
  364. {
  365. "backtrace" : 11,
  366. "isSystem" : true,
  367. "path" : "/opt/ros/humble/include/rclcpp_action"
  368. },
  369. {
  370. "backtrace" : 11,
  371. "isSystem" : true,
  372. "path" : "/opt/ros/humble/include/rcl_action"
  373. },
  374. {
  375. "backtrace" : 11,
  376. "isSystem" : true,
  377. "path" : "/opt/ros/humble/include/tf2_msgs"
  378. },
  379. {
  380. "backtrace" : 11,
  381. "isSystem" : true,
  382. "path" : "/opt/ros/humble/include"
  383. },
  384. {
  385. "backtrace" : 11,
  386. "isSystem" : true,
  387. "path" : "/opt/ros/humble/include/diagnostic_msgs"
  388. }
  389. ],
  390. "language" : "CXX",
  391. "languageStandard" :
  392. {
  393. "backtraces" :
  394. [
  395. 11
  396. ],
  397. "standard" : "17"
  398. },
  399. "sourceIndexes" :
  400. [
  401. 14,
  402. 15,
  403. 16,
  404. 17,
  405. 18,
  406. 19,
  407. 20,
  408. 21,
  409. 22,
  410. 23,
  411. 24,
  412. 25,
  413. 26,
  414. 27,
  415. 28,
  416. 29,
  417. 30
  418. ]
  419. }
  420. ],
  421. "id" : "realsense2_camera::@6890427a1f51a3e7e1df",
  422. "install" :
  423. {
  424. "destinations" :
  425. [
  426. {
  427. "backtrace" : 2,
  428. "path" : "lib"
  429. },
  430. {
  431. "backtrace" : 2,
  432. "path" : "lib"
  433. }
  434. ],
  435. "prefix" :
  436. {
  437. "path" : "/home/ubuntu/eyes/install/realsense2_camera"
  438. }
  439. },
  440. "link" :
  441. {
  442. "commandFragments" :
  443. [
  444. {
  445. "fragment" : "-z noexecstack -z relro -z now",
  446. "role" : "flags"
  447. },
  448. {
  449. "backtrace" : 9,
  450. "fragment" : "-L/usr/local/cuda-12.6/lib64",
  451. "role" : "libraryPath"
  452. },
  453. {
  454. "fragment" : "-Wl,-rpath,/usr/local/cuda-12.6/lib64:/opt/ros/humble/lib/aarch64-linux-gnu:/home/ubuntu/eyes/install/realsense2_camera_msgs/lib:/opt/ros/humble/lib:/usr/local/lib:",
  455. "role" : "libraries"
  456. },
  457. {
  458. "backtrace" : 10,
  459. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_gapi.so.4.10.0",
  460. "role" : "libraries"
  461. },
  462. {
  463. "backtrace" : 10,
  464. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_stitching.so.4.10.0",
  465. "role" : "libraries"
  466. },
  467. {
  468. "backtrace" : 10,
  469. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_alphamat.so.4.10.0",
  470. "role" : "libraries"
  471. },
  472. {
  473. "backtrace" : 10,
  474. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_aruco.so.4.10.0",
  475. "role" : "libraries"
  476. },
  477. {
  478. "backtrace" : 10,
  479. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_bgsegm.so.4.10.0",
  480. "role" : "libraries"
  481. },
  482. {
  483. "backtrace" : 10,
  484. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_bioinspired.so.4.10.0",
  485. "role" : "libraries"
  486. },
  487. {
  488. "backtrace" : 10,
  489. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_ccalib.so.4.10.0",
  490. "role" : "libraries"
  491. },
  492. {
  493. "backtrace" : 10,
  494. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudabgsegm.so.4.10.0",
  495. "role" : "libraries"
  496. },
  497. {
  498. "backtrace" : 10,
  499. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudafeatures2d.so.4.10.0",
  500. "role" : "libraries"
  501. },
  502. {
  503. "backtrace" : 10,
  504. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudaobjdetect.so.4.10.0",
  505. "role" : "libraries"
  506. },
  507. {
  508. "backtrace" : 10,
  509. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudastereo.so.4.10.0",
  510. "role" : "libraries"
  511. },
  512. {
  513. "backtrace" : 10,
  514. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_dnn_objdetect.so.4.10.0",
  515. "role" : "libraries"
  516. },
  517. {
  518. "backtrace" : 10,
  519. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_dnn_superres.so.4.10.0",
  520. "role" : "libraries"
  521. },
  522. {
  523. "backtrace" : 10,
  524. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_dpm.so.4.10.0",
  525. "role" : "libraries"
  526. },
  527. {
  528. "backtrace" : 10,
  529. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_face.so.4.10.0",
  530. "role" : "libraries"
  531. },
  532. {
  533. "backtrace" : 10,
  534. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_freetype.so.4.10.0",
  535. "role" : "libraries"
  536. },
  537. {
  538. "backtrace" : 10,
  539. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_fuzzy.so.4.10.0",
  540. "role" : "libraries"
  541. },
  542. {
  543. "backtrace" : 10,
  544. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_hdf.so.4.10.0",
  545. "role" : "libraries"
  546. },
  547. {
  548. "backtrace" : 10,
  549. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_hfs.so.4.10.0",
  550. "role" : "libraries"
  551. },
  552. {
  553. "backtrace" : 10,
  554. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_img_hash.so.4.10.0",
  555. "role" : "libraries"
  556. },
  557. {
  558. "backtrace" : 10,
  559. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_intensity_transform.so.4.10.0",
  560. "role" : "libraries"
  561. },
  562. {
  563. "backtrace" : 10,
  564. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_line_descriptor.so.4.10.0",
  565. "role" : "libraries"
  566. },
  567. {
  568. "backtrace" : 10,
  569. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_mcc.so.4.10.0",
  570. "role" : "libraries"
  571. },
  572. {
  573. "backtrace" : 10,
  574. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_quality.so.4.10.0",
  575. "role" : "libraries"
  576. },
  577. {
  578. "backtrace" : 10,
  579. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_rapid.so.4.10.0",
  580. "role" : "libraries"
  581. },
  582. {
  583. "backtrace" : 10,
  584. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_reg.so.4.10.0",
  585. "role" : "libraries"
  586. },
  587. {
  588. "backtrace" : 10,
  589. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_rgbd.so.4.10.0",
  590. "role" : "libraries"
  591. },
  592. {
  593. "backtrace" : 10,
  594. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_saliency.so.4.10.0",
  595. "role" : "libraries"
  596. },
  597. {
  598. "backtrace" : 10,
  599. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_sfm.so.4.10.0",
  600. "role" : "libraries"
  601. },
  602. {
  603. "backtrace" : 10,
  604. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_signal.so.4.10.0",
  605. "role" : "libraries"
  606. },
  607. {
  608. "backtrace" : 10,
  609. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_stereo.so.4.10.0",
  610. "role" : "libraries"
  611. },
  612. {
  613. "backtrace" : 10,
  614. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_structured_light.so.4.10.0",
  615. "role" : "libraries"
  616. },
  617. {
  618. "backtrace" : 10,
  619. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_superres.so.4.10.0",
  620. "role" : "libraries"
  621. },
  622. {
  623. "backtrace" : 10,
  624. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_surface_matching.so.4.10.0",
  625. "role" : "libraries"
  626. },
  627. {
  628. "backtrace" : 10,
  629. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_tracking.so.4.10.0",
  630. "role" : "libraries"
  631. },
  632. {
  633. "backtrace" : 10,
  634. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_videostab.so.4.10.0",
  635. "role" : "libraries"
  636. },
  637. {
  638. "backtrace" : 10,
  639. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_viz.so.4.10.0",
  640. "role" : "libraries"
  641. },
  642. {
  643. "backtrace" : 10,
  644. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_wechat_qrcode.so.4.10.0",
  645. "role" : "libraries"
  646. },
  647. {
  648. "backtrace" : 10,
  649. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_xfeatures2d.so.4.10.0",
  650. "role" : "libraries"
  651. },
  652. {
  653. "backtrace" : 10,
  654. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_xobjdetect.so.4.10.0",
  655. "role" : "libraries"
  656. },
  657. {
  658. "backtrace" : 10,
  659. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_xphoto.so.4.10.0",
  660. "role" : "libraries"
  661. },
  662. {
  663. "backtrace" : 11,
  664. "fragment" : "/opt/ros/humble/lib/libcv_bridge.so",
  665. "role" : "libraries"
  666. },
  667. {
  668. "backtrace" : 11,
  669. "fragment" : "/opt/ros/humble/lib/aarch64-linux-gnu/libimage_transport.so",
  670. "role" : "libraries"
  671. },
  672. {
  673. "backtrace" : 11,
  674. "fragment" : "/home/ubuntu/eyes/install/realsense2_camera_msgs/lib/librealsense2_camera_msgs__rosidl_typesupport_fastrtps_c.so",
  675. "role" : "libraries"
  676. },
  677. {
  678. "backtrace" : 11,
  679. "fragment" : "/home/ubuntu/eyes/install/realsense2_camera_msgs/lib/librealsense2_camera_msgs__rosidl_typesupport_introspection_c.so",
  680. "role" : "libraries"
  681. },
  682. {
  683. "backtrace" : 11,
  684. "fragment" : "/home/ubuntu/eyes/install/realsense2_camera_msgs/lib/librealsense2_camera_msgs__rosidl_typesupport_fastrtps_cpp.so",
  685. "role" : "libraries"
  686. },
  687. {
  688. "backtrace" : 11,
  689. "fragment" : "/home/ubuntu/eyes/install/realsense2_camera_msgs/lib/librealsense2_camera_msgs__rosidl_typesupport_introspection_cpp.so",
  690. "role" : "libraries"
  691. },
  692. {
  693. "backtrace" : 11,
  694. "fragment" : "/home/ubuntu/eyes/install/realsense2_camera_msgs/lib/librealsense2_camera_msgs__rosidl_typesupport_cpp.so",
  695. "role" : "libraries"
  696. },
  697. {
  698. "backtrace" : 11,
  699. "fragment" : "/home/ubuntu/eyes/install/realsense2_camera_msgs/lib/librealsense2_camera_msgs__rosidl_generator_py.so",
  700. "role" : "libraries"
  701. },
  702. {
  703. "backtrace" : 11,
  704. "fragment" : "/opt/ros/humble/lib/libstd_srvs__rosidl_typesupport_fastrtps_c.so",
  705. "role" : "libraries"
  706. },
  707. {
  708. "backtrace" : 11,
  709. "fragment" : "/opt/ros/humble/lib/libstd_srvs__rosidl_typesupport_introspection_c.so",
  710. "role" : "libraries"
  711. },
  712. {
  713. "backtrace" : 11,
  714. "fragment" : "/opt/ros/humble/lib/libstd_srvs__rosidl_typesupport_fastrtps_cpp.so",
  715. "role" : "libraries"
  716. },
  717. {
  718. "backtrace" : 11,
  719. "fragment" : "/opt/ros/humble/lib/libstd_srvs__rosidl_typesupport_introspection_cpp.so",
  720. "role" : "libraries"
  721. },
  722. {
  723. "backtrace" : 11,
  724. "fragment" : "/opt/ros/humble/lib/libstd_srvs__rosidl_typesupport_cpp.so",
  725. "role" : "libraries"
  726. },
  727. {
  728. "backtrace" : 11,
  729. "fragment" : "/opt/ros/humble/lib/libstd_srvs__rosidl_generator_py.so",
  730. "role" : "libraries"
  731. },
  732. {
  733. "backtrace" : 11,
  734. "fragment" : "/opt/ros/humble/lib/libnav_msgs__rosidl_typesupport_fastrtps_c.so",
  735. "role" : "libraries"
  736. },
  737. {
  738. "backtrace" : 11,
  739. "fragment" : "/opt/ros/humble/lib/libnav_msgs__rosidl_typesupport_fastrtps_cpp.so",
  740. "role" : "libraries"
  741. },
  742. {
  743. "backtrace" : 11,
  744. "fragment" : "/opt/ros/humble/lib/libnav_msgs__rosidl_typesupport_introspection_c.so",
  745. "role" : "libraries"
  746. },
  747. {
  748. "backtrace" : 11,
  749. "fragment" : "/opt/ros/humble/lib/libnav_msgs__rosidl_typesupport_introspection_cpp.so",
  750. "role" : "libraries"
  751. },
  752. {
  753. "backtrace" : 11,
  754. "fragment" : "/opt/ros/humble/lib/libnav_msgs__rosidl_typesupport_cpp.so",
  755. "role" : "libraries"
  756. },
  757. {
  758. "backtrace" : 11,
  759. "fragment" : "/opt/ros/humble/lib/libnav_msgs__rosidl_generator_py.so",
  760. "role" : "libraries"
  761. },
  762. {
  763. "backtrace" : 11,
  764. "fragment" : "/opt/ros/humble/lib/libtf2_ros.so",
  765. "role" : "libraries"
  766. },
  767. {
  768. "backtrace" : 10,
  769. "fragment" : "/usr/local/lib/librealsense2.so.2.57.5",
  770. "role" : "libraries"
  771. },
  772. {
  773. "fragment" : "/usr/local/lib/librsutils.a",
  774. "role" : "libraries"
  775. },
  776. {
  777. "backtrace" : 10,
  778. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_shape.so.4.10.0",
  779. "role" : "libraries"
  780. },
  781. {
  782. "backtrace" : 10,
  783. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_highgui.so.4.10.0",
  784. "role" : "libraries"
  785. },
  786. {
  787. "backtrace" : 10,
  788. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_datasets.so.4.10.0",
  789. "role" : "libraries"
  790. },
  791. {
  792. "backtrace" : 10,
  793. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_plot.so.4.10.0",
  794. "role" : "libraries"
  795. },
  796. {
  797. "backtrace" : 10,
  798. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_text.so.4.10.0",
  799. "role" : "libraries"
  800. },
  801. {
  802. "backtrace" : 10,
  803. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_ml.so.4.10.0",
  804. "role" : "libraries"
  805. },
  806. {
  807. "backtrace" : 10,
  808. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_phase_unwrapping.so.4.10.0",
  809. "role" : "libraries"
  810. },
  811. {
  812. "backtrace" : 10,
  813. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudacodec.so.4.10.0",
  814. "role" : "libraries"
  815. },
  816. {
  817. "backtrace" : 10,
  818. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_videoio.so.4.10.0",
  819. "role" : "libraries"
  820. },
  821. {
  822. "backtrace" : 10,
  823. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudaoptflow.so.4.10.0",
  824. "role" : "libraries"
  825. },
  826. {
  827. "backtrace" : 10,
  828. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudalegacy.so.4.10.0",
  829. "role" : "libraries"
  830. },
  831. {
  832. "backtrace" : 10,
  833. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudawarping.so.4.10.0",
  834. "role" : "libraries"
  835. },
  836. {
  837. "backtrace" : 10,
  838. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_optflow.so.4.10.0",
  839. "role" : "libraries"
  840. },
  841. {
  842. "backtrace" : 10,
  843. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_ximgproc.so.4.10.0",
  844. "role" : "libraries"
  845. },
  846. {
  847. "backtrace" : 10,
  848. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_video.so.4.10.0",
  849. "role" : "libraries"
  850. },
  851. {
  852. "backtrace" : 10,
  853. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_objdetect.so.4.10.0",
  854. "role" : "libraries"
  855. },
  856. {
  857. "backtrace" : 10,
  858. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_calib3d.so.4.10.0",
  859. "role" : "libraries"
  860. },
  861. {
  862. "backtrace" : 10,
  863. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_dnn.so.4.10.0",
  864. "role" : "libraries"
  865. },
  866. {
  867. "backtrace" : 10,
  868. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_features2d.so.4.10.0",
  869. "role" : "libraries"
  870. },
  871. {
  872. "backtrace" : 10,
  873. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_flann.so.4.10.0",
  874. "role" : "libraries"
  875. },
  876. {
  877. "backtrace" : 10,
  878. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_photo.so.4.10.0",
  879. "role" : "libraries"
  880. },
  881. {
  882. "backtrace" : 10,
  883. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudaimgproc.so.4.10.0",
  884. "role" : "libraries"
  885. },
  886. {
  887. "backtrace" : 10,
  888. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudafilters.so.4.10.0",
  889. "role" : "libraries"
  890. },
  891. {
  892. "backtrace" : 10,
  893. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudaarithm.so.4.10.0",
  894. "role" : "libraries"
  895. },
  896. {
  897. "backtrace" : 10,
  898. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_imgcodecs.so.4.10.0",
  899. "role" : "libraries"
  900. },
  901. {
  902. "backtrace" : 10,
  903. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_imgproc.so.4.10.0",
  904. "role" : "libraries"
  905. },
  906. {
  907. "backtrace" : 10,
  908. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_core.so.4.10.0",
  909. "role" : "libraries"
  910. },
  911. {
  912. "backtrace" : 10,
  913. "fragment" : "/usr/lib/aarch64-linux-gnu/libopencv_cudev.so.4.10.0",
  914. "role" : "libraries"
  915. },
  916. {
  917. "fragment" : "/opt/ros/humble/lib/libclass_loader.so",
  918. "role" : "libraries"
  919. },
  920. {
  921. "fragment" : "/opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_c.so",
  922. "role" : "libraries"
  923. },
  924. {
  925. "fragment" : "/opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_c.so",
  926. "role" : "libraries"
  927. },
  928. {
  929. "fragment" : "/opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_fastrtps_cpp.so",
  930. "role" : "libraries"
  931. },
  932. {
  933. "fragment" : "/opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_introspection_cpp.so",
  934. "role" : "libraries"
  935. },
  936. {
  937. "fragment" : "/opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_cpp.so",
  938. "role" : "libraries"
  939. },
  940. {
  941. "backtrace" : 11,
  942. "fragment" : "/home/ubuntu/eyes/install/realsense2_camera_msgs/lib/librealsense2_camera_msgs__rosidl_typesupport_c.so",
  943. "role" : "libraries"
  944. },
  945. {
  946. "backtrace" : 11,
  947. "fragment" : "/home/ubuntu/eyes/install/realsense2_camera_msgs/lib/librealsense2_camera_msgs__rosidl_generator_c.so",
  948. "role" : "libraries"
  949. },
  950. {
  951. "fragment" : "/opt/ros/humble/lib/libsensor_msgs__rosidl_generator_py.so",
  952. "role" : "libraries"
  953. },
  954. {
  955. "fragment" : "/opt/ros/humble/lib/libsensor_msgs__rosidl_typesupport_c.so",
  956. "role" : "libraries"
  957. },
  958. {
  959. "fragment" : "/opt/ros/humble/lib/libsensor_msgs__rosidl_generator_c.so",
  960. "role" : "libraries"
  961. },
  962. {
  963. "backtrace" : 11,
  964. "fragment" : "/opt/ros/humble/lib/libstd_srvs__rosidl_typesupport_c.so",
  965. "role" : "libraries"
  966. },
  967. {
  968. "backtrace" : 11,
  969. "fragment" : "/opt/ros/humble/lib/libstd_srvs__rosidl_generator_c.so",
  970. "role" : "libraries"
  971. },
  972. {
  973. "backtrace" : 11,
  974. "fragment" : "/opt/ros/humble/lib/libnav_msgs__rosidl_typesupport_c.so",
  975. "role" : "libraries"
  976. },
  977. {
  978. "backtrace" : 11,
  979. "fragment" : "/opt/ros/humble/lib/libnav_msgs__rosidl_generator_c.so",
  980. "role" : "libraries"
  981. },
  982. {
  983. "backtrace" : 11,
  984. "fragment" : "/opt/ros/humble/lib/libtf2.so",
  985. "role" : "libraries"
  986. },
  987. {
  988. "fragment" : "/usr/lib/aarch64-linux-gnu/libconsole_bridge.so.1.0",
  989. "role" : "libraries"
  990. },
  991. {
  992. "fragment" : "/opt/ros/humble/lib/libmessage_filters.so",
  993. "role" : "libraries"
  994. },
  995. {
  996. "fragment" : "/opt/ros/humble/lib/librclcpp_action.so",
  997. "role" : "libraries"
  998. },
  999. {
  1000. "fragment" : "/opt/ros/humble/lib/librcl_action.so",
  1001. "role" : "libraries"
  1002. },
  1003. {
  1004. "fragment" : "/opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_c.so",
  1005. "role" : "libraries"
  1006. },
  1007. {
  1008. "fragment" : "/opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_c.so",
  1009. "role" : "libraries"
  1010. },
  1011. {
  1012. "fragment" : "/opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_c.so",
  1013. "role" : "libraries"
  1014. },
  1015. {
  1016. "fragment" : "/opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_c.so",
  1017. "role" : "libraries"
  1018. },
  1019. {
  1020. "fragment" : "/opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_c.so",
  1021. "role" : "libraries"
  1022. },
  1023. {
  1024. "fragment" : "/opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_c.so",
  1025. "role" : "libraries"
  1026. },
  1027. {
  1028. "fragment" : "/opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_c.so",
  1029. "role" : "libraries"
  1030. },
  1031. {
  1032. "fragment" : "/opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_c.so",
  1033. "role" : "libraries"
  1034. },
  1035. {
  1036. "fragment" : "/opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_fastrtps_cpp.so",
  1037. "role" : "libraries"
  1038. },
  1039. {
  1040. "fragment" : "/opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_fastrtps_cpp.so",
  1041. "role" : "libraries"
  1042. },
  1043. {
  1044. "fragment" : "/opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_fastrtps_cpp.so",
  1045. "role" : "libraries"
  1046. },
  1047. {
  1048. "fragment" : "/opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_fastrtps_cpp.so",
  1049. "role" : "libraries"
  1050. },
  1051. {
  1052. "fragment" : "/opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_introspection_cpp.so",
  1053. "role" : "libraries"
  1054. },
  1055. {
  1056. "fragment" : "/opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_introspection_cpp.so",
  1057. "role" : "libraries"
  1058. },
  1059. {
  1060. "fragment" : "/opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_introspection_cpp.so",
  1061. "role" : "libraries"
  1062. },
  1063. {
  1064. "fragment" : "/opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_introspection_cpp.so",
  1065. "role" : "libraries"
  1066. },
  1067. {
  1068. "fragment" : "/opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_cpp.so",
  1069. "role" : "libraries"
  1070. },
  1071. {
  1072. "fragment" : "/opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_cpp.so",
  1073. "role" : "libraries"
  1074. },
  1075. {
  1076. "fragment" : "/opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_cpp.so",
  1077. "role" : "libraries"
  1078. },
  1079. {
  1080. "fragment" : "/opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_cpp.so",
  1081. "role" : "libraries"
  1082. },
  1083. {
  1084. "fragment" : "/opt/ros/humble/lib/libtf2_msgs__rosidl_generator_py.so",
  1085. "role" : "libraries"
  1086. },
  1087. {
  1088. "fragment" : "/opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_py.so",
  1089. "role" : "libraries"
  1090. },
  1091. {
  1092. "fragment" : "/opt/ros/humble/lib/libaction_msgs__rosidl_generator_py.so",
  1093. "role" : "libraries"
  1094. },
  1095. {
  1096. "fragment" : "/opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_py.so",
  1097. "role" : "libraries"
  1098. },
  1099. {
  1100. "fragment" : "/opt/ros/humble/lib/libtf2_msgs__rosidl_typesupport_c.so",
  1101. "role" : "libraries"
  1102. },
  1103. {
  1104. "fragment" : "/opt/ros/humble/lib/libgeometry_msgs__rosidl_typesupport_c.so",
  1105. "role" : "libraries"
  1106. },
  1107. {
  1108. "fragment" : "/opt/ros/humble/lib/libaction_msgs__rosidl_typesupport_c.so",
  1109. "role" : "libraries"
  1110. },
  1111. {
  1112. "fragment" : "/opt/ros/humble/lib/libunique_identifier_msgs__rosidl_typesupport_c.so",
  1113. "role" : "libraries"
  1114. },
  1115. {
  1116. "fragment" : "/opt/ros/humble/lib/libtf2_msgs__rosidl_generator_c.so",
  1117. "role" : "libraries"
  1118. },
  1119. {
  1120. "fragment" : "/opt/ros/humble/lib/libgeometry_msgs__rosidl_generator_c.so",
  1121. "role" : "libraries"
  1122. },
  1123. {
  1124. "fragment" : "/opt/ros/humble/lib/libaction_msgs__rosidl_generator_c.so",
  1125. "role" : "libraries"
  1126. },
  1127. {
  1128. "fragment" : "/opt/ros/humble/lib/libunique_identifier_msgs__rosidl_generator_c.so",
  1129. "role" : "libraries"
  1130. },
  1131. {
  1132. "backtrace" : 11,
  1133. "fragment" : "/opt/ros/humble/lib/librclcpp.so",
  1134. "role" : "libraries"
  1135. },
  1136. {
  1137. "fragment" : "/opt/ros/humble/lib/liblibstatistics_collector.so",
  1138. "role" : "libraries"
  1139. },
  1140. {
  1141. "fragment" : "/opt/ros/humble/lib/librcl.so",
  1142. "role" : "libraries"
  1143. },
  1144. {
  1145. "fragment" : "/opt/ros/humble/lib/librmw_implementation.so",
  1146. "role" : "libraries"
  1147. },
  1148. {
  1149. "fragment" : "/opt/ros/humble/lib/libament_index_cpp.so",
  1150. "role" : "libraries"
  1151. },
  1152. {
  1153. "fragment" : "/opt/ros/humble/lib/librcl_logging_spdlog.so",
  1154. "role" : "libraries"
  1155. },
  1156. {
  1157. "fragment" : "/opt/ros/humble/lib/librcl_logging_interface.so",
  1158. "role" : "libraries"
  1159. },
  1160. {
  1161. "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so",
  1162. "role" : "libraries"
  1163. },
  1164. {
  1165. "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so",
  1166. "role" : "libraries"
  1167. },
  1168. {
  1169. "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so",
  1170. "role" : "libraries"
  1171. },
  1172. {
  1173. "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so",
  1174. "role" : "libraries"
  1175. },
  1176. {
  1177. "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so",
  1178. "role" : "libraries"
  1179. },
  1180. {
  1181. "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so",
  1182. "role" : "libraries"
  1183. },
  1184. {
  1185. "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so",
  1186. "role" : "libraries"
  1187. },
  1188. {
  1189. "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so",
  1190. "role" : "libraries"
  1191. },
  1192. {
  1193. "fragment" : "/opt/ros/humble/lib/librcl_yaml_param_parser.so",
  1194. "role" : "libraries"
  1195. },
  1196. {
  1197. "fragment" : "/opt/ros/humble/lib/libyaml.so",
  1198. "role" : "libraries"
  1199. },
  1200. {
  1201. "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so",
  1202. "role" : "libraries"
  1203. },
  1204. {
  1205. "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so",
  1206. "role" : "libraries"
  1207. },
  1208. {
  1209. "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so",
  1210. "role" : "libraries"
  1211. },
  1212. {
  1213. "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so",
  1214. "role" : "libraries"
  1215. },
  1216. {
  1217. "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so",
  1218. "role" : "libraries"
  1219. },
  1220. {
  1221. "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so",
  1222. "role" : "libraries"
  1223. },
  1224. {
  1225. "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so",
  1226. "role" : "libraries"
  1227. },
  1228. {
  1229. "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so",
  1230. "role" : "libraries"
  1231. },
  1232. {
  1233. "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so",
  1234. "role" : "libraries"
  1235. },
  1236. {
  1237. "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so",
  1238. "role" : "libraries"
  1239. },
  1240. {
  1241. "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so",
  1242. "role" : "libraries"
  1243. },
  1244. {
  1245. "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so",
  1246. "role" : "libraries"
  1247. },
  1248. {
  1249. "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so",
  1250. "role" : "libraries"
  1251. },
  1252. {
  1253. "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so",
  1254. "role" : "libraries"
  1255. },
  1256. {
  1257. "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so",
  1258. "role" : "libraries"
  1259. },
  1260. {
  1261. "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so",
  1262. "role" : "libraries"
  1263. },
  1264. {
  1265. "fragment" : "/opt/ros/humble/lib/libtracetools.so",
  1266. "role" : "libraries"
  1267. },
  1268. {
  1269. "fragment" : "/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_typesupport_fastrtps_c.so",
  1270. "role" : "libraries"
  1271. },
  1272. {
  1273. "backtrace" : 11,
  1274. "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so",
  1275. "role" : "libraries"
  1276. },
  1277. {
  1278. "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so",
  1279. "role" : "libraries"
  1280. },
  1281. {
  1282. "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so",
  1283. "role" : "libraries"
  1284. },
  1285. {
  1286. "fragment" : "/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_typesupport_introspection_c.so",
  1287. "role" : "libraries"
  1288. },
  1289. {
  1290. "backtrace" : 11,
  1291. "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so",
  1292. "role" : "libraries"
  1293. },
  1294. {
  1295. "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so",
  1296. "role" : "libraries"
  1297. },
  1298. {
  1299. "fragment" : "/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_typesupport_fastrtps_cpp.so",
  1300. "role" : "libraries"
  1301. },
  1302. {
  1303. "backtrace" : 11,
  1304. "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so",
  1305. "role" : "libraries"
  1306. },
  1307. {
  1308. "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so",
  1309. "role" : "libraries"
  1310. },
  1311. {
  1312. "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so",
  1313. "role" : "libraries"
  1314. },
  1315. {
  1316. "fragment" : "/opt/ros/humble/lib/libfastcdr.so.1.0.24",
  1317. "role" : "libraries"
  1318. },
  1319. {
  1320. "fragment" : "/opt/ros/humble/lib/librmw.so",
  1321. "role" : "libraries"
  1322. },
  1323. {
  1324. "fragment" : "/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_typesupport_introspection_cpp.so",
  1325. "role" : "libraries"
  1326. },
  1327. {
  1328. "backtrace" : 11,
  1329. "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so",
  1330. "role" : "libraries"
  1331. },
  1332. {
  1333. "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so",
  1334. "role" : "libraries"
  1335. },
  1336. {
  1337. "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so",
  1338. "role" : "libraries"
  1339. },
  1340. {
  1341. "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_c.so",
  1342. "role" : "libraries"
  1343. },
  1344. {
  1345. "fragment" : "/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_typesupport_cpp.so",
  1346. "role" : "libraries"
  1347. },
  1348. {
  1349. "backtrace" : 11,
  1350. "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so",
  1351. "role" : "libraries"
  1352. },
  1353. {
  1354. "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so",
  1355. "role" : "libraries"
  1356. },
  1357. {
  1358. "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_cpp.so",
  1359. "role" : "libraries"
  1360. },
  1361. {
  1362. "fragment" : "/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_generator_py.so",
  1363. "role" : "libraries"
  1364. },
  1365. {
  1366. "backtrace" : 11,
  1367. "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so",
  1368. "role" : "libraries"
  1369. },
  1370. {
  1371. "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so",
  1372. "role" : "libraries"
  1373. },
  1374. {
  1375. "fragment" : "/usr/lib/aarch64-linux-gnu/libpython3.10.so",
  1376. "role" : "libraries"
  1377. },
  1378. {
  1379. "fragment" : "/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_typesupport_c.so",
  1380. "role" : "libraries"
  1381. },
  1382. {
  1383. "backtrace" : 11,
  1384. "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so",
  1385. "role" : "libraries"
  1386. },
  1387. {
  1388. "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so",
  1389. "role" : "libraries"
  1390. },
  1391. {
  1392. "fragment" : "/opt/ros/humble/lib/libdiagnostic_msgs__rosidl_generator_c.so",
  1393. "role" : "libraries"
  1394. },
  1395. {
  1396. "backtrace" : 11,
  1397. "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so",
  1398. "role" : "libraries"
  1399. },
  1400. {
  1401. "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so",
  1402. "role" : "libraries"
  1403. },
  1404. {
  1405. "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_c.so",
  1406. "role" : "libraries"
  1407. },
  1408. {
  1409. "fragment" : "/opt/ros/humble/lib/librcpputils.so",
  1410. "role" : "libraries"
  1411. },
  1412. {
  1413. "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so",
  1414. "role" : "libraries"
  1415. },
  1416. {
  1417. "fragment" : "/opt/ros/humble/lib/librcutils.so",
  1418. "role" : "libraries"
  1419. },
  1420. {
  1421. "fragment" : "-ldl",
  1422. "role" : "libraries"
  1423. }
  1424. ],
  1425. "language" : "CXX"
  1426. },
  1427. "name" : "realsense2_camera",
  1428. "nameOnDisk" : "librealsense2_camera.so",
  1429. "paths" :
  1430. {
  1431. "build" : ".",
  1432. "source" : "."
  1433. },
  1434. "sourceGroups" :
  1435. [
  1436. {
  1437. "name" : "Header Files",
  1438. "sourceIndexes" :
  1439. [
  1440. 0,
  1441. 1,
  1442. 2,
  1443. 3,
  1444. 4,
  1445. 5,
  1446. 6,
  1447. 7,
  1448. 8,
  1449. 9,
  1450. 10,
  1451. 11,
  1452. 12,
  1453. 13
  1454. ]
  1455. },
  1456. {
  1457. "name" : "Source Files",
  1458. "sourceIndexes" :
  1459. [
  1460. 14,
  1461. 15,
  1462. 16,
  1463. 17,
  1464. 18,
  1465. 19,
  1466. 20,
  1467. 21,
  1468. 22,
  1469. 23,
  1470. 24,
  1471. 25,
  1472. 26,
  1473. 27,
  1474. 28,
  1475. 29,
  1476. 30
  1477. ]
  1478. }
  1479. ],
  1480. "sources" :
  1481. [
  1482. {
  1483. "backtrace" : 1,
  1484. "path" : "include/context_singleton_wrapper.h",
  1485. "sourceGroupIndex" : 0
  1486. },
  1487. {
  1488. "backtrace" : 1,
  1489. "path" : "include/constants.h",
  1490. "sourceGroupIndex" : 0
  1491. },
  1492. {
  1493. "backtrace" : 1,
  1494. "path" : "include/realsense_node_factory.h",
  1495. "sourceGroupIndex" : 0
  1496. },
  1497. {
  1498. "backtrace" : 1,
  1499. "path" : "include/base_realsense_node.h",
  1500. "sourceGroupIndex" : 0
  1501. },
  1502. {
  1503. "backtrace" : 1,
  1504. "path" : "include/ros_sensor.h",
  1505. "sourceGroupIndex" : 0
  1506. },
  1507. {
  1508. "backtrace" : 1,
  1509. "path" : "include/ros_utils.h",
  1510. "sourceGroupIndex" : 0
  1511. },
  1512. {
  1513. "backtrace" : 1,
  1514. "path" : "include/dynamic_params.h",
  1515. "sourceGroupIndex" : 0
  1516. },
  1517. {
  1518. "backtrace" : 1,
  1519. "path" : "include/sensor_params.h",
  1520. "sourceGroupIndex" : 0
  1521. },
  1522. {
  1523. "backtrace" : 1,
  1524. "path" : "include/named_filter.h",
  1525. "sourceGroupIndex" : 0
  1526. },
  1527. {
  1528. "backtrace" : 1,
  1529. "path" : "include/pointcloud_filter.h",
  1530. "sourceGroupIndex" : 0
  1531. },
  1532. {
  1533. "backtrace" : 1,
  1534. "path" : "include/align_depth_filter.h",
  1535. "sourceGroupIndex" : 0
  1536. },
  1537. {
  1538. "backtrace" : 1,
  1539. "path" : "include/ros_param_backend.h",
  1540. "sourceGroupIndex" : 0
  1541. },
  1542. {
  1543. "backtrace" : 1,
  1544. "path" : "include/profile_manager.h",
  1545. "sourceGroupIndex" : 0
  1546. },
  1547. {
  1548. "backtrace" : 1,
  1549. "path" : "include/image_publisher.h",
  1550. "sourceGroupIndex" : 0
  1551. },
  1552. {
  1553. "backtrace" : 1,
  1554. "compileGroupIndex" : 0,
  1555. "path" : "src/realsense_node_factory.cpp",
  1556. "sourceGroupIndex" : 1
  1557. },
  1558. {
  1559. "backtrace" : 1,
  1560. "compileGroupIndex" : 0,
  1561. "path" : "src/base_realsense_node.cpp",
  1562. "sourceGroupIndex" : 1
  1563. },
  1564. {
  1565. "backtrace" : 1,
  1566. "compileGroupIndex" : 0,
  1567. "path" : "src/parameters.cpp",
  1568. "sourceGroupIndex" : 1
  1569. },
  1570. {
  1571. "backtrace" : 1,
  1572. "compileGroupIndex" : 0,
  1573. "path" : "src/rs_node_setup.cpp",
  1574. "sourceGroupIndex" : 1
  1575. },
  1576. {
  1577. "backtrace" : 1,
  1578. "compileGroupIndex" : 0,
  1579. "path" : "src/ros_sensor.cpp",
  1580. "sourceGroupIndex" : 1
  1581. },
  1582. {
  1583. "backtrace" : 1,
  1584. "compileGroupIndex" : 0,
  1585. "path" : "src/ros_utils.cpp",
  1586. "sourceGroupIndex" : 1
  1587. },
  1588. {
  1589. "backtrace" : 1,
  1590. "compileGroupIndex" : 0,
  1591. "path" : "src/dynamic_params.cpp",
  1592. "sourceGroupIndex" : 1
  1593. },
  1594. {
  1595. "backtrace" : 1,
  1596. "compileGroupIndex" : 0,
  1597. "path" : "src/sensor_params.cpp",
  1598. "sourceGroupIndex" : 1
  1599. },
  1600. {
  1601. "backtrace" : 1,
  1602. "compileGroupIndex" : 0,
  1603. "path" : "src/named_filter.cpp",
  1604. "sourceGroupIndex" : 1
  1605. },
  1606. {
  1607. "backtrace" : 1,
  1608. "compileGroupIndex" : 0,
  1609. "path" : "src/pointcloud_filter.cpp",
  1610. "sourceGroupIndex" : 1
  1611. },
  1612. {
  1613. "backtrace" : 1,
  1614. "compileGroupIndex" : 0,
  1615. "path" : "src/align_depth_filter.cpp",
  1616. "sourceGroupIndex" : 1
  1617. },
  1618. {
  1619. "backtrace" : 1,
  1620. "compileGroupIndex" : 0,
  1621. "path" : "src/profile_manager.cpp",
  1622. "sourceGroupIndex" : 1
  1623. },
  1624. {
  1625. "backtrace" : 1,
  1626. "compileGroupIndex" : 0,
  1627. "path" : "src/image_publisher.cpp",
  1628. "sourceGroupIndex" : 1
  1629. },
  1630. {
  1631. "backtrace" : 1,
  1632. "compileGroupIndex" : 0,
  1633. "path" : "src/tfs.cpp",
  1634. "sourceGroupIndex" : 1
  1635. },
  1636. {
  1637. "backtrace" : 1,
  1638. "compileGroupIndex" : 0,
  1639. "path" : "src/actions.cpp",
  1640. "sourceGroupIndex" : 1
  1641. },
  1642. {
  1643. "backtrace" : 1,
  1644. "compileGroupIndex" : 0,
  1645. "path" : "src/safety.cpp",
  1646. "sourceGroupIndex" : 1
  1647. },
  1648. {
  1649. "backtrace" : 1,
  1650. "compileGroupIndex" : 0,
  1651. "path" : "src/ros_param_backend.cpp",
  1652. "sourceGroupIndex" : 1
  1653. }
  1654. ],
  1655. "type" : "SHARED_LIBRARY"
  1656. }