Skip to content

Commit

Permalink
Bump version to 6.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jul 6, 2024
1 parent bf630e2 commit 4878e77
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 46 deletions.
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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3</version>
<version>6.14.4</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.3"
version = "6.14.4"
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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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_dominoes/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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 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_dominoes_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.3 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.14.4 REQUIRED COMPONENTS ${required_components} CONFIG)

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

0 comments on commit 4878e77

Please sign in to comment.