Skip to content

Commit

Permalink
Update changelog and version for 6.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jul 5, 2024
1 parent aeaa84a commit bf630e2
Show file tree
Hide file tree
Showing 47 changed files with 58 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.3 (2024-07-05)](https://github.com/dartsim/dart/milestone/80?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

* Changed the default CMake option to DART_ENABLE_SIMD=OFF: [#1825](https://github.com/dartsim/dart/pull/1825)

### [DART 6.14.2 (2024-06-28)](https://github.com/dartsim/dart/milestone/79?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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2</version>
<version>6.14.3</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.2"
version = "6.14.3"
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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.3 REQUIRED COMPONENTS ${required_components} CONFIG)

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

0 comments on commit bf630e2

Please sign in to comment.