ros-industrial / ros2_canopen

CANopen driver framework for ROS2
https://ros-industrial.github.io/ros2_canopen/manual/rolling/
156 stars 68 forks source link

WARNING:colcon.colcon_core.package_selection:ignoring unknown package 'ros_canopen' in --packages-select #31

Closed leeyunhome closed 2 years ago

leeyunhome commented 2 years ago

Hello, @ipa-nhg @mathias-luedtke @JeremyZoss @gavanderhoorn @Briancbn

Describe the bug A clear and concise description of what the bug is. root@manager-desktop:~/ros2_canopen_ws# colcon build --packages-select ros_canopen [2.291s] WARNING:colcon.colcon_core.package_selection:ignoring unknown package 'ros_canopen' in --packages-select

Summary: 0 packages finished [0.90s]

Logs Add build or execution log for context.

Setup:

Additional context Add any other context about the problem here.

hellantos commented 2 years ago

Can you try following the instructions here: https://ros-industrial.github.io/ros2_canopen/installation.html

The other option would be running: colcon build --packages-select canopen

hellantos commented 2 years ago

I suppose this is solved, so I will close this issue.