Skip to content

Commit

Permalink
Revert $(dirname) use for rviz config file
Browse files Browse the repository at this point in the history
... due to this bug: ros/ros_comm#1487
This partially reverts 442c320
  • Loading branch information
rhaschke committed Jul 17, 2021
1 parent 442c320 commit 8ff9cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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="rviz_config" value="$(find [GENERATED_PACKAGE_NAME])/launch/moveit.rviz"/>
<arg name="debug" value="$(arg debug)"/>
</include>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

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

Expand Down

0 comments on commit 8ff9cdf

Please sign in to comment.