Skip to content
  • Thomas PEYRUCAIN's avatar
    Fix warnings · 13bd41ba
    Thomas PEYRUCAIN authored
    Try to fix this warning :
    tsid/src/tasks/task-capture-point-inequality.cpp:129:51: warning: conversion to ‘Eigen::Index {aka long int}’ from ‘double’ may alter its value [-Wfloat-conversion]
           m_constraint.setMatrix(Jcom.block(0,0,m_dim,m_nv));
                                                       ^~~~
    13bd41ba