Skip to content

Commit

Permalink
Generate mc_rtc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Aug 6, 2022
1 parent 147bb2f commit fa45681
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ GPATH
GRTAGS
GSYMS
GTAGS

etc/mc_rtc.yaml
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ link_directories(${catkin_LIBRARY_DIRS})
configure_file(etc/BaselineWalkingController.in.yaml
"${CATKIN_DEVEL_PREFIX}/lib/mc_controller/etc/BaselineWalkingController.yaml" @ONLY)

configure_file(etc/mc_rtc.in.yaml ${PROJECT_SOURCE_DIR}/etc/mc_rtc.yaml @ONLY)

add_subdirectory(src)

OPTION(INSTALL_DOCUMENTATION "Generate and install the documentation" OFF)
Expand Down
6 changes: 6 additions & 0 deletions etc/mc_rtc.in.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
MainRobot: JVRC1

Enabled: BaselineWalkingController
ControllerModulePaths: ["@CATKIN_DEVEL_PREFIX@/lib/mc_controller/"]

Timestep: 0.005

0 comments on commit fa45681

Please sign in to comment.