diff --git a/CMakeLists.txt b/CMakeLists.txt index 83db85b..85d1db1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,10 +12,17 @@ find_package(segway_msgs REQUIRED) ament_python_install_package(${PROJECT_NAME}) +# Link libraries +target_link_libraries(rmp220_teleop) + install(PROGRAMS rmp220_teleop/rmp220_teleop.py DESTINATION lib/${PROJECT_NAME}) +# Install launch files +install(DIRECTORY launch + DESTINATION share/${PROJECT_NAME}/) + if(BUILD_TESTING) find_package(ament_lint_auto REQUIRED) # the following line skips the linter which checks for copyrights diff --git a/launch/teleop.launch.py b/launch/teleop.launch.py new file mode 100644 index 0000000..1f9d68f --- /dev/null +++ b/launch/teleop.launch.py @@ -0,0 +1,24 @@ + + + + + + + + + + + + diff --git a/package.xml b/package.xml index 6b62b2b..6b8578d 100644 --- a/package.xml +++ b/package.xml @@ -2,9 +2,9 @@ rmp220_teleop - 0.0.0 + 0.0.2 TODO: Package description - bjorn + bjoern TODO: License declaration rclpy