Skip to content

Commit 1070139

Browse files
fixes from updated pre-commit
1 parent aa7aca4 commit 1070139

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/factory_sim/objectives/drop_bracket_part_on_jig_subtree.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
timeout="-1.000000"
4141
/>
4242
<Action ID="SetupMTCCurrentState" task="{mtc_task}" />
43-
<!--The arm is moved to this intermediate waypoint to give a more predicable arm motion while avoiding the hanging bowls. Even with a collision object modeled the arm would still make large motions at times which influenced how well the part was aligned to the jig posts.-->
43+
<!--The arm is moved to this intermediate waypoint to give a more predictable arm motion while avoiding the hanging bowls. Even with a collision object modeled the arm would still make large motions at times which influenced how well the part was aligned to the jig posts.-->
4444
<Action
4545
ID="SetupMTCPlanToJointState"
4646
acceleration_scale_factor="1"

src/hangar_sim/launch/sim/localization_launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
from launch_ros.descriptions import ComposableNode, ParameterFile
4040
from nav2_common.launch import RewrittenYaml
4141

42+
4243
# This file is adapted from: https://github.com/ros-navigation/navigation2/blob/humble/nav2_bringup/launch/localization_launch.py
4344
def generate_launch_description():
4445
# Get the launch directory

src/lab_sim/test/objectives_integration_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"Inspector",
7777
}
7878

79+
7980
# This is a workaround to avoid the test running before ros control is ready
8081
def wait_for_gripper_action_server(timeout: int = 180):
8182
node = rclpy.create_node("test_node")

0 commit comments

Comments
 (0)