Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bioloid_robot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
humanoides
bioloid_robot
Commits
63b60108
Commit
63b60108
authored
9 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Changed the CMakelist.txt file to build the strair example.
parent
7c82a8d2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bioloid_controller_cm510/CMakeLists.txt
+4
-3
4 additions, 3 deletions
bioloid_controller_cm510/CMakeLists.txt
with
4 additions
and
3 deletions
bioloid_controller_cm510/CMakeLists.txt
+
4
−
3
View file @
63b60108
...
...
@@ -91,7 +91,7 @@ catkin_package(
###########
SET
(
BIOLOID_FW_PATH ~/humanoids/cm510_controller_fw
)
SET
(
ProjectPath ~/
Desktop/new_fw/senso
rs
)
SET
(
ProjectPath ~/
humanoids/cm510_controller_fw/examples/stai
rs
)
## Specify additional locations of header files
## Your package locations should be listed before other locations
...
...
@@ -105,6 +105,7 @@ include_directories(${iriutils_INCLUDE_DIR})
INCLUDE_DIRECTORIES
(
${
robotis_bin_parser_INCLUDE_DIR
}
)
INCLUDE_DIRECTORIES
(
${
robotis_mtn_parser_INCLUDE_DIR
}
)
INCLUDE_DIRECTORIES
(
${
robotis_mtn_INCLUDE_DIR
}
)
INCLUDE_DIRECTORIES
(
${
ProjectPath
}
/../movements/
)
## Declare a cpp library
# add_library(bioloid_controller
...
...
@@ -126,8 +127,8 @@ 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
}
/
main
.c
${
ProjectPath
}
/stairs.c
${
ProjectPath
}
/
../movements/mtn_library
.c
# AVR simulation modules
src/sim/avr_delay.c
src/sim/avr_registers.c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment