create3_coverage
build error: irobot_create_msgs/msg/dock.hpp: No such file or directory
#463
-
How are you connecting to your Create 3?Wi-Fi (ROS 2) Computer(s) Model(s) and Operating System(s)Dell (i7-4500U CPU), Ubuntu 22.04.3 LTS Which version of ROS 2 is installed on your computer?Humble Which firmware version is installed on your robot?H.2.1 Which RMW is your robot running?FastRTPS Does your robot have an assigned namespace? If so, please share.No Is the robot connected to a network? If so, what is the network type?2.4GHz Wi-Fi Are there multiple Create 3 robots connected to your network?No Is multicast enabled?Yes What is the Adapter Board's USB/BLE Toggle currently switched to?Bluetooth (default) Describe your question.I'm trying to install the "create3_coverage" example.* It appears to depend on "irobot_create_msgs" which I installed via debian "sudo apt-get install ros-humble-irobot-create-msgs." I get "fatal error: irobot_create_msgs/msg/dock.hpp: No such file or directory" when I try to colcon build. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is the error message I get when I try and build:
|
Beta Was this translation helpful? Give feedback.
-
Hello! Sorry to hear about your build troubles. I suspect you may be attempting to build the galactic branch of the examples repository instead of the humble branch. Try cloning the repository again using this command: Let me know if that resolves your issue! |
Beta Was this translation helpful? Give feedback.
Hello! Sorry to hear about your build troubles. I suspect you may be attempting to build the galactic branch of the examples repository instead of the humble branch. Try cloning the repository again using this command:
git clone https://github.com/iRobotEducation/create3_examples.git --branch humble
Let me know if that resolves your issue!