dvalenciar / robotic_arm_environment

Doosan robotic arm, simulation, control, visualization in Gazebo and ROS2 for Reinforcement Learning.
MIT License
172 stars 29 forks source link

Fixing python3 "dash-separated" warning #6

Closed matteogrechi closed 4 months ago

matteogrechi commented 8 months ago

When running colcon build on Ubuntu 22.04 the following warnings appears:

  1. /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of dash separated 'script-dir' will not be supported in future versions. Please use the underscore name 'script_dir' instead
  2. /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of dash separated 'install-scripts' will not be supported in future versions. Please use the underscore name 'script_dir' instead
matteogrechi commented 4 months ago

@dvalenciar is there any problem regarding this merge request?

dvalenciar commented 4 months ago

@matteogrechi Sorry for the late response, and thanks for pointing this out.