You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which SBC(Single Board Computer) is installed on TurtleBot3?
Raspberry Pi 3 B+
Raspberry Pi 4 (specify RAM size: 2/4/8GB)
other (specify the product)
Which OS is installed on the TurtleBot3 SBC?
RPi Recovery image by ROBOTIS
Ubuntu preinstalled server 18.04
Ubuntu preinstalled server 20.04
Ubuntu preinstalled server 22.04
other (specify the OS)
Which OS is installed on Remote PC?
Ubuntu 16.04 LTS (Xenial Xerus)
Ubuntu 18.04 LTS (Bionic Beaver)
Ubuntu 20.04 LTS (Focal Fossa)
Ubuntu 22.04 LTS (Jammy Jellyfish)
other (specify the OS)
Which ROS version do you use?
ROS Kinetic Kame (EOL)
ROS2 Dashing Diademata (EOL)
ROS2 Eloquent Elusor (EOL)
ROS Melodic Morenia
ROS Noetic Ninjemys
ROS2 Foxy Fitzroy
ROS2 Galactic Geochelone
ROS2 Humble Hawksbill
ROS2 Rolling Ridley
Please describe the issues.
when running SLAM node using ros2 launch turtlebot3_cartographer cartographer.launch.py , there are multiple maps made unless we move the robot super slow! as soon as the robot goes a straight line with a normal speed or simply turns,you will see new walls in the map a little bit closer or further away from the original walls first detected by Lidar.
when using SLAM node, odom frame constantly moves and changes its place to a random position.
after saving a map and running the turtlebot nav2 node, the map is not the same as the one that pops when using the same commands for the turtlebot gazebo simulator node. for example in the one I test on the real robot, there is no global planner or local planner. to express the diffrence better, when using nav2 for simulator, the background of map becomes purle and there is a square around the robot in which the area is transparent.
when launching the robot, and running rqt_graph we well see a node publishing to /scan topic but after launching Rviz2, and using rqt_graph there is no nodes shown to be publishing to /scan topic yet checking the info of the topic, it says there is a publisher, but still when choosing the /scan topic in Rviz2, no live data of Lidar is shown(which is expected to be shown in red dots). but that doesn't mean we don't actually receive the data because when using cartographer, the mapping gets done by the Lidar sensor.
even if we manage to get a map by moving the robot super slowly, when using the turtlebot nav2 node , there is a colorful static data of lidar which appears after first detemining the initial position of the robot. but as the robot moves, this colorful Lidar data detects the same objects and walls in an off-position which makes the map so messy and when the robot goal is to go to a corner of the map and stand in a specific orientation, the robot hardly manages to reach the point and can't find the right orientation and constantly rotates around itself in a way which seems like the robot hasn't fully figured out his position, either because of /odom or /scan or etc
I will be super thankful if you could help me out <3
The text was updated successfully, but these errors were encountered:
Select the TurtleBot3 model.
Which SBC(Single Board Computer) is installed on TurtleBot3?
Which OS is installed on the TurtleBot3 SBC?
Which OS is installed on Remote PC?
Which ROS version do you use?
Please describe the issues.
when running SLAM node using
ros2 launch turtlebot3_cartographer cartographer.launch.py
, there are multiple maps made unless we move the robot super slow! as soon as the robot goes a straight line with a normal speed or simply turns,you will see new walls in the map a little bit closer or further away from the original walls first detected by Lidar.when using SLAM node, odom frame constantly moves and changes its place to a random position.
after saving a map and running the turtlebot nav2 node, the map is not the same as the one that pops when using the same commands for the turtlebot gazebo simulator node. for example in the one I test on the real robot, there is no global planner or local planner. to express the diffrence better, when using nav2 for simulator, the background of map becomes purle and there is a square around the robot in which the area is transparent.
when launching the robot, and running
rqt_graph
we well see a node publishing to /scan topic but after launching Rviz2, and usingrqt_graph
there is no nodes shown to be publishing to /scan topic yet checking the info of the topic, it says there is a publisher, but still when choosing the /scan topic in Rviz2, no live data of Lidar is shown(which is expected to be shown in red dots). but that doesn't mean we don't actually receive the data because when using cartographer, the mapping gets done by the Lidar sensor.even if we manage to get a map by moving the robot super slowly, when using the turtlebot nav2 node , there is a colorful static data of lidar which appears after first detemining the initial position of the robot. but as the robot moves, this colorful Lidar data detects the same objects and walls in an off-position which makes the map so messy and when the robot goal is to go to a corner of the map and stand in a specific orientation, the robot hardly manages to reach the point and can't find the right orientation and constantly rotates around itself in a way which seems like the robot hasn't fully figured out his position, either because of /odom or /scan or etc
I will be super thankful if you could help me out <3
The text was updated successfully, but these errors were encountered: