GithubHelp home page GithubHelp logo

Comments (3)

slowrunner avatar slowrunner commented on September 17, 2024 1

Is this the correct solution?

mkdir -p create3_examples_ws/src
cd create3_examples_ws/src
git clone https://github.com/iRobotEducation/create3_examples.git
git clone https://github.com/iRobotEducation/irobot_create_msgs.git   <--- seems to allow the build to proceed.
cd ..
colcon build
source install/local_setup.sh

from create3_examples.

alsora avatar alsora commented on September 17, 2024 1

The irobot_create_msgs dependency is a standard ROS 2 package, so there are no requirements on where to place it and how to build it (as long as the packages that depend on it, e.g. the create 3 examples, can find it).

The two most common options are:

  • clone the package in the same workspace as the examples and build everything together.
  • clone the messages package in its own workspace, build it with colcon build and then source the setup script of this workspace before building the create 3 examples package in another workspace.

from create3_examples.

slowrunner avatar slowrunner commented on September 17, 2024

Thank you. I'm only with ROS for a few months now creating very basic ROS2 nodes for my GoPiGo3 robot from scratch. Eager to learn about the Create3 ROS2 nodes created by folks that already understand ROS2.

from create3_examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.