Skip to content

Commit

Permalink
Merge pull request #16 from ROBOTIS-GIT/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kaym9n authored Dec 5, 2018
2 parents 5f1bdba + f50c2c1 commit 5ba89f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions op3_gui_demo/launch/op3_demo_walking.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
<remap from="/op3_demo/ik_target_pose" to="/pose_panel/pose" />
</node>

<node pkg="op3_localization" type="op3_localization" name="op3_localization" output="screen">
</node>

<include file="$(find op3_navigation)/launch/op3_footstep_planner.launch" />
</launch>
2 changes: 1 addition & 1 deletion op3_tuner_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ endif()
include_directories(
${op3_tuner_client_INCLUDE_DIRECTORIES}
${catkin_INCLUDE_DIRS}
${YAML_CPP_LIBRARIES}
${YAML_CPP_INCLUDE_DIRS}
)
add_executable(${PROJECT_NAME} ${op3_tuner_client_SRCS} ${op3_tuner_client_MOCS} ${op3_tuner_client_UIS_H} ${op3_tuner_client_RCC})
add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
Expand Down

0 comments on commit 5ba89f4

Please sign in to comment.