shadow-robot / sr-ros-interface-ethercat
Showing 1 of 1 files from the diff.

@@ -339,13 +339,13 @@
Loading
339 339
  /// The map used to calibrate each joint.
340 340
  shadow_joints::CalibrationMap calibration_map;
341 341
342 -
  int element_neighbor[3*2*25];
342 +
  int element_neighbor[3*2*NB_TOTAL_POINTS];
343 343
  int element_num;
344 344
  int element_order = 3;
345 345
  int ni = 1;
346 -
  int node_num = 25;
346 +
  int node_num = NB_TOTAL_POINTS;
347 347
  //raw J1, raw J2
348 -
  double node_xy[2*25] = {
348 +
  double node_xy[2*NB_TOTAL_POINTS] = {
349 349
    2738, 2301,
350 350
    2693, 2154,
351 351
    2680, 1978,
@@ -372,10 +372,10 @@
Loading
372 372
    1103, 1730,
373 373
    1092, 1615
374 374
    };
375 -
  int triangle[3*2*25];
375 +
  int triangle[3*2*NB_TOTAL_POINTS];
376 376
  //Sample coordinates
377 377
  double xyi[2*1];
378 -
  double zd_thj1[25] = {
378 +
  double zd_thj1[NB_TOTAL_POINTS] = {
379 379
    0.0,
380 380
    0.0,
381 381
    0.0,
@@ -402,7 +402,7 @@
Loading
402 402
    1.5708,
403 403
    1.5708
404 404
  };
405 -
  double zd_thj2[25] = {
405 +
  double zd_thj2[NB_TOTAL_POINTS] = {
406 406
    0.6981,
407 407
    0.34906,
408 408
    0.0,
Files Coverage
sr_robot_lib 6.43%
Project Totals (33 files) 6.43%
Untitled
Untitled

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading