Closed vatsuak closed 1 year ago
Can you access the Create 3 webserver and check that the Create 3 is configured for cyclonedds with the same ROS_DOMAIN_ID as your RPi?
Yes, I think there was an issue with the create base not being able to connect to the wifi. Using a correct connection and keeping all the domain IDs as default I was able to get the desired data. Also, it seems that even if we don't connect the create3 to the wifi, the topics are visible on ros2 topic list
however we can't echo them. Maybe the USB connection between the base and the pi is the reason for this.
I had a few more questions about the connection issue:
sudo bluetoothctl
to pair a controller or bluetooth device. To install other packages without internet connection you will need to download the .deb files to your laptop, then use scp
to copy them to the RPi. Then you can install them with dpkg
.ros2 topic echo
. For the lidar, call ros2 topic echo /scan
.I just tried calling the /color/preview/image
to view the image in RViz however I am getting the following message on the terminal,
[INFO] [1668814362.569177576] [rviz]: Message Filter dropping message: frame 'oakd_pro_rgb_camera_optical_frame' at time 1650546203.787 for reason 'discarding message because the queue is full'
I can, however, see the topic by calling ros2 topic echo /color/preview/image
.
Secondly, I had to reflash the sd card with the turtlebot_4 image, however it seems that the bluetooth is not active.
running sudo bluetoothctl
returns sudo: bluetoothctl: command not found
Going through the FAQ, I tried sudo systemctl disable hciuart
. which gives Failed to disable unit: Unit file hciuart.service does not exist.
.
Any pointers on how to get the Bluetooth up again ?
@vatsuak Rviz can be a bit finnicky with camera images. I would recommend running ros2 run rqt_image_view rqt_image_view
.
Regarding bluetooth, you can run sudo bluetooth.sh
which will just install some packages required for bluetooth. Then just reboot the RPi and you should be able to run bluetoothctl
.
Hi, I am using a Nvidia jetson running ubuntu 20.04 to connect to the turtlebot. I have followed the instructions in the quick start guide. I am using a wifi hotspot (on wlan0) from the Jetson itself. It is set to 2.4ghz so that both the pi and the base can connect to the same hotspot. I am using the default cyclonedds protocol over wlan0 However, I am having trouble connecting to the create3 and cannot receive any of the topics from it. Is there something I am missing?
if this helps: my LCD is powered on with the default list of options, I am able to ssh and connect to the rpi over the hotspot, but not the create3. The Comm and the Batt leds are off