Skip to content

Commit

Permalink
final clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Cfather committed Oct 4, 2024
1 parent 33d02e6 commit a86cea0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 460 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Minimum required CMake version
cmake_minimum_required(VERSION 3.18)


# Project name
project(RAPTOR
DESCRIPTION "Rapid and Robust Trajectory Optimization for Robots")

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
endif()
#

include(CTest)
set(CTEST_OUTPUT_ON_FAILURE TRUE)
Expand All @@ -18,7 +16,6 @@ set(CTEST_CUSTOM_TESTS_IGNORE "")
set(CTEST_JUNIT_OUTPUT_PATH "${CMAKE_BINARY_DIR}/TestResults")
set(CTEST_CUSTOM_TESTS_IGNORE "")

enable_testing()
enable_testing()

# set(CMAKE_CXX_FLAGS "-Wall -Wextra")
Expand Down

This file was deleted.

This file was deleted.

132 changes: 0 additions & 132 deletions Examples/Kinova/SystemIdentification/QRDecompositionSolver.cpp

This file was deleted.

Loading

0 comments on commit a86cea0

Please sign in to comment.