Closed brianlmerritt closed 1 year ago
Hi @brianlmerritt, this error indicates that you haven't properly installed this package. You can use debian packages:
sudo apt-get update
sudo apt-get install ros-humble-irobot-create-msgs
Then remember to source the ros setup
source /opt/ros/humble/setup.bash
Ooops! Can you please ask the documentation people to split item 7 to
sudo apt install -y ros-humble-irobot-create-msgs
sudo apt install -y build-essential python3-colcon-common-extensions python3-rosdep ros-humble-rmw-cyclonedds-cpp
Never mind, I did a pull request. Thanks for your help!
Bug report
Required Info:
Steps to reproduce issue
Once the Create3 is setup with the Raspberry Pi on ROS2 Humble the command
ros2 topic list
produces a number of create topics, which because I used multi robot are name spaced to create3_1Expected behavior
Requesting a ros2 topic echo should result in either a long wait (nothing being published) or with the item being published
Actual behavior
See code above
Additional information