Skip to content

Commit 107a1db

Browse files
committed
version v1.1.1 with basic frame axis and model tree visualization
1 parent 4118060 commit 107a1db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
22

33
SET ( TOOLKIT_VERSION_MAJOR 1 )
44
SET ( TOOLKIT_VERSION_MINOR 1 )
5-
SET ( TOOLKIT_VERSION_PATCH 0 )
5+
SET ( TOOLKIT_VERSION_PATCH 1 )
66
SET ( TOOLKIT_VERSION
77
${TOOLKIT_VERSION_MAJOR}.${TOOLKIT_VERSION_MINOR}.${TOOLKIT_VERSION_PATCH} )
88

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RBDL-Toolkit now supports loading and displaying of lua and urdf models!
1313

1414
# How to get this software
1515

16-
This software is provided as an [AppImage](https://github.com/ORB-HD/rbdl-toolkit/releases/download/v1.1.0/rbdl-toolkit-x86_64.AppImage) for Linux and as an [DMG](https://github.com/ORB-HD/rbdl-toolkit/releases/download/v1.1.0/rbdl-toolkit.dmg) for MACOS. It may even be possible to get this running on Windows by using the Linux Subsystem, and the AppImage. But I have not tried this yet.
16+
This software is provided as an [AppImage](https://github.com/ORB-HD/rbdl-toolkit/releases/download/v1.1.1/rbdl-toolkit-x86_64.AppImage) for Linux and as an [DMG](https://github.com/ORB-HD/rbdl-toolkit/releases/download/v1.1.1/rbdl-toolkit.dmg) for MACOS. It may even be possible to get this running on Windows by using the Linux Subsystem, and the AppImage. But I have not tried this yet.
1717

1818
# Building from Source
1919

0 commit comments

Comments
 (0)