Skip to content

Commit

Permalink
delete exception code
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Aug 19, 2024
1 parent a96d124 commit 9b03ebe
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ def launch_setup(context, *args, **kwargs):
),
]
)
else:
raise ValueError(
"Invalid motion_publish_mode specified. Please choose 'pose_only' or 'full_motion'."
)

simple_planning_simulator_node = Node(
package="simple_planning_simulator",
Expand Down

0 comments on commit 9b03ebe

Please sign in to comment.