This project demonstrates a simple pick-and-place operation using the OpenManipulator in a simulated environment with ROS Noetic and Gazebo.
- Automated pick-and-place trajectory using
JointTrajectory
messages. - Simulated environment setup with Gazebo.
- ROS Noetic compatibility.
-
Clone the repository into your catkin workspace:
cd ~/catkin_ws/src git clone https://github.com/yourusername/open_manipulator_pick_place_demo.git
-
Build the workspace:
cd ~/catkin_ws catkin_make source devel/setup.bash
-
Launch the joint trajectory controller:
roslaunch open_manipulator_controllers joint_trajectory_controller.launch
-
Run the pick-and-place script:
rosrun pick_place_demo auto_pick_place.py
This project is licensed under the MIT License.