-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
troubleshootingSystem not working as expected, may be user error.System not working as expected, may be user error.
Description
Robot Model
Turtlebot4 Lite
ROS distro
Jazzy
Networking Configuration
Simple Discovery
OS
Ubuntu 24.04
Built from source or installed?
Installed
Package version
I don't install any package in official image.
Type of issue
Other
Expected behaviour
When i power on turtlebot4 lite. I can execute "ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args -p stamped:=true" to control my turtlebot4 move.
Actual behaviour
After flash the image and firmware and follow user manual chapter "Basic setup" "Simple Discovery" "Driving your turtlebot4", I can control my turtlebot4 to move. I have been trying here for a week and the device has been unable to operate. Please see the reproduce step to see the command list. Is there a missing command or is my configuration incorrect?
Error messages
To Reproduce
- Flash turtlebot4_jazzy_lite_2.0.2.zip
- Connect 192.168.185.3 and make wifi to connect my wifi.
- Enter "192.168.185.3:8080" and update firmware to "Create3-I.0.0.FastDDS.swu"
- Enter "192.168.185.3:8080"/Application Configuration and set the ros network as below
- Reboot turtlebot4_lite
- ssh to turtlebot4 Raspberry Pi shell.
- ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args -p stamped:=true.
- Input "i" but the turtlebot4 is not moving.
- Enter another shell and execute "ros2 topic echo /cmd_vel geometry_msgs/msg/TwistStamped". This shell can receive the control message.### Other notes
No response
Metadata
Metadata
Labels
troubleshootingSystem not working as expected, may be user error.System not working as expected, may be user error.