diff --git a/docs/documentation.md b/docs/documentation.md index e93b3f9..2eba9ef 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -55,6 +55,7 @@ Our ROS package contains several folders. - `arm_controller_node.cpp` receives a pose from rrrobot_node to pick up the object, then uses inverse kinematics to determine the joint positions that will achieve the desired end-effector pose. - `arm_representation_node.cpp` interfaces with [KDL](http://docs.ros.org/melodic/api/orocos_kdl/html/index.html) to perform inverse and forward kinematics on our ur10 robot arm model. +- `cv_model_architectures.py` defines the 3 model architectures we attempted. - `cv_model.py` uses `pytorch_pretrain_model.pt` to classify images that it receives and send the classification to rrrobot_node. - `depth_camera_node.cpp` takes depth camera information and determines an end-effector pose for the robot arm to reach so it can pick up the object. - `image_display.py` is a test script that uses [matplotlib](https://matplotlib.org/) to display images. diff --git a/cv_model_architectures.py b/src/rrrobot_ws/src/rrrobot/src/cv_model_architectures.py similarity index 100% rename from cv_model_architectures.py rename to src/rrrobot_ws/src/rrrobot/src/cv_model_architectures.py