This software contains a ROS2 system which is able to analyse video data of vehicle drivers.
Every requirements of the nodes are stored in the src/<package_name>/requirements.txt file.
- Use
colcon build
to build the packages. - Use
source install/setup.bash
to source the package. - Use
ros2 run <package_name> <node_name>
to run the nodes.