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
Describe the Bug
After starting the simulation from the example multirobot_launch.py launch file, the following warnings are displayed:
WARNING: Contact joints between materials 'default' and 'default' will only be created for the 10 deepest contact points instead of all the 12 contact points.
WARNING: The current physics step could not be computed correctly. Your world may be too complex. If this problem persists, try simplifying your bounding object(s), reducing the number of joints, or reducing WorldInfo.basicTimeStep.
WARNING: Irb4600-40 "abbirb4600" > Robotiq3fGripper "ROBOTIQ 3f Gripper" > HingeJoint "finger_1_link_0" > Solid "finger_1_link_0" > HingeJoint "finger_1_link_1" > RotationalMotor "finger_1_joint_1": too low requested position: 0.0494999 < 0.0495
WARNING: Irb4600-40 "abbirb4600" > Robotiq3fGripper "ROBOTIQ 3f Gripper" > HingeJoint "finger_2_link_0" > Solid "finger_2_link_0" > HingeJoint "finger_2_link_1" > RotationalMotor "finger_2_joint_1": too low requested position: 0.0494999 < 0.0495
WARNING: Irb4600-40 "abbirb4600" > Robotiq3fGripper "ROBOTIQ 3f Gripper" > Pose > HingeJoint "finger_middle_link_1" > RotationalMotor "finger_middle_joint_1": too low requested position: 0.0494999 < 0.0495
The order of the warnings is not consistent.
Steps to Reproduce
Launch the example launch file with the command: ros2 launch webots_ros2_universal_robot multirobot_launch.py.
Start the simulation.
The warnings should appear.
If some warnings doesn't appear, restart the simulation.
Expected behavior
No warnings when starting the example simulation.
Describe the Bug
After starting the simulation from the example multirobot_launch.py launch file, the following warnings are displayed:
The order of the warnings is not consistent.
Steps to Reproduce
ros2 launch webots_ros2_universal_robot multirobot_launch.py
.Expected behavior
No warnings when starting the example simulation.
System
Aditional information
The link for the page where the example launch file is:
https://github.com/cyberbotics/webots_ros2/wiki/Getting-Started
The text was updated successfully, but these errors were encountered: