Questions tagged [turtlebot]
The turtlebot tag has no summary.
1,095 questions
0
votes
1
answer
35
views
Turtlebot3 Respoding to angular but not linear cmd_vel commands
I'm working with the TurtleBot3 Burger, and I'm commanding the robot to move in a simple sequence: first turn to an angle, then move a certain distance forward. So the robot is either rotating or ...
0
votes
0
answers
53
views
No subscriber on /cmd_vel topic — robot doesn’t move despite correct publishing (TurtleBot4 Lite, ROS 2 Jazzy)
I've been working on a ROS 2 project using the TurtleBot4 Lite, running ROS 2 Jazzy on both my PC and the robot itself. I'm encountering an issue: I created a teleoperation node that publishes ...
0
votes
0
answers
34
views
I'm having an issue with the TurtleBot3 Waffle Pi with OpenManipulator-X in Gazebo simulation using ROS1 Noetic
I send a goal to move_base with specific (x, y, theta) coordinates so that the robot approaches a target (e.g., a station with an ArUco marker) and stops facing it perpendicularly. The robot reaches ...
0
votes
0
answers
19
views
I need some help with Turtlebot
So I am trying to make four turtles starting at different locations of a square make 5 rounds of rotation around that square. (The square is an imaginary one that the Turtles will draw when making a ...
0
votes
0
answers
35
views
turtlebot_teleop keyboard_teleop.launch not working
I use Ubuntu 20.04.6 LTS and ROS noetic. I want to run the turtlebot2 hardware in this setup. I installed all the required folder from Github. I connected turtlebot2 robot with the laptop. While I ...
1
vote
1
answer
28
views
How to solve Turtlebot 3's bringup not being able to connect to master PC, if master runs on WSL?
Trying to launch the bringup command
roslaunch turtlebot3_bringup turtlebot3_robot.launch
leads only to
...
0
votes
1
answer
56
views
I am following the Turtlebot3 Quick start guide but I have ran into trouble with the bringup on the turtlebot itself specifically with the ld08_driver
ROS2 Distro is humble.
The command that is not working is:
ros2 launch turtlebot3_bringup robot.launch.py
The error message says:
...
0
votes
1
answer
167
views
How to spawn TurtleBot 4 URDF with ROS2 Jazzy in Gazebo Harmonic?
I want to spawn a TurtleBot 4 in Gazebo Harmonic but there appears to be a mismatch between the plugins required and the plugins available as suggested by the following errors:
...
0
votes
0
answers
18
views
Robocyl path following using costmap
I have to design a ROS node that receives a reference path toward a global goal position and generates command velocities to safely follow it while avoiding sensed obstacles. This can be achieved ...
0
votes
1
answer
131
views
Multiple Turtlebot3 SImultaion in ROS2 Humble with namespce
I am trying to launch multiple turtlebots in the same gazebo world using ROS2 Humble and autonomously control them using namespaces.
But so far, I couldn't find any good tutorials or videos for it. ...
0
votes
2
answers
154
views
Issues installing ROS2 humble on TurtleBot3 Burger (ld08_driver)
I am trying to install ROS2 on my TurtleBot3 Burger. I am following this tutorial: https://emanual.robotis.com/docs/en/platform/turtlebot3/sbc_setup/#sbc-setup
Specifically
...
0
votes
1
answer
57
views
ROS launch not working for turtlebot
OS - Ubuntu 16.04.7 LTS
ROS version - Kinetic
Gazebo Version: 7.0.0
command working: roslaunch gazebo_ros empty_world.launch
commands not working:
...
0
votes
0
answers
239
views
spawn turtle at specific location in turtlesim
I am trying to spawn turtle bot at specific location using launch file. I am able to spawn robot successfully at default location using:
...
0
votes
1
answer
298
views
Multi-robots control in ROS2 Humble
I am trying to spawn two robots with the goal of controlling them independently. I have made changes to the empty world launch file in turtlebot3_gazebo package to try and spawn two robots, for now I ...
0
votes
1
answer
113
views
Using Publishers and Subscribers in Python for ROS with TurtleBot
I've been exploring ROS with Python and TurtleBot recently, and I'm currently working on a project that involves utilizing both publishers and subscribers within the same Python file. I've managed to ...