-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support ROS 2 #4
Conversation
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.
display.launchでモデルが表示されることを確認しました。
コメントの確認お願いします。
<license>NON-COMMERCIAL LICENSE AGREEMENT</license> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
<author email="[email protected]">Hiroyuki Nomura</author> |
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.
kuwagataさんの名前もauthorに追加してください
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.
ユニットテストを追加してください
urdf/sciurus17.urdf.xacro
Outdated
<xacro:property name="NAME_LINK_NECK_1" value="neck_yaw_link"/> | ||
<xacro:property name="NAME_LINK_NECK_2" value="neck_pitch_link"/> | ||
|
||
<xacro:property name="NAME_LINK_CAMERA" value="camera_link"/> |
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.
CHEST_CAMERAと区別するため、NAME_LINK_HEAD_CAMERAにしてください
urdf/sciurus17.urdf.xacro
Outdated
<xacro:property name="NAME_JOINT_NECK_1" value="neck_yaw_joint"/> | ||
<xacro:property name="NAME_JOINT_NECK_2" value="neck_pitch_joint"/> | ||
|
||
<xacro:property name="NAME_JOINT_CAMERA" value="head_camera_joint"/> |
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.
こちらも*_HEAD_CAMERAにしてください
urdf/sciurus17.urdf.xacro
Outdated
waist_yaw_upper_limit="${NAME_JOINT_BODY_LOWER_LIMIT}" | ||
waist_yaw_lower_limit="${NAME_JOINT_BODY_UPPER_LIMIT}" |
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.
upperに対してlowerをセットしているので修正してください。
関連issue:#3
urdf/sciurus17.urdf.xacro
Outdated
neck_yaw_lower_limit="${JOINT_NECK_1_LOWER_LIMIT}" | ||
neck_yaw_upper_limit="${JOINT_NECK_1_UPPER_LIMIT}" | ||
neck_pitch_lower_limit="${JOINT_NECK_2_LOWER_LIMIT}" | ||
neck_pitch_upper_limit="${JOINT_NECK_2_UPPER_LIMIT}" |
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.
マクロに対して引数でパラメータを入れているところと、マクロ内でpropertyを参照しているところが混在しています。
わかりやすくするため、引数を撤廃し、マクロから直接propertyを参照してください。
他のマクロも同様です。
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.
1か所コメントしました。
Co-authored-by: Shota Aoki <[email protected]>
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です
What does this implement/fix?
Does this close any currently open issues?
しません
How has this been tested?
ビルドしたのち、以下のコマンドでRViz上にロボットモデルが表示されることを確認しました。
Any other comments?
Checklists