Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ROS-O] patches #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions fake_joint_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
cmake_minimum_required(VERSION 2.8.3)
project(fake_joint_driver)

add_compile_options(-std=c++11)

find_package(catkin REQUIRED COMPONENTS
hardware_interface
controller_manager
roscpp
roslaunch
rostest
urdf
xacro
)
Expand Down Expand Up @@ -57,5 +54,6 @@ if(CATKIN_ENABLE_TESTING)
roslaunch_add_file_check(${LAUNCH_FILE})
endforeach()

find_package(rostest REQUIRED)
add_rostest(test/fake_joint_driver.test)
endif()