navigation cmd_vel remapped to /go2/cmd_vel
This commit is contained in:
parent
afc8ba24ac
commit
4b806bc069
|
@ -48,7 +48,7 @@ def generate_launch_description():
|
|||
# https://github.com/ros2/launch_ros/issues/56
|
||||
remappings = [('/tf', '/tf'),
|
||||
('/tf_static', '/tf_static'),
|
||||
('/cmd_vel', '/go2/twist_cmd')]
|
||||
('/cmd_vel', '/go2/cmd_vel')]
|
||||
|
||||
# Create our own temporary YAML files that include substitutions
|
||||
param_substitutions = {
|
||||
|
|
Loading…
Reference in New Issue