Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: fix-byte-order-marker

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 26.5.1
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion moveit_studio_msgs/moveit_pro_controllers_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<maintainer email="mario.prats@picknik.ai">Mario Prats</maintainer>
<maintainer email="paul.gesel@picknik.ai">Paul Gesel</maintainer>

<license>Proprietary</license>
<license>BSD-3-Clause</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rosidl_default_generators</build_depend>
Expand Down
2 changes: 1 addition & 1 deletion moveit_studio_msgs/moveit_studio_agent_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<author email="joseph.schornak@picknik.ai">Joe Schornak</author>
<maintainer email="joseph.schornak@picknik.ai">Joe Schornak</maintainer>

<license>Proprietary</license>
<license>BSD-3-Clause</license>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
2 changes: 1 addition & 1 deletion moveit_studio_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
maintainer="Ashton Larkin",
maintainer_email="ashton.larkin@picknik.ai",
description="Python interface for MoveIt Pro SDK",
license="Proprietary",
license="BSD-3-Clause",
)
Loading