Skip to content

Commit

Permalink
Merge pull request #145 from kipr/removeCreate3
Browse files Browse the repository at this point in the history
Remove create3
  • Loading branch information
tcorbly authored Nov 7, 2024
2 parents 5183b8a + f65ea79 commit 561a7b3
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 2,559 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8.11)
set(LIBKAR_ROOT ${CMAKE_SOURCE_DIR}/../libkar)
set(PCOMPILER_ROOT ${CMAKE_SOURCE_DIR}/../pcompiler)
set(LIBKIPR_ROOT ${CMAKE_SOURCE_DIR}/../libwallaby)
set(CREATE3_ROOT ${CMAKE_SOURCE_DIR}/../create3)


include_directories(/usr/local/include)

Expand Down Expand Up @@ -124,7 +124,6 @@ target_link_libraries(botui
pcompiler
z
${OPENSSL_LIBRARIES}
create3_client
)

IF(wombat)
Expand Down
42 changes: 0 additions & 42 deletions include/botui/Create3ExampleWidget.h

This file was deleted.

31 changes: 0 additions & 31 deletions include/botui/Create3SensorListWidget.h

This file was deleted.

51 changes: 0 additions & 51 deletions include/botui/Create3SensorModel.h

This file was deleted.

43 changes: 0 additions & 43 deletions include/botui/Create3Widget.h

This file was deleted.

3 changes: 1 addition & 2 deletions include/botui/MotorsSensorsWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ private slots:
void sensorGraph();
void sensorList();
void camera();
void Create3();


private:
Ui::MotorsSensorsWidget *ui;
};
Expand Down
Loading

0 comments on commit 561a7b3

Please sign in to comment.