forked from zbw/yiliao2026
a
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Build artifacts
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Install artifacts
|
||||||
|
install/
|
||||||
|
|
||||||
|
# Log artifacts
|
||||||
|
log/
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -81,7 +81,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params,
|
parameters=[nav2_params,
|
||||||
{'use_sim_time': True, 'yaml_filename': map_yaml}],
|
{'use_sim_time': True, 'yaml_filename': map_yaml}],
|
||||||
arguments=['--ros-args', '-p', 'use_sim_time:=True'],
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== AMCL ====================
|
# ==================== AMCL ====================
|
||||||
@@ -92,7 +92,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
arguments=['--ros-args', '-p', 'use_sim_time:=True'],
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Planner Server ====================
|
# ==================== Planner Server ====================
|
||||||
@@ -103,7 +103,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
arguments=['--ros-args', '-p', 'use_sim_time:=True'],
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Controller Server ====================
|
# ==================== Controller Server ====================
|
||||||
@@ -114,7 +114,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
arguments=['--ros-args', '-p', 'use_sim_time:=True'],
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Behavior Server ====================
|
# ==================== Behavior Server ====================
|
||||||
@@ -125,7 +125,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
arguments=['--ros-args', '-p', 'use_sim_time:=True'],
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== BT Navigator ====================
|
# ==================== BT Navigator ====================
|
||||||
@@ -136,7 +136,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
arguments=['--ros-args', '-p', 'use_sim_time:=True'],
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Waypoint Follower ====================
|
# ==================== Waypoint Follower ====================
|
||||||
@@ -147,7 +147,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
arguments=['--ros-args', '-p', 'use_sim_time:=True'],
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Lifecycle Manager (map + amcl) ====================
|
# ==================== Lifecycle Manager (map + amcl) ====================
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
build_2026-06-02_12-41-50
|
build_2026-06-02_12-46-29
|
||||||
@@ -81,6 +81,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params,
|
parameters=[nav2_params,
|
||||||
{'use_sim_time': True, 'yaml_filename': map_yaml}],
|
{'use_sim_time': True, 'yaml_filename': map_yaml}],
|
||||||
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== AMCL ====================
|
# ==================== AMCL ====================
|
||||||
@@ -91,6 +92,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Planner Server ====================
|
# ==================== Planner Server ====================
|
||||||
@@ -101,6 +103,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Controller Server ====================
|
# ==================== Controller Server ====================
|
||||||
@@ -111,6 +114,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Behavior Server ====================
|
# ==================== Behavior Server ====================
|
||||||
@@ -121,6 +125,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== BT Navigator ====================
|
# ==================== BT Navigator ====================
|
||||||
@@ -131,6 +136,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Waypoint Follower ====================
|
# ==================== Waypoint Follower ====================
|
||||||
@@ -141,6 +147,7 @@ def generate_launch_description():
|
|||||||
output='screen',
|
output='screen',
|
||||||
parameters=[nav2_params, {'use_sim_time': True}],
|
parameters=[nav2_params, {'use_sim_time': True}],
|
||||||
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
remappings=[('/tf', 'tf'), ('/tf_static', 'tf_static')],
|
||||||
|
ros_arguments=['-p', 'use_sim_time:=True'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==================== Lifecycle Manager (map + amcl) ====================
|
# ==================== Lifecycle Manager (map + amcl) ====================
|
||||||
|
|||||||
Reference in New Issue
Block a user