Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
humanoides
bioloid_robot
Commits
8b28c0e0
Commit
8b28c0e0
authored
Jul 04, 2016
by
Sergi Hernandez
Browse files
modified CMakeLists to compile mtn_library.c also
parent
2bf182df
Changes
1
Hide whitespace changes
Inline
Side-by-side
bioloid_controller_cm510/CMakeLists.txt
View file @
8b28c0e0
...
...
@@ -91,7 +91,7 @@ catkin_package(
###########
SET
(
BIOLOID_FW_PATH ~/humanoids/cm510_controller_fw
)
SET
(
ProjectPath ~/humanoids/cm510_controller_fw/examples/stairs
)
SET
(
ProjectPath ~/humanoids/cm510_controller_fw/examples/
dexter/dexter_robot/proves/
stairs
)
## Specify additional locations of header files
## Your package locations should be listed before other locations
...
...
@@ -116,6 +116,7 @@ add_library(${PROJECT_NAME} src/bioloid_controller_cm510.cpp
${
BIOLOID_FW_PATH
}
/motion/src/motion_manager.c
${
BIOLOID_FW_PATH
}
/motion/src/action.c
${
BIOLOID_FW_PATH
}
/motion/src/balance.c
${
BIOLOID_FW_PATH
}
/motion/src/mtn_library.c
# dynamixel devices modules
${
BIOLOID_FW_PATH
}
/dyn_devices/src/dyn_servos/dyn_servos.c
${
BIOLOID_FW_PATH
}
/dyn_devices/src/exp_board/exp_board.c
...
...
@@ -127,8 +128,7 @@ add_library(${PROJECT_NAME} src/bioloid_controller_cm510.cpp
${
BIOLOID_FW_PATH
}
/communications/src/dynamixel.c
${
BIOLOID_FW_PATH
}
/communications/src/serial_console.c
# main application module
${
ProjectPath
}
/stairs.c
${
ProjectPath
}
/../movements/mtn_library.c
${
ProjectPath
}
/main_2.c
# AVR simulation modules
src/sim/avr_delay.c
src/sim/avr_registers.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment