-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Issues after Humble Upgrade (teleop, TF tree, cameras, time) #134
Comments
|
Thanks! This solved most of the issues, but some still persist:
For 3. we tried looking into the TF tree with |
When trying to SLAM we get some weird behavior, depending on where (VM or native Linux) we run the commands: Please provide the following information:
Expected behaviour Actual behaviour
And as soon as we start the turtlebot4_viz from the Mint-Notebook we get an error in the tf-tree:
The VM and native Machine influence each other, depending on where which command is run. |
The offset bumper issue is fixed in the source package and should be released soon. As for the issue with the Mint machines, can you check that |
The point 2. (stereo camera) happens to me also, I stereo depth camera is unusable and I cannot read anything except the raw image. |
Great News!
The topic lists are identical.
inside the VM we can SLAM with these topics, on the native machine SLAM doesn't work |
Reading several other issues like #181 and #188 we think we have kind of the same problem. That's really frustrating. |
Hi @teufelweich. Did you manage to solve the problem with the error no events recorded in |
SLAM is still not working for Native MINT and still working in VM (so nothing changed). Mint:
VM (Ubuntu) and Pi:
missing:
according to this lesson there should be even more internal topics visible on the pie:
Also the rqt_graph shows a lot less in Mint, probably because many nodes are missing... Because of missing node
That could be a reason why we can't use SLAM That's what we get in MINT: That's how it looks from Pi: Info about /robot_state node (from Pi): @Fingerling42: we did not work on this issue, as we are still unable to SLAM. |
@teufelweich I have been going through and checking on old tickets. I see that there has been recent activity here. Are you looking for support on this ticket still? - If so do you mind giving me a summary of where you are at now and what the outstanding issues are? @Fingerling42 Do you also have ongoing issues? |
@hilary-luo I tried to run the robot diagnostics, and for both topics it gives the problem |
@Fingerling42 are you running galactic? Can you confirm the package version that you are running for the turtlebot4-robot package? |
@hilary-luo It is Humble, it was pre-installed. |
@Fingerling42 can you please run |
We updated the packages on the PI and on the native machine and our issues still persist. We don't see the node |
@teufelweich are you working with @Fingerling42 on the same robot? if not, my last question to you was the following:
The quoted text that you responded to was for @Fingerling42 for the issue he is having with his camera. If you (@teufelweich) are interested in resuming troubleshooting on this ticket then please provide a summary of where you are at now and what the outstanding core issues are. I ask this particularly because I was not part of the original troubleshooting. Am I correct in saying that you have a robot on Humble running the latest create3 firmware and primarily you are trying unsuccessfully to run SLAM / Navigation? |
This issue is being closed due to inactivity. If you are still experiencing the issue, feel free to reopen this ticket when you are ready to continue the troubleshooting process. |
Please provide the following information:
I've upgraded one of my Turtlebots to Humble and experience the following issues currently.
I'm using the Discovery Setup and Namespaces.
There are several Issues:
(always) I am not able to drive the Robot using
ros2 run teleop_twist_keyboard teleop_twist_keyboard namespace:=/tb2
, the Robot does not react at all(always) the camera-topic does not provide any messages
(sometimes) after launching
turtlebot4_viz view_model.launch.py namespace:=/tb2
I can see in the GUI that the bumper is floating (sometimes) half a meter in front of the robot(sometimes) after launching
turtlebot4_viz view_model.launch.py namespace:=/tb2
there are no laserscans visible(sometimes) the tf trees for both wheels are missing (
No transform from [left_wheel] to [base_link]
)(always) the
turtlebot4_diagnostics
reports following errors/warnings:Full Name: /Turtlebot4/Create3/IMU/turtlebot4_diagnostics: imu topic status
Component: turtlebot4_diagnostics: imu topic status
Hardware ID: Turtlebot4
Level: WARNING
Message: Frequency too high.
Full Name: /Turtlebot4/Camera/turtlebot4_diagnostics: color preview image topic status
Component: turtlebot4_diagnostics: color preview image topic status
Hardware ID: Turtlebot4
Level: ERROR
Message: No events recorded.
Full Name: /Turtlebot4/Camera/turtlebot4_diagnostics: stereo depth topic status
Component: turtlebot4_diagnostics: stereo depth topic status
Hardware ID: Turtlebot4
Level: ERROR
Message: No events recorded.
(always) LIDAR auto standby is not working
(always) The Create 3 has the wrong time and needs manual restart of the
ntpd
from the webinterface.Service Status
topic list
When running
$ ros2 run teleop_twist_keyboard teleop_twist_keyboard namespace:=/tb2
I get this warning:[WARN] [1680685917.521080858] [rcl]: Found remap rule 'namespace:=/tb2'. This syntax is deprecated. Use '--ros-args --remap namespace:=/tb2' instead.
Using the proposed syntax of the warning doesn't work either. Is using
--ros-args --remap namespace:=/tb2
the proper way forteleop
?The text was updated successfully, but these errors were encountered: