Skip to content

Releases: hmakelin/gisnav

v0.68.1

13 Aug 11:41
415233c
Compare
Choose a tag to compare

Summary

  • Fixes some issues with building the gisnav Docker Compose service which possibly prevented the README instructions from working.
  • Significantly improves gisnav Docker image build time.

Known Issues

  • ArduPilot Docker Compose service is stale/broken, needs significant rework
  • UBX support does not yet work

List of PRs

Full Changelog: v0.68.0...v0.68.1

v0.68.0

08 Aug 12:52
282d30c
Compare
Choose a tag to compare

Summary

Service architecture and networking redesign. See #127 for more information.

Known Issues

  • ArduPilot Docker Compose service is stale/broken, needs significant rework
  • UBX support does not yet work

List of PRs

Full Changelog: v0.67.0...v0.68.0

v0.67.0

12 May 20:30
aa43ec3
Compare
Choose a tag to compare

Summary

  • Add NMEA support
  • Change keypoint matching model to LightGlue
  • Enable visual odometry
  • Add new VitePress documentation

Known issues

  • ArduPilot Docker Compose service is stale/broken, needs significant rework
  • The px4 service (Docker container) needs to download various files on first run making startup very slow (on first run)
  • Orientation currently not being fused from Odometry message
  • Velocity variance for outgoing SensorGps message is too large

List of PRs

Full Changelog: v0.66.0...v0.67.0

v0.66.0

27 Apr 08:37
9213523
Compare
Choose a tag to compare

Summary

  • Adds EKF node to include velocity and course over ground estimates as well as better quality position, heading and variance estimates in outgoing mock GPS messages.
  • Better but not full compliance with REP 105
  • Separates related Compose services into isolated Docker bridge networks, improving security and reliability
  • Adds custom ROS message definitions to better describe intermediate outputs of some nodes
  • Adds experimental admin dashboard and file server Compose services (not documented) to make configuring the system and managing maps not require specialized GIS knowledge
  • Various maintainability & performance improvements and documentation updates

Known Issues

  • ArduPilot Docker Compose service is stale/broken, needs significant rework
  • The gisnav and px4 services (Docker containers) need to download various files on first run making startup very slow on first run

List of PRs

Full Changelog: v0.65.0...v0.66.0

v0.65.0

26 Jan 20:22
b127b7c
Compare
Choose a tag to compare

Summary

Redesign using tf2 transformations library with improved development tooling.

Known Issues

  • ArduPilot Docker Compose service is stale/broken, needs significant rework
  • GPS blending in the demo should work but fully killing the simulated GPS in the demo scenario possibly triggers failsafes because PX4 EKF2 seems to now require a velocity estimate which GISNav currently does not provide

List of PRs

Full Changelog: v0.64.0...v0.65.0

v0.64.0

04 Feb 15:45
4e90873
Compare
Choose a tag to compare

What's Changed

  • Update defaults for PX4 v1.14 by @hmakelin in #26
  • Add display env variable for gisnav service by @hmakelin in #28
  • Add max radius validation to map node _update_and_publish method by @hmakelin in #29
  • Update SITL tests for new Docker containers by @hmakelin in #30
  • Fixes for Jetson Nano build by @hmakelin in #31

Full Changelog: v0.63.1...v0.64.0

v0.63.1

04 Jan 21:04
5bf4b5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.63.0...v0.63.1

v0.63.0

19 Dec 08:44
00e5692
Compare
Choose a tag to compare

What's Changed

  • Add links to prebuilt images in README.md. by @hmakelin in #24
  • Distribute logic to multiple specialized ROS nodes to improve maintainability by @hmakelin in #23

Full Changelog: v0.62.0...v0.63.0