File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ BUILD_TYPE ?= Release
58
58
BUILD_TESTING ?= ON
59
59
BUILD_WITH_NINJA ?= ON
60
60
PARALLEL_JOBS ?= 6
61
- CPP_VERSION ?= -std=c++17
61
+ CPP_VERSION ?= -std=c++20
62
62
63
63
# ###########################################################
64
64
# Set flags based on configuration
@@ -69,7 +69,6 @@ COMMON_CMAKE_ARGS ?= \
69
69
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE ) \
70
70
-DBUILD_TESTING=$(BUILD_TESTING ) \
71
71
-DCMAKE_SHARED_LINKER_FLAGS=$(LINKER_FLAGS ) \
72
- -DBUILD_HOST_ONEX_OS=$(BUILD_HOST_ONEX_OS ) \
73
72
-DCMAKE_CXX_FLAGS=$(CPP_VERSION )
74
73
75
74
# Conditionally add flags specific for the Ninja build system
@@ -201,12 +200,6 @@ launch-wb-neo-dummy-sim:
201
200
source install/setup.bash && \
202
201
ros2 launch neo_wb_mpc wb_dummy_sim.launch.py
203
202
204
- test-pinocchio-model :
205
- cd ${build_dir} && \
206
- source ${ros_source_file} && \
207
- source install/setup.bash && \
208
- ros2 run humanoid_centroidal_mpc test_pinocchio_model
209
-
210
203
run-ocs2-tests :
211
204
echo " make sure you call 'make build-relwithdebinfo' to build the tests before running them." && \
212
205
cd ${build_dir} && \
You can’t perform that action at this time.
0 commit comments