203 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
26
views
My robot in rviz2 moves so fast when I control mobile robot in reality
I controlled robot in reality by using teleop, I set the velocity still 20 rpm each driver, so when transfer to m/s is still 0.18-0.2m/s. But when I see in rviz2, while my robot in real life moving, ...
1
vote
0
answers
56
views
SLAM Toolbox ROS2 running but map fixed after YAML change (LiDAR-only)
I’m trying to run SLAM Toolbox on ROS2 Humble using only a TIM561 2D LiDAR (no odometry). The node launches and scans publish, but the map in RViz doesn’t update — it stays fixed to the initial frame. ...
0
votes
1
answer
69
views
Mapping with merged scan ROS2 Humble
I’m working on a ROS2 Humble project where I need to generate a map using data from two LiDAR sensors. Each LiDAR has a 270° field of view, and I’m trying to merge their scans into a single unified ...
0
votes
0
answers
94
views
Issues integrating custom JetBot motor node with SLAM/Nav2 in ROS 2 Humble (running inside Docker)
I’m running ROS 2 Humble inside Docker on a Waveshare JetBot ros ai kit (JetPack 4.x, Jetson Nano) which actually works on ros1.
I wrote a custom motor/odometry node in Python (rclpy) to control the ...
0
votes
1
answer
235
views
ROS2 with SLAM not able to load map file
With ROS2 Jazzy, when I trying to run SLAM in locationzation mode, I'm getting:
serialization::Read: Failed to open requested file: /home/<user>/map/map.yaml.
DeserializePoseGraph: Failed to ...
1
vote
0
answers
136
views
Any idea for SLAM in ROS2 with RPLiDAR A1?
I'm trying to run a SLAM like slam_toolbox or cartographer in ros2 jazzy, but i fail. Since I'm new to both ros and slam, i tried to follow some tutorials but all failed to do my job: slam using only ...
0
votes
0
answers
126
views
ESP32 micro-ROS RPLIDAR N10 + MPU6050 publishes /scan & /imu/data_raw but SLAM Toolbox shows "No map received"
I’m building a handheld mapping setup with:
ESP32‐WROVER‐E running micro‐ROS
UART2 → RPLIDAR N10 → publishes /scan (sensor_msgs/LaserScan)
I2C → MPU6050 → publishes /imu/data_raw (sensor_msgs/Imu)
...
2
votes
0
answers
78
views
Implementation of real-time object detection and navigation on a robot using RGB-D and LiDAR data without relying on simulation
I need to implement real-time object detection and robot navigation using RGB-D and LiDAR data on a Deep Robotics Lite3 quad robot without simulation.
I have ROS Melodic installed on its system.
The ...
1
vote
0
answers
296
views
ROS SLAM_toolbox queue is full and timestamp error
Im using Ros2 humble and a ouster lidar. Im utilizing the Ros2 container ouster provides to expose the scan topics. Im attempting to use online async slam from slam tool bot but Im getting the error ...
0
votes
0
answers
168
views
Setup Nav2 with ROS jazzy on real hardware
I want to build mobile robot. I am using raspberry pi 5, YDLidar X3, ROS jazzy, slam toolbox and want to add navigation to my robot(nav2). Also I should mention that I am using motors without encoders....
0
votes
0
answers
302
views
Observation angle in KITTI dataset
I'm working with Neural Scene Graphs which uses KITTI and Virtual-KITTI datasets for demonstration of their method (they render 3D objects in desired locations via their NeRF representations).
At the ...
1
vote
1
answer
246
views
How to create ground truth poses (visual odometry) from the GPS data of KITTI dataset?
KITTI dataset contains task of Visual Odometry and you can download the ground truth poses that provided for the sequences of the specific task.
I want to combine IMU data for my Visual Odometry, but ...
0
votes
1
answer
42
views
ROS1 slam_toolbox map has lots of ghosted walls
I am using slam_toolbox on ROS1 noetic with a ydlidar. I've tried running slam_toolbox on the robot itself as well as on the remote computer. I am using the asynch online scenario.
It is working but ...
1
vote
0
answers
421
views
ROS2 - ORBSLAM3 detects no points of interest on my Gazebo Classic simulation
As part of a project, I need to run a SLAM to determine points of interest from my Gazebo Classic simulation.
I've made a URDF that's as representative as possible of the real model: the two cameras ...
2
votes
1
answer
267
views
How to understand opencv's RotationWarper
Recently, I am doing image stitching, and I found stitching_detailed.py breaks up the steps of opencv's stitching algorithm, I read this code, have some questions about the PyRotationWarper:
What is ...