Skip to content

Commit

Permalink
[BugFix] Comment out gdb prefix for ackermann_odom
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyenru committed Nov 10, 2024
1 parent 302743a commit e03ac74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def generate_launch_description():
package='ackermann_odom',
executable='ackermann_odom_node',
name='ackermann_odom',
prefix=['gdb -ex run --args'], # For GDB within the launch terminal
# prefix=['gdb -ex run --args'], # For GDB within the launch terminal
parameters=[{'use_sim_time': False}],
)
# ego_robot_publisher = Node(
Expand Down

0 comments on commit e03ac74

Please sign in to comment.