This is the sample ros node for using CNN with robot motion.
Please refer pyproject.xml
for detail.
- tensorflow
- OpenCV
And this ros node uses rye for package management.
And below package is the example of rye with ROS2.
https://github.com/koichirokato/rye_sample_pkg
ros2 run motion_by_cnn save_images.py
You have to put my-model.h5
, labels.txt
of CNN network.
ros2 run motion_by_cnn motion_by_cnn.py
MIT License