minor warning text fix

This commit is contained in:
Chengshu Li 2024-06-28 13:44:34 -07:00
parent 9f3d86dfb9
commit 965bbc14ec
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class Fetch(ManipulationRobot, TwoWheelRobot, ActiveCameraRobot):
# Set the wheels back to using sphere approximations
for wheel_name in ["l_wheel_link", "r_wheel_link"]:
log.warning(
"Fetch wheel links are post-processed to use sphere approximation collision meshes."
"Fetch wheel links are post-processed to use sphere approximation collision meshes. "
"Please ignore any previous errors about these collision meshes."
)
wheel_link = self.links[wheel_name]