Skip to content

Commit

Permalink
fake_components -> mock_components
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Weaver <tylerjw@gmail.com>
  • Loading branch information
tylerjw committed Jul 12, 2022
1 parent 4597319 commit c828d79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions moveit2.repos
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
repositories:
# https://github.com/ros-planning/moveit_resources/pull/147
moveit_resources:
type: git
url: git@github.com:tylerjw/moveit_resources.git
version: mock_components
ros2_control:
type: git
url: git@github.com:ros-controls/ros2_control.git
version: 2.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ros2_control name="${name}" type="system">
<hardware>
<xacro:if value="${use_fake_hardware}">
<plugin>fake_components/GenericSystem</plugin>
<plugin>mock_components/GenericSystem</plugin>
<param name="fake_sensor_commands">${fake_sensor_commands}</param>
<param name="state_following_offset">0.0</param>
</xacro:if>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ros2_control name="${name}" type="system">
<hardware>
<!-- By default, set up controllers for simulation. This won't work on real hardware -->
<plugin>fake_components/GenericSystem</plugin>
<plugin>mock_components/GenericSystem</plugin>
</hardware>
[ROS2_CONTROL_JOINTS]
</ros2_control>
Expand Down

0 comments on commit c828d79

Please sign in to comment.