You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ros2 launch usb_cam camera.launch.py
[INFO] [launch]: All log files can be found below /home/ubiqlap/.ros/log/2024-11-16-08-31-53-762719-ubiqlap-X540LA-5691
[INFO] [launch]: Default logging verbosity is set to INFO
[ERROR] [launch]: Caught exception in launch (see debug for traceback): Caught multiple exceptions when trying to load file of format [py]:
PydanticUserError: If you use @root_validator with pre=False (the default) you MUST specify skip_on_failure=True. Note that @root_validator is deprecated and should be replaced with @model_validator.
ros2 launch usb_cam camera.launch.py
[INFO] [launch]: All log files can be found below /home/ubiqlap/.ros/log/2024-11-16-08-31-53-762719-ubiqlap-X540LA-5691
[INFO] [launch]: Default logging verbosity is set to INFO
[ERROR] [launch]: Caught exception in launch (see debug for traceback): Caught multiple exceptions when trying to load file of format [py]:
@root_validator
with pre=False (the default) you MUST specifyskip_on_failure=True
. Note that@root_validator
is deprecated and should be replaced with@model_validator
.For further information visit https://errors.pydantic.dev/2.9/u/root-validator-pre-skip
The text was updated successfully, but these errors were encountered: