diffbot
diffbot copied to clipboard
DiffBot is an autonomous 2wd differential drive robot using ROS Noetic on a Raspberry Pi 4 B. With its SLAMTEC Lidar and the ROS Control hardware interface it's capable of navigating in an environment...
For experiments it would be helpful to reset the odometry (x, y, orientation) back to zero. Resetting should place the robot at the same start location in RViz.
Note that this sensor is deprecated in the current version of DiffBot because it isn’t a quadrature encoder. Is there a package we can install that is quadrature enabled? Wouldn't...
Test installation of the packages from this repository from scratch using [`rosdep`](http://wiki.ros.org/rosdep) (see also the [documentation](https://docs.ros.org/en/independent/api/rosdep/html/)). For example to see the required dependencies for a package use: ``` rosdep check...
Make use of - http://wiki.ros.org/diagnostics - http://wiki.ros.org/diagnostic_aggregator - http://wiki.ros.org/rqt_robot_monitor
- IMU plugin - Ultrasonic ranger plugin - Camera plugin
See the documentation for the [USB Accelerator](https://coral.ai/docs/accelerator/get-started/) and Google [Tensorflow object detection api](https://github.com/tensorflow/models/tree/master/research/object_detection), [tflite](https://www.tensorflow.org/lite/guide/get_started) and [Edge TPU compiler](https://coral.ai/docs/edgetpu/compiler/).
Create package for the I2C [grove oled display](https://wiki.seeedstudio.com/Grove-OLED_Display_0.96inch/) - [ ] Oled display
Although the color of the tire is specified as black inside the [wheel.urdf.xacro](https://github.com/fjp/diffbot/blob/0844dd223b77fc9a4ae784faa77401ebd9eda275/ros/src/diffbot_description/urdf/wheel.urdf.xacro#L87) URDF, its shown in yellow inside Gazebo simulation:  Investigate why this happens. The motor Gazeb color...
See [rosdoc_lite](http://wiki.ros.org/rosdoc_lite) for details.