GitPedia
neka-nat

neka-nat/cupoch

Robotics with GPU computing

22 Releases
Latest: 2y ago
v0.2.11.0Latest
neka-natneka-nat·2y ago·June 8, 2024
GitHub

📋 What's Changed

  • Improve symmetric ICP by @eclipse0922 in https://github.com/neka-nat/cupoch/pull/126
  • Full Changelog: https://github.com/neka-nat/cupoch/compare/v0.2.10.0...v0.2.11.0
v0.2.10.0
neka-natneka-nat·2y ago·December 9, 2023
GitHub

📋 What's Changed

  • Add symmetric icp by @eclipse0922 in https://github.com/neka-nat/cupoch/pull/125

New Contributors

  • @eclipse0922 made their first contribution in https://github.com/neka-nat/cupoch/pull/125
  • Full Changelog: https://github.com/neka-nat/cupoch/compare/v0.2.9.0...v0.2.10.0
v0.2.9.0
neka-natneka-nat·2y ago·November 29, 2023
GitHub

📋 What's Changed

  • add stream function by @neka-nat in https://github.com/neka-nat/cupoch/pull/123
  • fix bug when cropping with oriented bbox by @friendship1 in https://github.com/neka-nat/cupoch/pull/124

New Contributors

  • @friendship1 made their first contribution in https://github.com/neka-nat/cupoch/pull/124
  • Full Changelog: https://github.com/neka-nat/cupoch/compare/v0.2.8.1...v0.2.9.0
v0.2.8.1
neka-natneka-nat·2y ago·July 1, 2023
GitHub

**Full Changelog**: https://github.com/neka-nat/cupoch/compare/v0.2.8.0...v0.2.8.1

v0.2.8.0
neka-natneka-nat·2y ago·June 25, 2023
GitHub

📋 Changes

  • Bug fix DBSCAN #120
v0.2.7.2
neka-natneka-nat·3y ago·April 22, 2023
GitHub

**Full Changelog**: https://github.com/neka-nat/cupoch/compare/v0.2.7.1...v0.2.7.2

v0.2.7.1
neka-natneka-nat·3y ago·April 16, 2023
GitHub

**Full Changelog**: https://github.com/neka-nat/cupoch/compare/v0.2.7...v0.2.7.1

v0.2.7
neka-natneka-nat·3y ago·April 4, 2023
GitHub

📋 What's Changed

  • compile c++17 by @neka-nat in https://github.com/neka-nat/cupoch/pull/105
  • fix win compile by @neka-nat in https://github.com/neka-nat/cupoch/pull/106
  • Faster knn by @neka-nat in https://github.com/neka-nat/cupoch/pull/108
  • CVE-2007-4559 Patch by @TrellixVulnTeam in https://github.com/neka-nat/cupoch/pull/109
  • build cuda12 by @neka-nat in https://github.com/neka-nat/cupoch/pull/111
  • debug by @neka-nat in https://github.com/neka-nat/cupoch/pull/112
  • Add pointcloud_to_laserscan by @neka-nat in https://github.com/neka-nat/cupoch/pull/115

New Contributors

  • @TrellixVulnTeam made their first contribution in https://github.com/neka-nat/cupoch/pull/109
  • Full Changelog: https://github.com/neka-nat/cupoch/compare/v0.2.6...v0.2.7
v0.2.6
neka-natneka-nat·3y ago·July 11, 2022
GitHub

📋 Changes

  • Occupancy voxel vector python binding
  • Resume windows workflow
  • Black formatting for python examples
v0.2.5
neka-natneka-nat·4y ago·June 2, 2022
GitHub

📋 Changes

  • Support python 3.10
  • Added the ability to specify GPU device number
v0.2.4
neka-natneka-nat·4y ago·January 8, 2022
GitHub

📋 Changes

  • Check boxes of coordinate frame and square grid in the Visualizer
  • Occupancy Grid bag fix
v0.2.3
neka-natneka-nat·4y ago·October 29, 2021
GitHub

📋 Changes

  • ISS keypoint descriptor
  • Fix collision margin
  • Drone path planning example
  • Upgrade to CUDA11.2
v0.2.2
neka-natneka-nat·4y ago·September 4, 2021
GitHub

📋 Changes

  • Draw camera marker
  • Use async operation for downsampling
  • Fix graph operations
v0.2.1
neka-natneka-nat·4y ago·July 17, 2021
GitHub

📋 Changes

  • SHOT descriptor
  • OccupancyGrid - LineSet collision
  • Rename classes in kinfu and imageproc modules
v0.2.0
neka-natneka-nat·5y ago·May 31, 2021
GitHub

📋 Changes

  • Performance up
  • Update third parties
  • Occupancy grid factory
v0.1.9.1
neka-natneka-nat·5y ago·April 7, 2021
GitHub

Bug Fix

v0.1.9
neka-natneka-nat·5y ago·March 18, 2021
GitHub

📋 Changes

  • Update third parties
  • Change the logging library (fmt -> spdlog)
  • ROS2 example
v0.1.8
neka-natneka-nat·5y ago·February 6, 2021
GitHub

📋 Changes

  • Semi-global matching
  • Improve performance of ICP
  • Add some image operations
v0.1.7
neka-natneka-nat·5y ago·January 3, 2021
GitHub

📋 Changes

  • Kinect fusion module
  • ROS Image message IF
  • RGB Image blur
  • Pipenv -> Poetry
v0.1.6
neka-natneka-nat·5y ago·December 6, 2020
GitHub

📋 Changes

  • Kinematics module
  • Faster Device-to-Host copy and Host-to-Device copy
  • ROS message IO
  • Support STL
v0.1.5
neka-natneka-nat·5y ago·November 20, 2020
GitHub

📋 Changes

  • Radius outlier removal Performance up
  • Planning python binding
  • Add collision examples
v0.1.4.1
neka-natneka-nat·5y ago·September 27, 2020
GitHub

📋 Changes

  • Update RMM
  • Bilateral filter
  • TSDF raycasting
  • Add convert functions
  • Fix image rendering.