File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,29 @@ ROS2 Kortex is the official ROS2 package to interact with Kortex and its related
100
100
source install/setup.bash
101
101
```
102
102
103
- ** Note:** Due to mismatched protobuf version that ships system and used by Gazebo simulator compiling twice may be required.
103
+ ## Simulation Issues
104
+
105
+ Please note, at this time there are two known issues you with simulation
106
+
107
+ 1 . Gazebo + Mimic Joints for the Robotiq Gripper
108
+ 2 . Protobuf version mismatch
109
+
110
+ # Gazebo and Mimic Joints
111
+
112
+ A pull request has been made to gz_ros2_control which is how this repository was tested in simulation.
113
+ The pull request won't be merged as the fix should be done upstream in gz-sim.
114
+ Once a fix is available ros2_robotiq_gripper will be re-released and an update should fix any workarounds.
115
+
116
+ In the meantime if you need simulation checkout the upstream pull request link:
117
+
118
+ - Upstream Issue: https://github.com/gazebosim/gz-sim/issues/1684
119
+ - Upstream Pull Request: https://github.com/ros-controls/gz_ros2_control/pull/86
120
+ - Tracking Issue: https://github.com/PickNikRobotics/ros2_robotiq_gripper/issues/7
121
+
122
+ # Protobuf
123
+
124
+ Due to mismatched protobuf version that ships system and used by Gazebo simulator compiling twice may be required.
125
+ You will only run into this if you have certain other gazebo related code in your workspace while compiling this repository.
104
126
If errors are encounter you must clean your workspace and run colcon build in two steps:
105
127
106
128
1 . build everything except kortex related packages
You can’t perform that action at this time.
0 commit comments