-
Notifications
You must be signed in to change notification settings - Fork 97
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
[jsk_denso_robot] Support COBOTTA OSS type #1509
Conversation
Assumes that following commands are executed on COBOTTA: $ roslaunch denso_cobotta_driver denso_cobotta_driver.launch enable_calset:=false $ roslaunch denso_cobotta_moveit_config planning_context.launch load_robot_description:=true gripper_type:=parallel $ roslaunch denso_cobotta_control denso_cobotta_control.launch https://github.com/DENSORobot/denso_cobotta_ros/blob/bb60e75adb8477ed3402561b4ec3ba687af3f397/denso_cobotta_bringup/launch/denso_cobotta_bringup.launch is exaggerated because it launches MoveIt!
6976d71
to
404fcd1
Compare
@k-okada jsk_robot/jsk_denso_robot/README.md Lines 18 to 19 in eac8151
My first assumption is that you don't want to place whole denso_cobotta_ros to your workspace only for cobotta_descriptions .However, denso.rosinstall includes denso_cobotta_ros , so my assumption seems wrong:jsk_robot/jsk_denso_robot/denso.rosinstall Lines 5 to 7 in eac8151
|
Sorry, maybe I understand.
cobotta.urdf is placed under denso_robot_descriptions/cobotta_description/ .
|
2d72317
to
086c15f
Compare
Now 'roslaunch jsk_cobotta_startup cobotta_oss_bringup.launch' is enough for euslisp interface
6cd3b65
to
7b49903
Compare
kinetic: --inorder is not default melodic and upper: --inorder is default cf. http://wiki.ros.org/xacro#Processing_Order
ffc6b3e
to
3b128f1
Compare
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.
LGTM
@pazeshun if you're ok with whit PR, please remove [WIP] ? or Draft label? from this PR. |
@k-okada |
@pazeshun can we remove Draft? |
I see, please try pazeshun#1
|
euscollada is now released on noetic
we can not remove collada_urdf from .travis.rosinstall.noetic
I made this PR ready for review because CI passed thanks to @k-okada , but I'm not confident because current state of this PR ignores jsk_robot/.travis.rosinstall.noetic Line 20 in 69f1bd5
|
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.
LGTM
I made this PR ready for review because CI passed thanks to @k-okada , but I'm not confident because current state of this PR ignores
# compile euscollada for installed collada_urdf
I think this is ok, because the problems is wrong path in /opt/ros/noetic/share/collada_urdf/cmake/collada_urdfConfig.cmake
, so it does not need to recompile euscollada.
(see ros/collada_urdf#43 (comment) )
Oh, I see. |
Currently,
jsk_cobotta_startup
andcobottaeus
assume that our COBOTTA is not OSS type.This PR adds support of COBOTTA OSS type.
TODOs
(send *cobotta* :angle-vector (send *ri* :state :potentio-vector))
and(send *ri* :angle-vector (send *cobotta* :angle-vector) 1000)
cobotta_bringup.launch
for COBOTTA OSS type*ri*