You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the model can not load in the gazebo, I find the m710ic50.xacro has no inertial and mass parameters.
My confusions:
(1) Can I make simulation on gazebo with m710ic50.xacro model?
(2) If yes, how to configure the inertial and mass?Can you show some examples?
Hope to receive your response soon, Thanks.
The text was updated successfully, but these errors were encountered:
Can I make simulation on gazebo with m710ic50.xacro model?
not without adding inertial and dynamics elements to m710ic50_macro.xacro.
If yes, how to configure the inertial and mass?Can you show some examples?
you'll have to either get that information from Fanuc, find literature on system identification performed on that robot, or use estimates.
There is a related PR (ros-industrial/fanuc_experimental#20) which you could perhaps use as a template to see how to add Gazebo support for a particular model/variant.
The best way to do it is to separate Gazebo support as much as possible, and introduce a fanuc_m710ic_gazebo package. The referenced PR should give you an idea how you could do that.
Hi, I am making simulation on gazebo with the model m710ic50.xacro, here is my launch file:
But the model can not load in the gazebo, I find the m710ic50.xacro has no inertial and mass parameters.
My confusions:
(1) Can I make simulation on gazebo with m710ic50.xacro model?
(2) If yes, how to configure the inertial and mass?Can you show some examples?
Hope to receive your response soon, Thanks.
The text was updated successfully, but these errors were encountered: