Conversation
|
Since gazebo classic is now end of life, we can completely remove the support and mentions about it. |
|
Current version is ready for I'll continue verifying the |
|
Current version is ready for both For controlling Move around with @fabid I think it's ready to merge now, after your review |
| </plugin> | ||
| </xacro:if> | ||
|
|
||
| <!-- Ground truth pose --> |
There was a problem hiding this comment.
this is used to publish ground-truth odometry (from odom->base_footprint), I think they may use it in nav2 evaluation
There was a problem hiding this comment.
any alternative in gz_sim?
if not that's ok, we can ignore
There was a problem hiding this comment.
@fabid yes I've already added above, you can see the plugin:
<plugin filename="libgz-sim-pose-publisher-system.so" name="gz::sim::systems::PosePublisher">
| default: true | ||
| joints: | ||
| - left_finger | ||
| - right_finger |
There was a problem hiding this comment.
I think they were using mirror joints in classic, hence the missing joint. And the real hardware is similar (single joint for the gripper.
Did you try to close/open the gripper in moveit?
There was a problem hiding this comment.
actually in their original code, the mirror part was commented out, as you can see in this line:
I also tried uncommenting the mirrored joint but closing/opening gripper did not work.
So, I left commented lines as they intended (right_finger joint separated from left_finger). Then add that right_finger joint into controller, and closing/opening gripper works okay in moveit.



No description provided.