-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ros_bridge] Enable to use impedance controller through ros bridge #527
base: indigo-devel
Are you sure you want to change the base?
[ros_bridge] Enable to use impedance controller through ros bridge #527
Conversation
When you use
I think the bad point is that So current solution is to avoid creating |
Current problem: |
@pazeshun I'll make this PR pass travis, when we need this.
…--
◉ Kei Okada
2018-06-22 20:33 GMT+09:00 Shun Hasegawa <[email protected]>:
Reopened #527 <#527>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#527 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3KnW-da6G4cl_ry3B2-mp27Ot9VDks5t_NYEgaJpZM4Uvlmg>
.
|
Error cause: generated python module 'OpenHRP' conflicts openhrp3 pkg
931124e
to
0a9bc49
Compare
) | ||
|
||
catkin_python_setup() | ||
# generate idl for old impedance controller | ||
rtmbuild_genidl_customed() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rtmbuild_genidl_from_file(FILE=idl_315_1_9/Hoge.idl, VERSION=315.1.9)
rtmbuild_genidl_from_file(FILE=idl_315_1_9/Fuga.idl, VERSION=315.1.9)
=> lib/libHoge_315_1_9.so)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Realized in #533
What I did
AbsoluteForceSensorServiceROSBridge
andImpedanceControllerServiceROSBridge
)AbsoluteForceSensorService.idl
andImpedanceControllerService.idl
from [email protected])rtmbuild
and custom cmake macro to generate and build ros bridge executables from idlsAbsoluteForceSensorService.idl
and have differentImpedanceControllerService.idl