Conversation
ahcorde
left a comment
There was a problem hiding this comment.
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.
|
@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 <vatanaksoytezer@gmail.com>
Signed-off-by: Vatan Aksoy Tezer <vatanaksoytezer@gmail.com>
Signed-off-by: Vatan Aksoy Tezer <vatanaksoytezer@gmail.com>
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 <vatanaksoytezer@gmail.com>
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 |
Adds an rrbot model to demos and shows the usage of joint_states plugin. Signed-off-by: Vatan Aksoy Tezer <vatanaksoytezer@gmail.com>
Adds an rrbot model to demos and shows the usage of joint_states plugin. Signed-off-by: Vatan Aksoy Tezer <vatanaksoytezer@gmail.com>
Adds an rrbot model to demos and shows the usage of joint_states plugin. Signed-off-by: Vatan Aksoy Tezer <vatanaksoytezer@gmail.com>

Adds an rrbot model to demos and shows the usage of joint_states plugin.