Closed TCIII closed 2 years ago
Thanks, unfortunately I only own the A3, so I didn't have a way to test multi-hardware compatibility.
I'll leave this issue open until I have time to implement something that works well with both. I hope to get an A1 next year some time, but we'll see.
@TCIII Actually, I want to go ahead and close this. I think this issue is already covered:
~/.arlobot/personalDataForBehavior.json
file there is a place to set the rplidarBaudrate
So I think this is already covered.
If this needs to be documented better, please suggest how it could be documented and where, or make PR for an update to the Readme.MD.
It may just be that I need to remove the suggesting to call roslaunch
directly from the Readme.MD, because that is kind of an advanced operation and the shell scripts already do that for you.
Thoughts?
@chrisl8,
Points well made. I think that you can close this issue now.
I am using a Slamtech A1M8 with my Arlorobot and not the more expensive A3.
Because I am running the A1M8 in place of the A3, I encountered a number of errors, that were easy to correct, when I ran "roslaunch arlobot_ros rplidar.launch". So I compared the rplidar.launch in arlobot_ros with the rplidar.launch in rplidar_ros and made the necessary corrections to the arlobot_ros rplidar.launch:
1) The A1M8 communicates at 115200 baud so I changed 256000 to 115200.
Once these corrections are incorporated into arlobot_ros rplidar.launch, the A1M8 will function correctly without throwing any pesky errors.
Regards, TCIII