Skip to content

Commit

Permalink
Merge pull request #647 from snozawa/add_jskfsplanner_test
Browse files Browse the repository at this point in the history
Add footstep planner rostest.
  • Loading branch information
snozawa authored Nov 22, 2016
2 parents f416fb2 + 418e3ae commit 3512af3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.rosinstall.hydro
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
uri: https://github.com/jsk-ros-pkg/jsk_common_msgs.git
local-name: jsk-ros-pkg/jsk_common_msgs
version: 4.0.0
- git:
uri: https://github.com/jsk-ros-pkg/jsk_roseus.git
local-name: jsk-ros-pkg/jsk_roseus
version: 1.5.1
4 changes: 3 additions & 1 deletion jsk_footstep_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif(CCACHE_FOUND)

find_package(catkin REQUIRED COMPONENTS jsk_footstep_msgs jsk_recognition_utils
message_generation jsk_topic_tools roscpp pcl_ros geometry_msgs eigen_conversions
jsk_interactive_marker visualization_msgs dynamic_reconfigure)
jsk_interactive_marker visualization_msgs dynamic_reconfigure roseus rostest)
find_package(PCL REQUIRED)
add_service_files(FILES
ChangeSuccessor.srv CollisionBoundingBoxInfo.srv)
Expand Down Expand Up @@ -92,3 +92,5 @@ install(TARGETS jsk_footstep_planner sample_astar sample_simple_graph
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})

add_rostest(test/test_footstep_planning_eus_client.test)
1 change: 1 addition & 0 deletions jsk_footstep_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<run_depend>jsk_recognition_msgs</run_depend>

<build_depend>roseus</build_depend>
<run_depend>roseus</run_depend>

<build_depend>jsk_rviz_plugins</build_depend>
Expand Down

0 comments on commit 3512af3

Please sign in to comment.