Skip to content

Commit

Permalink
Rename files (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Daisuke Sato <daisuke.sato@rt-net.jp>
  • Loading branch information
Shota Aoki and Tiryoh authored Jul 17, 2020
1 parent 3bc573f commit 37a9d14
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 424 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include_directories(
)

# Declare a C++ executable
add_executable(rt_usb_9axisimu_driver src/rt_usb_9axisimu_driver.cpp src/rt_usb_9axisimu_binary_mode.cpp)
add_executable(rt_usb_9axisimu_driver src/rt_usb_9axisimu_driver_node.cpp src/rt_usb_9axisimu_driver.cpp)

# Specify libraries to link a library or executable target against
target_link_libraries(rt_usb_9axisimu_driver ${catkin_LIBRARIES})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* rt_usb_9axisimu_binary_mode.hpp
* rt_usb_9axisimu_driver.hpp
*
* License: BSD-3-Clause
*
Expand Down
364 changes: 0 additions & 364 deletions src/rt_usb_9axisimu_binary_mode.cpp

This file was deleted.

Loading

0 comments on commit 37a9d14

Please sign in to comment.