Skip to content

Commit

Permalink
Merge branch 'main' into andyz/deprecate_lock_scene_read
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZe authored Mar 10, 2022
2 parents 5263e4f + 6a2a2c2 commit b3b5e3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Or to get all the parameters as a dictionary
moveit_configs.to_dict()
Each function in MoveItConfigsBuilder have a file_path as an argument which is used to override the default
Each function in MoveItConfigsBuilder has a file_path as an argument which is used to override the default
path for the file
Example:
Expand Down
8 changes: 4 additions & 4 deletions moveit_configs_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<name>moveit_configs_utils</name>
<version>2.3.0</version>
<description>Python library for loading moveit config parameters in launch files</description>
<author email="jafar@picknik.ai">Jafar Abdi</author>
<maintainer email="moveit_releasers@googlegroups.com">MoveIt Release Team</maintainer>
<license>BSD</license>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<author email="jafar@picknik.ai">Jafar Abdi</author>

<exec_depend>ament_index_python</exec_depend>
<exec_depend>launch_param_builder</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

<export>
<build_type>ament_python</build_type>
</export>
Expand Down

0 comments on commit b3b5e3b

Please sign in to comment.