Skip to content

Commit

Permalink
updated default path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Dec 1, 2024
1 parent 60f2642 commit 751ac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2_ws/src/python_workspace/launch/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def generate_launch_description():
DeclareLaunchArgument('usb_port', default_value='/dev/ttyACM0', description='USB port for the serial connection'),

# Inference Node arguments
DeclareLaunchArgument('weights_path', default_value='./src/python_workspace/python_workspace/scripts/best.onnx', description='Path to the weights file'),
DeclareLaunchArgument('weights_path', default_value='/home/user/ROS/models/maize/Maize.onnx', description='Path to the weights file'),
DeclareLaunchArgument('precision', default_value='fp32', description='Precision for the inference model (e.g., fp32, fp16)'),

# Extermination Node arguments
Expand Down

0 comments on commit 751ac21

Please sign in to comment.