g2o-python icon indicating copy to clipboard operation
g2o-python copied to clipboard

Wrapper for g2o python bindings

Results 16 g2o-python issues
Sort by recently updated
recently updated
newest added

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.20.0. Release notes Sourced from pypa/cibuildwheel's releases. Version 2.20.0 🌟 CPython 3.13 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time...

dependencies
github_actions

Traceback (most recent call last): File "/private/var/folders/qp/n3tnyy3d3fs_5xgz3yrnszxc0000gn/T/pip-build-env-txpaeixy/overlay/lib/python3.12/site-packages/skbuild/setuptools_wrap.py", line 664, in setup env = cmkr.configure( ^^^^^^^^^^^^^^^ File "/private/var/folders/qp/n3tnyy3d3fs_5xgz3yrnszxc0000gn/T/pip-build-env-txpaeixy/overlay/lib/python3.12/site-packages/skbuild/cmaker.py", line 354, in configure raise SKBuildError(msg) An error occurred while configuring with CMake....

Wheels are just failing, will we get any update on this?

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.9.0 💅 Cosmetic Output Improvements @​woodruffw💰 updated the tense on password nudge in #234 @​shenxianpeng💰 helped us disable...

dependencies
github_actions

Cannot run https://github.com/miquelmassot/g2o/blob/c0c3e4736ce8bdaa4939569fe635dfb6f894534e/python/examples/ba_demo.py because pip installation is missing LinearSolverCholmodSE3. Workaround: replaced it with LinearSolverEigenSE3.

I have tried some examples of pose graph optimization, and found out there are several functions not working. Such as > optimizer.load() in https://github.com/RainerKuemmerle/g2o/blob/pymem/python/examples/simple_optimize.py; and > optimizer.optimize() in https://github.com/RainerKuemmerle/g2o/tree/pymem/python. or...

Hi, I see you've created some new versions on GitHub, I was wondering if you could publish them on PyPI? Thanks for your project!

******I install g2o by "pip install -U g2o-python", and the result is successful. ****** "Looking in indexes: http://mirrors.aliyun.com/pypi/simple/ Collecting g2o-python Downloading http://mirrors.aliyun.com/pypi/packages/9e/84/f7e06c42ec8965d5375eb7c8acd86d3514a8519190a042571b1797a6b98f/g2o_python-0.0.12-cp38-cp38-win_amd64.whl (21.3 MB) ---------------------------------------- 21.3/21.3 MB 3.3 MB/s eta...

(superglue_3.8) D:\code\gitload\g2opy-master>python setup.py build --force develop running build running develop C:\app\Anaconda3\envs\superglue_3.8\lib\site-packages\setuptools\command\easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( C:\app\Anaconda3\envs\superglue_3.8\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is...

Examples to be hosted in https://github.com/miquelmassot/g2o-python-examples - [X] [SLAM2D](https://github.com/miquelmassot/g2o-python-examples/blob/main/SLAM%202D.ipynb) - [ ] SLAM3D - [ ] BA - [ ] SBA - [ ] ICP - [ ] GICP -...