Skip to main content

Questions tagged [arduino#ros#raspberry]

Filter by
Sorted by
Tagged with
0 votes
0 answers
90 views

I am building a 4DOF SCARA robotic arm utilizing Nema 17 stepper motors (without encoders). Current system architecture is Raspberry PI 5 (with ROS2-Jazzy), Arduino (connected via Serial port) and 4 ...
Wojtek's user avatar
  • 1
0 votes
1 answer
190 views

I'm working with a Raspberry Pi 4B running headless Debian (Raspbian) Bullseye Lite and an Arduino Nano RP2040 connected to the UART pins on the Pi. I have installed ROS2 Humble via these instructions ...
AndyP's user avatar
  • 11
0 votes
1 answer
284 views

I hope you're all having a great day! I'm here with a couple of questions regarding IMUs and their drivers: For those familiar with the Adafruit BNO055 IMU connected to an Arduino Uno, which specific ...
ken's user avatar
  • 1
0 votes
1 answer
89 views

We have an Arduino Uno board connected to raspberry pi 4 in which the RPLidar A1 is connected. The problem is we are trying to subscribe from the /scan topic to get the data from each ranges from 0 to ...
EDRIEL SANTOS's user avatar
0 votes
2 answers
511 views

I'm trying to start up communication between two machines running ROS2 Galactic using the examples: ros2 run demo_nodes_cpp talker and ...
user avatar
0 votes
3 answers
142 views

I'm try to install ros on my rasp pi 3b+ and my laptop is using ubuntu 20.04 and ros noetic, so I wonder if my rasp pi 3b+ can use ros noetic without any issue about specifications Originally posted ...
user avatar
0 votes
1 answer
273 views

I have installed ros melodic in raspian on raspberry pi 4 reference link https://wiki.ros.org/ROSberryPi/Installing%20ROS%20Melodic%20on%20the%20Raspberry%20Pi I have tried trying running $rviz and ...
user avatar
0 votes
1 answer
97 views

I was reading the installation instructions for putting ROS Kinetic on a Raspberry Pi here. It mentions that it is faster to instead use Ubuntu Xenial (16.04) for a Rasp Pi 3. But I am not sure if it ...
user avatar
0 votes
1 answer
351 views

I am trying to run base controller on an arduino uno, which will run the motors by subscribing to topics for left and right motor speeds which come through the Twist messages, and also publishes ...
jash's user avatar
  • 331
0 votes
1 answer
52 views

Hi. I have an ultrasonic sensor (SRF 06 - current loop - this sensor has no other interface) which outputs analog signal (1V for 3-4cm - 5V for 510cm), Raspberry Pi 3 with Ubuntu Mate 16.04 installed ...
user avatar
0 votes
1 answer
35 views

Hello, I am working with a Raspberry Pi and an Arduino on ROS indigo. I wrote this script to launch multiple nodes. ...
user avatar
0 votes
1 answer
34 views

Hello, I am working with a Raspberry Pi and an Arduino on ROS indigo. I would want to add a loginfo message to my script. However, each time I add this line : ...
user avatar
0 votes
1 answer
18 views

Hello, I am using this basic script on Arduino Uno to subscribe to "cmd_vel" topic and publish "cell_voltage" topic. ...
user avatar
0 votes
1 answer
31 views

Hello, I am using an Arduino Uno with a Raspberry Pi on ROS indigo. When I run this command : rosrun rosserial_python serial_node.py I don't understand why I get ...
user avatar
0 votes
4 answers
2k views

Hi, I'm a newbie, so sorry if this is really obvious. I'm following the Tutorials instructions having just installed ROS on Ubuntu Mate. The current step says ...
user avatar
0 votes
1 answer
13 views

Hello, i want to connect some motors and sensors with one arm board and than connect it with pc. Here the pc will be doing all the heavy processing tasks while arm board will be just subscribing the ...
user avatar
0 votes
3 answers
49 views

I'm a ROS beginner, and am also pretty n00b with respect to robotics in general. I'm really into it but with limited time for my hobby, I'm making slow progress. I have a UGV-type robot project I'm ...
user avatar
0 votes
1 answer
7 views

Hello! Im running ROS Kinetic on Raspbian with a RPI 3 and Im having trouble installing the kinetic tutorials, specifically this step from the wiki (http://wiki.ros.org/ROS/Tutorials/...
user avatar