You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, launch_param_builder and moveit_config_utils are showing deprecation warnings because of setup.py, recommending to use pip or other standards-based tools instead.
Your environment
ROS Distro: Rolling
OS Version: Ubuntu 22.04
Source build
Branch: main
Backtrace or Console output
Starting >>> launch_param_builder
--- stderr: launch_param_builder
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
---
Finished <<< launch_param_builder [0.50s]
Starting >>> moveit_configs_utils
--- stderr: moveit_configs_utils
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
---
Finished <<< moveit_configs_utils [0.44s]
The text was updated successfully, but these errors were encountered:
This issue originates upstream in ROS2 -- there's some discussion about it in this ament_cmake issue. It sounds like it'll require fixes across several core packages to resolve.
Description
Currently,
launch_param_builder
andmoveit_config_utils
are showing deprecation warnings because of setup.py, recommending to use pip or other standards-based tools instead.Your environment
Backtrace or Console output
The text was updated successfully, but these errors were encountered: