ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Error build Machine Learning packages

asked 2021-03-15 14:55:06 -0500

Ser_DGio gravatar image

updated 2021-03-24 13:26:42 -0500

alsora gravatar image

Hi, im trying to follow these tutorial https://emanual.robotis.com/docs/en/p...

on step 1.1.4 i got this error,

cd ~/robotis_ws && colcon build --symlink-install
Starting >>> turtlebot3_dqn
/home/desk/.local/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions. Please use the underscore name 'script_dir' instead
  warnings.warn(
/home/desk/.local/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions. Please use the underscore name 'install_scripts' instead
  warnings.warn(
--- stderr: turtlebot3_dqn                   
/home/desk/.local/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions. Please use the underscore name 'script_dir' instead
  warnings.warn(
/home/desk/.local/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions. Please use the underscore name 'install_scripts' instead
  warnings.warn(
---
Finished <<< turtlebot3_dqn [4.90s]
Starting >>> turtlebot3_machine_learning
Finished <<< turtlebot3_machine_learning [6.89s]                   

Summary: 2 packages finished [12.2s]
1 package had stderr output: turtlebot3_dqn

im on Ubuntu 20.04.2 LTS

output for

env | grep ROS
ROS_VERSION=2
ROS_PYTHON_VERSION=3
ROS_DOMAIN_ID=30
ROS_LOCALHOST_ONLY=0
ROS_DISTRO=foxy

when i was building ros i had this problem https://github.com/ros-visualization/...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-03-24 13:29:18 -0500

alsora gravatar image

The build of your turtlebot packages correctly succeeded. What you got is just a developer warning, you can safely ignore that.

edit flag offensive delete link more

Comments

1

Ok but what is causing this issue? And how to solve it?

Rextab gravatar image Rextab  ( 2021-04-14 04:16:24 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-03-15 14:44:53 -0500

Seen: 1,320 times

Last updated: Mar 24 '21