mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update: changing to namespace=/rmp
This commit is contained in:
parent
c4966d5b11
commit
10bf420dc5
@ -9,7 +9,7 @@ from launch_ros.actions import Node
|
||||
|
||||
import xacro
|
||||
|
||||
|
||||
namespace = "/rmp"
|
||||
def generate_launch_description():
|
||||
|
||||
# Check if we're told to use sim time
|
||||
@ -27,7 +27,8 @@ def generate_launch_description():
|
||||
package='robot_state_publisher',
|
||||
executable='robot_state_publisher',
|
||||
output='screen',
|
||||
parameters=[params]
|
||||
parameters=[params],
|
||||
namespace=namespace
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user