new map added and navigation cmd_vel remapped to /go2/twist_cmd

This commit is contained in:
Rooholla-KhorramBakht 2024-02-23 02:10:56 +08:00
parent 9852be991f
commit 5747142ac0
5 changed files with 9 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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 = {