Skip to content

Commit b817928

Browse files
committed
Update README and CMakeLists
1 parent 66cadc9 commit b817928

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ FILE(GLOB SRCS src/rlenvs/*.cpp
110110
src/rlenvs/utils/io/*.cpp
111111
src/rlenvs/utils/io/tensor_board_server/*.cpp
112112
src/rlenvs/utils/geometry/*.cpp
113+
src/rlenvs/utils/geometry/shapes/*.cpp
113114
src/rlenvs/utils/trajectory/*.cpp
114115
)
115116

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ describe the dynamics of some popular rigid bodies:
186186
| :---------------- | :----------------------------------------------------------: |
187187
| Differential drive | <a href="examples/example_9/example_9.cpp">example_9</a> |
188188
| Quadrotor | <a href="examples/example_10/example_10.cpp">example_10</a> |
189+
| Bicycle vehicle | TODO |
189190

190191
## Miscellaneous
191192

src/rlenvs/rlenvscpp_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define GYMFCPP_VERSION_H
33

44
#define RLENVSCPP_VERSION_MAJOR 1
5-
#define RLENVSCPP_VERSION_MINOR 6
5+
#define RLENVSCPP_VERSION_MINOR 7
66
#define RLENVSCPP_VERSION_PATCH 0
7-
#define RLENVSCPP_VERSION "1.6.0"
7+
#define RLENVSCPP_VERSION "1.7.0"
88
#endif

0 commit comments

Comments
 (0)