This platform provides a simulation environment for Hong Kong Polytechnic University Industrial Centre Course (IC382) Rescue Robot Simulation . The simulation tasks are mainly focus on computer vision and deep learning. The robot should have the ability to control itself in order to reach the goal meanwhile, it should be able to classify the turning directions based on the traffic light pattern.
The network trained based on ssdmobilienet_v1 with coco dataset.
-
camera_checker.sh: it is a script for you to check whether the python can receive gazebo virutal camera image or not. It will display the raw image from ros topic
-
cv_lane_detector.sh: it is a script to perform lane detection using the virutal camera as a source but it is not compatible for tensorflow (py3)
-
dataset_prepare.sh: it is a script that keep on taking saving pictures in order to help you prepare object detection dataset.
-
fake_velocity.sh: it is a script to publish twist message to control the robot directly.
-
run_gazebo.sh: it is a script to start gazebo and load the world
-
simple_controller.sh: it is a script to allow manual control of the robot.
-
visualize_nodes.sh: it is a script to generate ros graph
-
camera_publish.sh: it is a script to publish the image as a jpg from python2 opencv
-
camera_subscriber.sh: it is a script to show published image and perform lane detection (testing)
-
TensorRT-ROS-Bridge.sh: it is a script which does not belong to ROS. It loads published image and perform AI object detection and other image processsing.
-
vision_control.sh: it is a script to perform PID control based on vision and deep learning.
- ./run_gazebo.sh (load the world) [ROS]
- ./camera_publish.sh (publish the image) [ROS]
- ./TensorRT-ROS-Bridge.sh (enable AI and vision processing module) [NOT ROS]
- ./vision_control.sh [ROS]
**Remeber to put correct models to ~/.gazebo/models, otherwise the world cannnot be loaded. Also, put budiling_editor_models under ~/
TensorRT Object Detection Program Framework -> https://github.com/jkjung-avt/tf_trt_models