Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DynamixelSDK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Nils Schulte
DynamixelSDK
Commits
b0813360
Commit
b0813360
authored
8 years ago
by
Leon
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update dynamixel_functions.py
code uploaded for importing dynamixel sdk library used in SBC linux
parent
08eee228
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
python/dynamixel_functions_py/dynamixel_functions.py
+3
-2
3 additions, 2 deletions
python/dynamixel_functions_py/dynamixel_functions.py
with
3 additions
and
2 deletions
python/dynamixel_functions_py/dynamixel_functions.py
+
3
−
2
View file @
b0813360
...
...
@@ -36,8 +36,9 @@
from
ctypes
import
cdll
dxl_lib
=
cdll
.
LoadLibrary
(
"
../../c/build/win32/output/dxl_x86_c.dll
"
)
# for windows 32bit
# dxl_lib = cdll.LoadLibrary("../../c/build/win64/output/dxl_x64_c.dll") # for windows 64bit
# dxl_lib = cdll.LoadLibrary("../../c/build/linux32/libdxl_x86_c.so") # for linux 32bit
# dxl_lib = cdll.LoadLibrary("../../c/build/linux64/libdxl_x64_c.so") # for linux 64bit
# dxl_lib = cdll.LoadLibrary("../../c/build/linux32/libdxl_x86_c.so") # for linux 32bit
# dxl_lib = cdll.LoadLibrary("../../c/build/linux64/libdxl_x64_c.so") # for linux 64bit
# dxl_lib = cdll.LoadLibrary("../../c/build/linux_sbc/libdxl_sbc_c.so") # for SBC linux
# port_handler
portHandler
=
dxl_lib
.
portHandler
...
...
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