Skip to content

Commit

Permalink
Modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmrad committed Dec 9, 2024
1 parent 535d06c commit 97a0e7c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,7 @@ ros2 action send_goal /robotiq_gripper_controller/gripper_cmd control_msgs/actio

#### Vision Module

In order to access the Kinova Vision module's depth and color streams for the camera-equipped Gen3 arm models, please refer to the following github repository for detailed instructions: [ros2_kortex_vision](https://github.com/PickNikRobotics/ros2_kortex_vision)

While following the instructions, please take note of the following points:
1. There is no need to install the `rgbd_launch` ROS package
2. Establishing a connection between the computer and the camera may require several attempts, so please be patient. Sometimes you may need to restart both the robot and the connected computer to successfully establish the connection.
3. Before setting the `depth_registration` argument to `true` in the `kinova_vision.launch.py` file, make sure to install the `image_proc` ROS package on your system using the following command:

```bash
sudo apt install ros-$ROS_DISTRO-depth-image-proc
```

4. After starting the `kinova_vision.launch.py` file, open RViz and add the desired camera topics to visualize the captured scene.
In order to access the Kinova Vision module's depth and color streams for the camera-equipped Gen3 arm models, please refer to the following github repository for detailed instructions: [ros2_kortex_vision](https://github.com/Kinovarobotics/ros2_kortex_vision)

### Gen 3 Lite Robot

Expand Down

0 comments on commit 97a0e7c

Please sign in to comment.