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
Expected behaviour
Robot Bringup with standard launch file fails.
ros2 launch turtlebot4_bringup standard.launch.py
Actual behaviour
All the nodes of the robot should be spawned up. But I am getting the I2C Bus Error.
[turtlebot4_base_node-2] I2C Bus Error. Resetting.
[turtlebot4_base_node-2] int8_t turtlebot4_base::I2cInterface::close_bus(): Failed to close : Bad file descriptor
[turtlebot4_base_node-2] int8_t turtlebot4_base::I2cInterface::open_bus(): Could not open: /dev/i2c-3 with error: No such file or directory
[turtlebot4_base_node-2] int8_t turtlebot4_base::I2cInterface::set_device_id(uint8_t): Failed to 60 device: Bad file descriptor
[turtlebot4_base_node-2] I2C Bus Error. Resetting.
[turtlebot4_base_node-2] int8_t turtlebot4_base::I2cInterface::close_bus(): Failed to close : Bad file descriptor
[turtlebot4_base_node-2] int8_t turtlebot4_base::I2cInterface::open_bus(): Could not open: /dev/i2c-3 with error: No such file or directory
[turtlebot4_base_node-2] int8_t turtlebot4_base::I2cInterface::set_device_id(uint8_t): Failed to 60 device: Bad file descriptor
Expected behaviour
Robot Bringup with standard launch file fails.
Actual behaviour
All the nodes of the robot should be spawned up. But I am getting the I2C Bus Error.
To Reproduce
The text was updated successfully, but these errors were encountered: