-
Notifications
You must be signed in to change notification settings - Fork 147
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
Joint states tutorial #156
Joint states tutorial #156
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.
You are adding here the URDF and the SDF and using it both in the launch file. I don't like this approach because if you modify one you must need to modify the other one. You should use only the URDF, with xacro (which is imported but not used) you can convert the URDF and uing it to spawn the model. In this file you can find how to do it.
Another question that I open here it's that the rrbot.urdf
should live only in one repository we should not copy this file in every repo that make use of it.
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.
You should also sign the PR
@vatanaksoytezer, I have seen in your profile that you are working for Picknik maybe we can speed up this other PR ros-simulation/gazebo_ros_demos#41 where I think the rrobot description should live. |
Sure I will ping Dave internally. |
I would agree that but I really wouldn't want to make |
@ahcorde Follow up question on this one. Since this is to demonstrate the usage of |
Another problem that I just realised is if rrbot_description live somewhere else and contains |
Signed-off-by: Vatan Aksoy Tezer <[email protected]>
Signed-off-by: Vatan Aksoy Tezer <[email protected]>
Signed-off-by: Vatan Aksoy Tezer <[email protected]>
9e79287
to
1458db3
Compare
@ahcorde update:
|
Ignore the comments above on sdf, just figured that out. I'll fix in and send updates soon |
Signed-off-by: Vatan Aksoy Tezer <[email protected]>
6f1ab21
to
c3ce98d
Compare
This should work, but the colors (and I think frictions) are not parsed correctly to ign. If you point me a way I can fix it right away |
@vatanaksoytezer, I can see the color in ignition |
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
Adds an rrbot model to demos and shows the usage of joint_states plugin. Signed-off-by: Vatan Aksoy Tezer <[email protected]>
Adds an rrbot model to demos and shows the usage of joint_states plugin. Signed-off-by: Vatan Aksoy Tezer <[email protected]>
Adds an rrbot model to demos and shows the usage of joint_states plugin. Signed-off-by: Vatan Aksoy Tezer <[email protected]>
Adds an rrbot model to demos and shows the usage of joint_states plugin.