Skip to content

Commit 2b13e0e

Browse files
authored
Fix duplicate rviz node names (moveit#672)
Remapping node names in ROS2 enforces this name for all (sub)nodes created in a process: ros2/rclcpp#843
1 parent dd74b59 commit 2b13e0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/launch/demo.launch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def generate_launch_description():
3737
rviz_node = Node(
3838
package="rviz2",
3939
executable="rviz2",
40-
name="rviz2",
4140
output="log",
4241
arguments=["-d", rviz_config_file],
4342
parameters=[

0 commit comments

Comments
 (0)