Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[moveit_configs_utils] Minor fixes #1103

Merged
merged 2 commits into from
Mar 10, 2022
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
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="[email protected]">Jafar Abdi</author>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>
<license>BSD</license>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<author email="[email protected]">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