Skip to content

Commit

Permalink
make mc_rtde realtime : initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage committed Feb 17, 2025
1 parent c9c0c4b commit ef4273e
Show file tree
Hide file tree
Showing 8 changed files with 514 additions and 570 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ find_package(mc_rtc REQUIRED)
find_package(Boost REQUIRED COMPONENTS program_options thread)
find_package(ur_rtde REQUIRED)

set(HEADERS MCControlRtde.h URControl.h ControlMode.h)
set(HEADERS URControlType.h URControl.h ControlMode.h thread.h)

set(SOURCES main.cpp URControl.cpp MCControlRtde.cpp)
set(SOURCES main.cpp URControl.cpp)

add_executable(${PROGRAM_NAME} ${SOURCES} ${HEADERS})
target_link_libraries(${PROGRAM_NAME} PUBLIC mc_rtc::mc_control
Expand Down
178 changes: 0 additions & 178 deletions src/MCControlRtde.cpp

This file was deleted.

52 changes: 0 additions & 52 deletions src/MCControlRtde.h

This file was deleted.

Loading

0 comments on commit ef4273e

Please sign in to comment.