Skip to content

Commit 41b4fbe

Browse files
committed
Update changelog and bump version to 6.14.1
1 parent 760c54f commit 41b4fbe

File tree

48 files changed

+59
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+59
-46
lines changed

CHANGELOG.md

+12

examples/atlas_puppet/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/atlas_simbicon/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/biped_stand/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/box_stacking/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/boxes/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_add_delete_skels/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_atlas_simbicon/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_biped_stand/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_hardcoded_design/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_human_joint_limits/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if(DART_IN_SOURCE_BUILD)
4141
return()
4242
endif()
4343

44-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
44+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
4545

4646
file(GLOB srcs "*.cpp" "*.hpp")
4747
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_hybrid_dynamics/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_joint_constraints/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_mixed_chain/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_operational_space_control/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_rigid_chain/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_rigid_cubes/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_rigid_loop/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_rigid_shapes/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_simple_frames/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_soft_bodies/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_vehicle/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/drag_and_drop/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/empty/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/fetch/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/heightmap/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/hello_world/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/hubo_puppet/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/imgui/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/operational_space_control/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/point_cloud/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/rerun/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/rigid_shapes/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/soft_bodies/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/speed_test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/tinkertoy/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/wam_ikfast/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(DART_IN_SOURCE_BUILD)
1414
return()
1515
endif()
1616

17-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
17+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1818

1919
file(GLOB srcs "*.cpp" "*.hpp")
2020
add_executable(${example_name} ${srcs})

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
a Catkin workspace. Catkin is not required to build DART. For more
55
information, see: http://ros.org/reps/rep-0136.html -->
66
<name>dartsim</name>
7-
<version>6.14.0</version>
7+
<version>6.14.1</version>
88
<description>
99
DART (Dynamic Animation and Robotics Toolkit) is a collaborative,
1010
cross-platform, open source library created by the Georgia Tech Graphics

pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "DART"
3-
version = "6.14.0"
3+
version = "6.14.1"
44
description = "Dynamic Animation and Robotics Toolkit"
55
authors = ["Jeongseok Lee <[email protected]>"]
66
channels = ["conda-forge"]

scripts/docs_versions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
DART 6
2+
v6.14.1
23
v6.13.2
34
v6.12.2
45
v6.11.1

tutorials/tutorial_biped/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

tutorials/tutorial_biped_finished/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

tutorials/tutorial_collisions/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

0 commit comments

Comments
 (0)