-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error when running turtlebot3 bringup #36
Comments
Hi :) Can you test that catkin_make again after remove devel and build folder? (Need |
Hi there! Sorry I don’t really understand as I am still kind of new to this.. do you mean to execute this command? |
Input command:pi@raspberrypi:~ $ cd catkin_ws build was successful with no errors.Input code to launch lidar:
Output:`... logging to /home/pi/.ros/log/8e82c4de-dce3-11e8-9630-3065ec8d1b60/roslaunch-raspberrypi-2884.log started roslaunch server http://192.168.1.100:34627/ SUMMARYPARAMETERS
NODES ROS_MASTER_URI=http://192.168.1.105:11311 process[turtlebot3_lds-1]: started with pid [2893] |
Sorry for inconvenience, Can you please test it without ROS? http://emanual.robotis.com/docs/en/platform/turtlebot3/appendix_lds_01/#user-guide-for-driver |
Hi, I was able to solve the problem by changing the cable connecting LIDAR to Raspberry Pi. |
This issue persisted even at step 11: Simulation where i ran turtlebot3 simulation in gazebo and after launching command to open RVIZ: |
Sorry for late reply. |
This issue will be closed since there were no actions for a while. You can reopen this issue to show this issue to the users whenever. Thanks. |
Hi, following the steps in bringup a turtlebot3, I am currently stuck with this error:
pi@raspberrypi:~ $ roslaunch turtlebot3_bringup turtlebot3_robot.launch
... logging to /home/pi/.ros/log/bb0b8944-dc40-11e8-b6d2-48e24421dfbd/roslaunch-raspberrypi-1073.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://192.168.1.100:42113/
SUMMARY
PARAMETERS
NODES
/
turtlebot3_core (rosserial_python/serial_node.py)
turtlebot3_diagnostics (turtlebot3_bringup/turtlebot3_diagnostics)
turtlebot3_lds (hls_lfcd_lds_driver/hlds_laser_publisher)
ROS_MASTER_URI=http://192.168.1.105:11311
process[turtlebot3_core-1]: started with pid [1082]
process[turtlebot3_lds-2]: started with pid [1083]
process[turtlebot3_diagnostics-3]: started with pid [1084]
[ERROR] [1540906375.858127004]: An exception was thrown: open: No such file or directory
[turtlebot3_lds-2] process has died [pid 1083, exit code 255, cmd /home/pi/catkin_ws/devel/lib/hls_lfcd_lds_driver/hlds_laser_publisher __name:=turtlebot3_lds __log:=/home/pi/.ros/log/bb0b8944-dc40-11e8-b6d2-48e24421dfbd/turtlebot3_lds-2.log].
log file: /home/pi/.ros/log/bb0b8944-dc40-11e8-b6d2-48e24421dfbd/turtlebot3_lds-2*.log
[INFO] [1540906376.792863]: ROS Serial Python Node
[INFO] [1540906376.851901]: Connecting to /dev/ttyACM0 at 115200 baud
[INFO] [1540906379.088580]: Note: publish buffer size is 1024 bytes
[INFO] [1540906379.091671]: Setup publisher on sensor_state [turtlebot3_msgs/SensorState]
[INFO] [1540906379.117068]: Setup publisher on firmware_version [turtlebot3_msgs/VersionInfo]
[INFO] [1540906379.208859]: Setup publisher on imu [sensor_msgs/Imu]
[INFO] [1540906379.228594]: Setup publisher on cmd_vel_rc100 [geometry_msgs/Twist]
[INFO] [1540906379.256692]: Setup publisher on odom [nav_msgs/Odometry]
[INFO] [1540906379.283882]: Setup publisher on joint_states [sensor_msgs/JointState]
[INFO] [1540906379.300244]: Setup publisher on battery_state [sensor_msgs/BatteryState]
[INFO] [1540906379.317624]: Setup publisher on magnetic_field [sensor_msgs/MagneticField]
[INFO] [1540906389.713450]: Setup publisher on /tf [tf/tfMessage]
[INFO] [1540906389.739880]: Note: subscribe buffer size is 1024 bytes
[INFO] [1540906389.741590]: Setup subscriber on cmd_vel [geometry_msgs/Twist]
[INFO] [1540906389.767742]: Setup subscriber on sound [turtlebot3_msgs/Sound]
[INFO] [1540906389.804781]: Setup subscriber on motor_power [std_msgs/Bool]
[INFO] [1540906389.829968]: Setup subscriber on reset [std_msgs/Empty]
[INFO] [1540906389.850336]: Setup TF on Odometry [odom]
[INFO] [1540906389.854633]: Setup TF on IMU [imu_link]
[INFO] [1540906389.858519]: Setup TF on MagneticField [mag_link]
[INFO] [1540906389.862347]: Setup TF on JointState [base_link]
[INFO] [1540906389.883494]: --------------------------
[INFO] [1540906389.887376]: Connected to OpenCR board!
[INFO] [1540906389.891327]: This core(v1.2.3) is compatible with TB3 Burger
[INFO] [1540906389.894822]: --------------------------
[INFO] [1540906389.898775]: Start Calibration of Gyro
[INFO] [1540906392.414749]: Calibration End
I was able to solve this error by changing the USB cable connecting raspberrypi and lidar board yesterday. However after turning on turtlebot3 again, this error cannot be eradicated and I cannot seem to find out why. Please help. Thank you.
The text was updated successfully, but these errors were encountered: