-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding kuka210r3100 robot foxy #23
base: foxy
Are you sure you want to change the base?
Conversation
|
||
<xacro:include filename="$(find kuka_kr210_support)/urdf/kr210r3100_macro.xacro"/> | ||
|
||
<xacro:kuka_kr210r3100 prefix=""/> |
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.
should the prefix arg be used here?
<xacro:kuka_kr210r3100 prefix="$(arg prefix)"/>
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.
<xacro:kuka_kr210r3100 prefix=""/> | |
<xacro:kuka_kr210r3100 prefix="$(arg prefix)"/> |
@@ -121,6 +121,8 @@ ROS2 Distro | Branch | Build status | Documentation | Released packages | |||
"kr150_2_macro.xacro", | |||
"kr150r3100_2_macro.xacro", | |||
"kr210l150_macro.xacro", | |||
"kr210r3100_macro.xacro", | |||
"lbr_iiwa_14_r820_macro.xacro", |
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.
why is this "lbr_iiwa_14_r820_macro.xacro" here? it is a little bit confusing as the pr name is only about adding kuka210r3100 (maybe it is just pedantic)
@@ -137,6 +139,8 @@ ROS2 Distro | Branch | Build status | Documentation | Released packages | |||
"kuka_kr150_2", | |||
"kuka_kr150r3100_2", | |||
"kuka_kr210l150", | |||
"kuka_kr210r3100", | |||
"kuka_lbr_iiwa_14_r820", |
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.
same as above
testing in rviz (docker foxy) works for me: |
No description provided.