sensors_launch.py on docker keeps resulting in *** buffer overflow detected*** #600
Unanswered
bdawkinsroj
asked this question in
Questions
Replies: 1 comment 1 reply
-
This seems to be a problem in how the lidar is connected, see: Slamtec/rplidar_ros#63
Note that the presence of docker may also make it more complex; You may need to allow docker access to the connected devices. If that doesn't help, could you run the
You may need to install |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you connecting to your Create 3?
Wi-Fi (ROS 2)
Computer(s) Model(s) and Operating System(s)
No response
Which version of ROS 2 is installed on your computer?
Humble
Which firmware version is installed on your robot?
latest humble release
Which RMW is your robot running?
I don't know
Does your robot have an assigned namespace? If so, please share.
no
Is the robot connected to a network? If so, what is the network type?
No response
Are there multiple Create 3 robots connected to your network?
No
Is multicast enabled?
None
What is the Adapter Board's USB/BLE Toggle currently switched to?
None
Describe your question.
Yesterday I got my slam toolbox fixed, but now the sensors launch is causing problems. I couldn't find a solution that worked anywhere. I am running this on docker on my pi 5 and I am able to use the lidar perfectly fine when I test it on my pc. The output for the error is:
[rplidar_composition-2] *** buffer overflow detected ***: terminated [ERROR] [rplidar_composition-2]: process has died [pid 2296, exit code -6, cmd '/opt/ros/humble/lib/rplidar_ros/rplidar_composition --ros-args -r __ns:=/ --params-file /create3_ws/install/create3_lidar_slam/share/create3_lidar_slam/config/rplidar_node.yaml'].
Beta Was this translation helpful? Give feedback.
All reactions