diff --git a/python/test/joint_test.sdf b/python/test/joint_test.sdf index 4fd300ffd7..078f3974b7 100644 --- a/python/test/joint_test.sdf +++ b/python/test/joint_test.sdf @@ -2,9 +2,7 @@ - - 10 - + diff --git a/src/systems/physics/Physics.cc b/src/systems/physics/Physics.cc index ece7e32713..7038e2e143 100644 --- a/src/systems/physics/Physics.cc +++ b/src/systems/physics/Physics.cc @@ -767,7 +767,7 @@ Physics::Physics() : System(), dataPtr(std::make_unique()) ////////////////////////////////////////////////// System::PriorityType Physics::ConfigurePriority() { - // Use constant from SystemPriorityConstants.hh + // Use constant from System.hh return ::gz::sim::systems::kPhysicsPriority; } diff --git a/src/systems/user_commands/UserCommands.cc b/src/systems/user_commands/UserCommands.cc index f7e5c5ad8e..0eedaa27e5 100644 --- a/src/systems/user_commands/UserCommands.cc +++ b/src/systems/user_commands/UserCommands.cc @@ -621,7 +621,7 @@ bool UserCommandsInterface::HasContactSensor(const Entity _collision) ////////////////////////////////////////////////// System::PriorityType UserCommands::ConfigurePriority() { - // Use constant from SystemPriorityConstants.hh + // Use constant from System.hh return ::gz::sim::systems::kUserCommandsPriority; } diff --git a/test/worlds/force_torque.sdf b/test/worlds/force_torque.sdf index 9a06c97c80..0c90ff63bb 100644 --- a/test/worlds/force_torque.sdf +++ b/test/worlds/force_torque.sdf @@ -5,9 +5,7 @@ 0 - - 10 - + true