Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First pass followups #3

Open
3 tasks
stonier opened this issue Aug 31, 2020 · 2 comments
Open
3 tasks

First pass followups #3

stonier opened this issue Aug 31, 2020 · 2 comments

Comments

@stonier
Copy link
Contributor

stonier commented Aug 31, 2020

From PR #2.

  • Don't use isystem, i.e. snippet from kobuki_core/CMakeLists.txt#L8-L10
  • Check it's using same ecl cxx and warnings for consistency (don't bring in ecl as a dependency though)
  • On foxy, with rosdep: No definition of [ros_testing] for OS version [focal]
@clalancette
Copy link
Contributor

* On foxy, with `rosdep`: `No definition of [ros_testing] for OS version [focal]`

FYI, I think your rosdep database may have been out-of-date. At least, that package should exist on Foxy/Focal:

$ sudo apt-cache policy ros-foxy-ros-testing
ros-foxy-ros-testing:
  Installed: 0.2.1-1focal.20200827.222316
  Candidate: 0.2.1-1focal.20200827.222316
  Version table:
 *** 0.2.1-1focal.20200827.222316 500
        500 http://packages.ros.org/ros2-testing/ubuntu focal/main amd64 Packages
        100 /var/lib/dpkg/status

@brianlmerritt
Copy link

Once this and other repositories are setup in _ws/src, running rosdep install --from-paths src --ignore-src -r -y should cover the installs. If not, then sudo apt install -y ros-foxy-ros-testing ros-foxy-ecl-config ros-foxy-ecl-tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants