RPLIDAR is a low-cost LIDAR sensor suitable for indoor robotic SLAM applications. It provides 360 degree scan field, 5.5hz/10hz rotating frequency with guaranteed 8 meter ranger distance, currently more than 16m for A2, and 25m for A3. By means of the high-speed image processing engine designed by RoboPeak, the whole cost is reduced greatly, RPLIDAR is the ideal sensor in cost-sensitive areas like robots consumer and hardware hobbyist.
Published Topics
The published topics differ according to the device and parameters. The following list of topics will be available:
Further information can be found at the rplidar_ros Github:
These are packages for using Intel RealSense cameras (D400 series SR300 camera and T265 Tracking Module) with ROS. To start the camera node in ROS:
This will stream all camera sensors and publish them on the appropriate ROS topics.
Other stream resolutions and frame rates can optionally be provided as parameters to the 'rs_camera.launch' file.
Published Topics
The published topics differ according to the device and parameters. After running the above command with D435i attached, the following list of topics will be available (This is a partial list. For full one type rostopic list):
The tags on the realsense launch file are for the amount of data attempting to run over the current connection causes errors. This removes the infrared data we don't need at the moment to make sure that the data we need is properly transmitting.
Further information can be found at the RealSense Github:
The software to run Milieu Babel was started from the ground up this semester with a fresh copy of Ubuntu Bionic Beaver 18.04 installed on the Seeed Odyssey computer.
From here, Arduino IDE was installed to utilize the built-in Arduino board of the Seeed for handling the serial connections to the Sabertooth Motor Controller.
From this point a number of ROS tutorials can be ran to understand the rosserial connection and the drive commands in Arduino library code. The code that the team tested with this semester is available in the project gihub repo https://github.com/nkilbar/Babel-Development. Results are presented on the next page.