Skip to content

Commit 561a7b3

Browse files
authored
Merge pull request #145 from kipr/removeCreate3
Remove create3
2 parents 5183b8a + f65ea79 commit 561a7b3

17 files changed

+3
-2559
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8.11)
2121
set(LIBKAR_ROOT ${CMAKE_SOURCE_DIR}/../libkar)
2222
set(PCOMPILER_ROOT ${CMAKE_SOURCE_DIR}/../pcompiler)
2323
set(LIBKIPR_ROOT ${CMAKE_SOURCE_DIR}/../libwallaby)
24-
set(CREATE3_ROOT ${CMAKE_SOURCE_DIR}/../create3)
24+
2525

2626
include_directories(/usr/local/include)
2727

@@ -124,7 +124,6 @@ target_link_libraries(botui
124124
pcompiler
125125
z
126126
${OPENSSL_LIBRARIES}
127-
create3_client
128127
)
129128

130129
IF(wombat)

include/botui/Create3ExampleWidget.h

Lines changed: 0 additions & 42 deletions
This file was deleted.

include/botui/Create3SensorListWidget.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

include/botui/Create3SensorModel.h

Lines changed: 0 additions & 51 deletions
This file was deleted.

include/botui/Create3Widget.h

Lines changed: 0 additions & 43 deletions
This file was deleted.

include/botui/MotorsSensorsWidget.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ private slots:
2121
void sensorGraph();
2222
void sensorList();
2323
void camera();
24-
void Create3();
25-
24+
2625
private:
2726
Ui::MotorsSensorsWidget *ui;
2827
};

0 commit comments

Comments
 (0)