Pablo Speciale

Results 84 comments of Pablo Speciale

I think that instead of creating the solvers again, one could create a function that rotates the input to the desired form (the quick fix mentioned by Viktor). By creating...

Actually I have this function in Matlab (it is more generic than the one derived in the .pdf): ``` % % Find rotation matrix R such as % b =...

> int up2p(const std::vectorEigen::Vector3d &x, const std::vectorEigen::Vector3d &X, const Eigen::Vector3d &gravity, CameraPoseVector *output); I think this is a good option. But in a ransac loop, pre-rotating the coordinate could be...

+1 to the @RuRo's proposed modification to side-by-side.

@nicolasbock Perhaps you can update the description of this PR. How is this used?

How to select the common prefix? Is it possible?

Thanks for the reply, I ended up using: `zstyle ':fzf-tab:*' continuous-trigger 'ctrl-e'` for ENTER it would be: `zstyle ':fzf-tab:*' continuous-trigger 'enter'` and with TAB: `zstyle ':fzf-tab:*' continuous-trigger 'tab'` But this...

Is there a way to have multiple of bindings for the same action? ``` zstyle ':fzf-tab:*' continuous-trigger 'ctrl-e' zstyle ':fzf-tab:*' continuous-trigger 'enter' ``` It will only work keep the last...

Duplicated issue? See **Issue https://github.com/jonas/tig/issues/542**. Also there is [this comment](https://github.com/jonas/tig/pull/1140#issuecomment-1471722722) that might be interested for you, although it is using [delta](https://github.com/dandavison/delta) instead of difftastic.