fmrico / book_ros2

550 stars 112 forks source link

Building error #9

Closed jwson97 closed 2 years ago

jwson97 commented 2 years ago

Type of bug

Issue Description

Fail to build $ colcon build --symlink-install I got building error

A) Typo/Error Description

(Remove section if not applicable)

Screenshot

If applicable, add screenshots to help explain the problem. image

how to reproduce

Steps to reproduce the behavior:

  1. cd ~
  2. mkdir -p bookros2_ws/src
  3. cd bookros2_ws/src
  4. git clone https://github.com/fmrico/book_ros2.git
  5. vcs import . < book_ros2/third_parties.repos
  6. cd ..
  7. rosdep install --from-paths src --ignore-src -r -y
  8. colcon build --symlink-install

Expected behavior

Building success

Screenshots

Desktop (please complete the following information):

Additional context

Add any other context about the problem here.

jwson97 commented 2 years ago

I solved this with humble-devel branch.

fmrico commented 2 years ago

Hi @jwson97

I don't know why Groot got confused with your ROS version :thinking: It was trying to compile as a ROS 1 package.

It is closing as it is resolved.