Skip to content

Commit

Permalink
Update changelog and bump version to 6.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 26, 2024
1 parent 760c54f commit 41b4fbe
Show file tree
Hide file tree
Showing 48 changed files with 59 additions and 46 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## DART 6

### [DART 6.14.1 (2024-06-26)](https://github.com/dartsim/dart/milestone/78?closed=1)

* Tested Platforms

* Linux
* Ubuntu 22.04 LTS / GCC 11.4 / x86_64
* Ubuntu 24.04 LTS / GCC 13.2 / x86_64
* macOS 14 / Clang 15 / arm64
* Windows / MSVC 19.40 / x86_64

* Included CTest for BUILD_TESTING option: [#1819](https://github.com/dartsim/dart/pull/1819)

### [DART 6.14.0 (2024-06-24)](https://github.com/dartsim/dart/milestone/73?closed=1)

This release is mostly a maintenance update, including various CI updates and build fixes for recent development environment toolsets and dependencies.
Expand Down
2 changes: 1 addition & 1 deletion examples/atlas_puppet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/atlas_simbicon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/biped_stand/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/box_stacking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/boxes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/deprecated_examples/glut_vehicle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/drag_and_drop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/empty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/fetch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/heightmap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/hubo_puppet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/imgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/operational_space_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/point_cloud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/rerun/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/rigid_shapes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/soft_bodies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/speed_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/tinkertoy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion examples/wam_ikfast/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
a Catkin workspace. Catkin is not required to build DART. For more
information, see: http://ros.org/reps/rep-0136.html -->
<name>dartsim</name>
<version>6.14.0</version>
<version>6.14.1</version>
<description>
DART (Dynamic Animation and Robotics Toolkit) is a collaborative,
cross-platform, open source library created by the Georgia Tech Graphics
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "DART"
version = "6.14.0"
version = "6.14.1"
description = "Dynamic Animation and Robotics Toolkit"
authors = ["Jeongseok Lee <jslee02@gmail.com>"]
channels = ["conda-forge"]
Expand Down
1 change: 1 addition & 0 deletions scripts/docs_versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
DART 6
v6.14.1
v6.13.2
v6.12.2
v6.11.1
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial_biped/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial_biped_finished/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial_collisions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
return()
endif()

find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)

file(GLOB srcs "*.cpp" "*.hpp")
add_executable(${example_name} ${srcs})
Expand Down
Loading

0 comments on commit 41b4fbe

Please sign in to comment.