Skip to content

Commit

Permalink
Add the robot_client_node to the moveit2_utils package (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: sahand_w <[email protected]>
  • Loading branch information
destogl and SahWag authored Sep 26, 2023
1 parent 6c91856 commit 1e54bc9
Show file tree
Hide file tree
Showing 2 changed files with 668 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sr_moveit2_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
license='BSD-3-Clause',
tests_require=['pytest'],
entry_points={'console_scripts': [
'scene_manager_node = sr_moveit2_utils.scene_manager_node:main'],
'scene_manager_node = sr_moveit2_utils.scene_manager_node:main',
'robot_client_node = sr_moveit2_utils.robot_client_node:main'],
},
)
Loading

0 comments on commit 1e54bc9

Please sign in to comment.