new map added and navigation cmd_vel remapped to /go2/twist_cmd
This commit is contained in:
parent
9852be991f
commit
5747142ac0
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,7 @@
|
||||||
|
image: feb22_room.pgm
|
||||||
|
mode: trinary
|
||||||
|
resolution: 0.05
|
||||||
|
origin: [-4.24, -5.54, 0]
|
||||||
|
negate: 0
|
||||||
|
occupied_thresh: 0.65
|
||||||
|
free_thresh: 0.25
|
|
@ -47,7 +47,8 @@ def generate_launch_description():
|
||||||
# TODO(orduno) Substitute with `PushNodeRemapping`
|
# TODO(orduno) Substitute with `PushNodeRemapping`
|
||||||
# https://github.com/ros2/launch_ros/issues/56
|
# https://github.com/ros2/launch_ros/issues/56
|
||||||
remappings = [('/tf', '/tf'),
|
remappings = [('/tf', '/tf'),
|
||||||
('/tf_static', '/tf_static')]
|
('/tf_static', '/tf_static'),
|
||||||
|
('/cmd_vel', '/go2/twist_cmd')]
|
||||||
|
|
||||||
# Create our own temporary YAML files that include substitutions
|
# Create our own temporary YAML files that include substitutions
|
||||||
param_substitutions = {
|
param_substitutions = {
|
||||||
|
|
Loading…
Reference in New Issue