-
How are you connecting to your Create 3?USB Ethernet (ROS 2) Computer(s) Model(s) and Operating System(s)Dell Latitude E5570, ubuntu-desktop 22.04, ROS2 Humble, Gazebo11, AWS small house world Which version of ROS 2 is installed on your computer?Humble Which firmware version is installed on your robot?H.2.6 Which RMW is your robot running?FastRTPS Does your robot have an assigned namespace? If so, please share.no namespace Is the robot connected to a network? If so, what is the network type?create3 simulator 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?USB Describe your question.Hello Create3 Community! BACKGROUND: I have added a camera to the iRobot Create 3 simulation for classic Gazebo and the camera itself seems to work. In the Gazebo GUI I can see the projected image from the camera in the small house Gazebo world as the robot undocks and turns around. The projected image in Gazebo does look like what the camera should see in the AWS small house world. PROBLEM: I'm trying to implement a ROS 2 topic to view the simulated images from a camera in ROS 2, without success. OS: ubuntu-desktop 22.04 ROS 2: Humble Gazebo: classic 11 installed with apt AWS small house world I am using I cannot see any errors in the logs. Here is the code I am using:
When I do a I'd appreciate any help. Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Resolution: |
Beta Was this translation helpful? Give feedback.
Resolution:
It seems that
libgazebo_ros_camera.so
could not findlibCameraPlugin.so
When I tried with GazeboSim(Fortress) there was an error message to that effect. With classic Gazebo, I didn't see the error, but it still didn't work. This fixed it for me:
source /usr/share/gazebo-11/setup.sh