Skip to content

Commit

Permalink
Correction of demo&moveit_rviz remove melodic from auto_test (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno-atsushi authored Oct 19, 2023
1 parent 9a8cd97 commit b99af3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
fail-fast: false
matrix:
include:
- build: melodic_amd64
ROS_DISTRO_NAME : melodic
ARCH : amd64
# - build: melodic_amd64
# ROS_DISTRO_NAME : melodic
# ARCH : amd64
# - build: melodic_armhf
# ROS_DISTRO_NAME : melodic
# ARCH : armhf
Expand Down
2 changes: 1 addition & 1 deletion khi_rs030n_moveit_config/launch/demo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<!-- Run Rviz and load the default config to see the state of the move_group node -->
<include file="$(dirname)/moveit_rviz.launch" if="$(arg use_rviz)">
<arg name="rviz_config" value="$(dirname)/moveit.rviz"/>
<arg name="config" value="true"/>
<arg name="debug" value="$(arg debug)"/>
</include>

Expand Down
1 change: 1 addition & 0 deletions khi_rs030n_moveit_config/launch/moveit_rviz.launch
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<node name="$(anon rviz)" launch-prefix="$(arg launch_prefix)" pkg="rviz" type="rviz" respawn="false"
args="$(arg command_args)" output="screen">
<rosparam command="load" file="$(find khi_rs030n_moveit_config)/config/kinematics.yaml"/>
</node>

</launch>

0 comments on commit b99af3d

Please sign in to comment.