Skip to content

Latest commit

 

History

History
178 lines (136 loc) · 13.3 KB

Changelog.md

File metadata and controls

178 lines (136 loc) · 13.3 KB

Changelog

This changelog covers the entire dave project which includes a few repositories, not just the current dave repo.

[1.0.0] - 2020-06-08

Added

[2.0.0] - 2020-09-25

Added

[3.0.0] - 2020-12-17

Added

Update

[3.1.0] - 2021-1-22

Update

[4.0.0] - 2021-7-30

Update

  • Official Ubuntu Focal (20.04) - Noetic - Gazebo 11 Support
    • VCS support : dave PR #137
    • Compatability to Noetic and Melodic
  • Remove legcy Image sonar and GPS inhereted from UUV Simulator : dave PR #94
  • Ocean current plugin
    • Relative path for stratified/transient ocean current databasefile path : dave PR #95
    • ROS topic format updated to Vector3 and reorganized cross-dependency between model/world plugin source codes : dave PR #86 and dave PR #100
    • Multiple vehicle support : dave PR #101
    • Tidal Oscillation support : dave PR #102
    • Fix sudden jump at databse interpolation : dave PR #106
  • Predator arm
  • Docker directory removed from dave repository and replaced to use dockwater : dave PR #132
  • Documentation, descriptions and tutorials
    • Overall Installation to tutorial wikis are updated for Ubuntu Focal (20.04) - Noetic - Gazebo 11 Support

[4.1.0] - 2021-09-03

Added

Update

  • Continued updates to conform to new repository layout for the purposes of increasing clarity and ease of maintenance : dave PRs #143, #145, #149 and #150.

[4.2.0] - 2021-11-05

Added

  • Object model degradation tool
    • 3D mesh modification via Blender script PR#160
    • Parameterization proof of concept for SDF friction values via embedded Ruby script PR#163
    • Demonstration of addition of custom SDF tags for extending model properties and corresponding influence on sensing PR#164

[4.3.0] - 2022-02-25

Updated

  • Ocean current plugin

    • Search for database file in all Gazebo paths (GAZEBO_MODEL_PATH, GAZEBO_RESOURCE_PATH, etc) dave PR #190
  • Multibeam Sonar plugin

  • Object model degradation tool

    • Bug fixes; tutorial updates documenting how to add new distortion methods dave PR #185
    • Set the amount of vertex randomization offset VERT_RAND_MAX based on object size; degraded model examples dave PR #212

Added

  • Multibeam Sonar Plugin

  • Bathymetry Converter

    • Docker image distribution including neccesary libraries and excutables Docker Hub image
    • Redesign of the automatic tile generator with python language mkbathy.py
    • Automatic color texture generation with bathymetry depth
  • Demonstration of Importing Bathymetric Maps

  • Mud Plugin

    • Demonstration and associated models for incorporation of the Gazebo mud plugin into the dave environment dave PR #184
    • Documentation and tutorial - updates Occlusion documentation to include the mud demo wiki
  • Bimanual Manipulation

    • Creation of MoveIt-based infrastructure for motion planning with single and multi-arm systems. uuv_manipulators PR #8
    • Addition and configuration of multiple arms onboard arbitrary robot. dave PR #206
    • Demonstration of bimanual manipulation scenarios using joy teleop, RViz interaction, and MoveIt ROS nodes. dave PR #228
    • Documentation and tutorial wiki
  • Mating Plugin

  • Simple Bathymetry with Heightmaps

  • Object model degradation tool wiki documentation

  • Object Models

Coming Soon

  • Manipulator reaction force interface

  • Bathymetry integration plugin usability upgrades dave PR #180

    • Simpler latitude/longitude coordinate system
    • A new script to set the initial position with geodetic coordinates
    • GPS Viewer/Logger and a new flag to set how many tiles to keep in the scene
    • New tutorial document and demo files Bathymetry integration wiki