Skip to content

Commit

Permalink
update x3 0.0.10-pi
Browse files Browse the repository at this point in the history
  • Loading branch information
niconiconi1234 committed Jul 23, 2024
1 parent 5429101 commit 71592fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker/x3/Dockerfile.pi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM huajuan6848/x3_ros2:0.0.1
FROM huajuan6848/x3_ros2:0.0.1-orig-nav
WORKDIR /root/yahboomcar_ros2_ws/yahboomcar_ws
# ROS_DOMAIN_ID,这里先写死,后续可以在docker run时指定
ENV ROS_DOMAIN_ID=32
Expand Down
14 changes: 7 additions & 7 deletions docker/x3/dwa_nav_params_pi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,17 @@ controller_server:
FollowPath:
plugin: "dwb_core::DWBLocalPlanner"
debug_trajectory_details: True
min_vel_x: -0.12
min_vel_x: -0.3
min_vel_y: 0.0
max_vel_x: 0.12
max_vel_x: 0.3
max_vel_y: 0.0
max_vel_theta: 0.6
max_vel_theta: 1.0
min_speed_xy: 0.0
max_speed_xy: 0.18
max_speed_xy: 0.3
min_speed_theta: 0.0
# Add high threshold velocity for turtlebot 3 issue.
# https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/75
acc_lim_x: 0.5
acc_lim_x: 2.5
acc_lim_y: 0.0
acc_lim_theta: 0.5
decel_lim_x: -0.5
Expand All @@ -131,8 +131,8 @@ controller_server:
linear_granularity: 0.05
angular_granularity: 0.025
transform_tolerance: 0.2
xy_goal_tolerance: 0.10
yaw_goal_tolerance: 0.20
xy_goal_tolerance: 0.15
yaw_goal_tolerance: 0.15
trans_stopped_velocity: 0.25
short_circuit_trajectory_evaluation: True
stateful: True
Expand Down

0 comments on commit 71592fe

Please sign in to comment.