Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 9a79d00

Browse files
committed
Use latest version 1.26.0
Signed-off-by: Jose Luis Rivero <[email protected]>
1 parent f1ce9c5 commit 9a79d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ find_package(ament_cmake_vendor_package REQUIRED)
66

77
ament_vendor(drake
88
VCS_URL https://github.com/RobotLocomotion/drake
9-
VCS_VERSION v1.25.0
9+
VCS_VERSION v1.26.0
1010
CMAKE_ARGS
1111
# At the moment, closed-source dependencies are disabled.
1212
-DWITH_GUROBI:BOOL=OFF

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>drake</name>
5-
<version>1.24.0</version>
5+
<version>1.26.0</version>
66
<description>
77
The drake package provides a ROS installation for the Drake project:
88
https://drake.mit.edu/. The package uses ament_vendor to

0 commit comments

Comments
 (0)