mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
efdad81875
commit
55a8ac04d8
@ -31,6 +31,14 @@ def generate_launch_description():
|
||||
#namespace=namespace
|
||||
)
|
||||
|
||||
node_joint_state_publisher = Node(
|
||||
package='joint_state_publisher',
|
||||
executable='joint_state_publisher',
|
||||
output='screen',
|
||||
parameters=[params],
|
||||
#namespace=namespace
|
||||
)
|
||||
|
||||
|
||||
# Launch!
|
||||
return LaunchDescription([
|
||||
@ -43,5 +51,6 @@ def generate_launch_description():
|
||||
default_value='true',
|
||||
description='Use ros2_control if true'),
|
||||
|
||||
node_robot_state_publisher
|
||||
node_robot_state_publisher,
|
||||
node_joint_state_publisher
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user