-
Notifications
You must be signed in to change notification settings - Fork 39
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
Impedance control seems not working for NEXTAGE Open on hrpsys-simulator #302
Labels
Comments
please confirm if you have conf file with end_effector key like
https://github.com/start-jsk/rtmros_hironx/pull/482/files
…--
◉ Kei Okada
2017-03-28 7:33 GMT+09:00 Isaac I.Y. Saito <[email protected]>:
With the same set of commands from start-jsk/rtmros_hironx#482
<start-jsk/rtmros_hironx#482>, NEXTAGE in the
hrpsys-simulator doesn't do anything specific to impedance control.
I found when I run from Python i/f:
In [1]: robot.startImpedance('larm')
the following occurs in nextage_ros_bridge_simulation.launch console:
[rtmlaunch] check connection/activation
[ic] Could not found impedance controller param [larm]
Same error for rarm with rarm param not found.
$ rtls localhost:15005/
StateHolderServiceROSBridge.rtc fk.rtc DataLoggerServiceROSBridge.rtc SequencePlayerServiceROSBridge.rtc
ImageSensorROSBridge_HandLeft.rtc sh.rtc HiroNX(Robot)0.rtc ImageSensorROSBridge_HeadRight.rtc
seq.rtc HrpsysJointTrajectoryBridge0.rtc log.rtc HGcontroller0.rtc
sc.rtc ModelLoader el.rtc CollisionDetector0.rtc
ImageSensorROSBridge_HandRight.rtc ImageSensorROSBridge_HeadLeft.rtc HrpsysSeqStateROSBridge0.rtc longfloor(Robot)0.rtc
ForwardKinematicsServiceROSBridge.rtc tork-kudu1.host_cxt/ ic.rtc rmfo.rt
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#302>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3LRNEEm_YmGLMNiHWzPb1F84BdnSks5rqDlXgaJpZM4Mq6Rc>
.
|
Yes,
|
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
Mar 29, 2017
Does your robot have force torque sensors?
https://github.com/fkanehiro/hrpsys-base/blob/master/rtc/ImpedanceController/ImpedanceController.cpp#L199-L251
…--
◉ Kei Okada
2017-03-29 10:04 GMT+09:00 Isaac I.Y. Saito <[email protected]>:
Yes,
$ rospack find nextage_ros_bridge
/home/rosnoodle/cws_hironxo/src/tork-a/rtmros_nextage/nextage_ros_bridge
$ cat `rospack find nextage_ros_bridge`/conf/nextage.conf
model: file:///home/rosnoodle/cws_hironxo/src/tork-a/rtmros_nextage/nextage_ros_bridge/models/nextage.dae
dt: 0.005
collision_pair: RARM_JOINT2:LARM_JOINT2 RARM_JOINT3:LARM_JOINT3 RARM_JOINT4:LARM_JOINT4 RARM_JOINT5:LARM_JOINT5
end_effectors: rarm,RARM_JOINT5,CHEST_JOINT0,0.0,0.0,0.0,-0.57735027,-0.57735027,-0.57735027,-2.0943951023931953,larm,LARM_JOINT5,CHEST_JOINT0,0.0,0.0,0.0,0,1,0,-1.5707963267948966,
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#302 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3MjGTM4D9NLr2kNui_XvSy49iDJSks5rqa4cgaJpZM4Mq6Rc>
.
|
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
Mar 29, 2017
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
Mar 29, 2017
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 12, 2017
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 23, 2017
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 23, 2017
[ros_bridge] .wrl with f/t sensors.
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 26, 2017
[ros_bridge] .wrl with f/t sensors.
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 26, 2017
…or HrpsysSeqStateROSBridge0 : None' error. Still tork-a#302 needs fixed.
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 26, 2017
[ros_bridge] .wrl with f/t sensors.
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 26, 2017
…or HrpsysSeqStateROSBridge0 : None' error. Still tork-a#302 needs fixed.
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 28, 2017
[ros_bridge] .wrl with f/t sensors.
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 28, 2017
…or HrpsysSeqStateROSBridge0 : None' error. Still tork-a#302 needs fixed.
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 28, 2017
…or HrpsysSeqStateROSBridge0 : None' error. Still tork-a#302 needs fixed.
130s
added a commit
to 130s/rtmros_nextage
that referenced
this issue
May 28, 2017
…or HrpsysSeqStateROSBridge0 : None' error. Still tork-a#302 needs fixed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the same set of commands from start-jsk/rtmros_hironx#482, NEXTAGE in the hrpsys-simulator doesn't do anything specific to impedance control.
I found when I run from Python i/f:
the following occurs in
nextage_ros_bridge_simulation.launch
console:Same error for
rarm
with rarm param not found.The text was updated successfully, but these errors were encountered: