Skip to content

Commit

Permalink
Bump version to 6.14.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 29, 2024
1 parent d7ae8d3 commit 8795105
Show file tree
Hide file tree
Showing 47 changed files with 59 additions and 47 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## DART 6

### [DART 6.14.1 (2024-06-26)](https://github.com/dartsim/dart/milestone/78?closed=1)
### [DART 6.14.2 (2024-06-28)](https://github.com/dartsim/dart/milestone/79?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

* Fixed version definitions: [#1820](https://github.com/dartsim/dart/pull/1820)

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

* Tested Platforms

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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1</version>
<version>6.14.2</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.1"
version = "6.14.2"
description = "Dynamic Animation and Robotics Toolkit"
authors = ["Jeongseok Lee <[email protected]>"]
channels = ["conda-forge"]
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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 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_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.1 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.2 REQUIRED COMPONENTS ${required_components} CONFIG)

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

0 comments on commit 8795105

Please sign in to comment.