Skip to content
Snippets Groups Projects
Commit 8a10e5ba authored by René Ebeling's avatar René Ebeling
Browse files

Update README.md to clarify MoveIt2 launch instructions and add serial_to_pcl command

parent c0da22fa
Branches
No related tags found
No related merge requests found
...@@ -57,7 +57,8 @@ Ensure you have the following installed on your system: ...@@ -57,7 +57,8 @@ Ensure you have the following installed on your system:
```bash ```bash
ros2 launch ur_robot_driver ur_control.launch.py ur_type:=ur10 robot_ip:=<IP_from_your_robot> ros2 launch ur_robot_driver ur_control.launch.py ur_type:=ur10 robot_ip:=<IP_from_your_robot>
``` ```
7. **Afterwards we gonna launch the MoveIt2 configuration with the following command:** 7. **Afterwards we gonna launch the MoveIt2 configuration in a new Terminal with the following command:**
Make sure that the ros is sourced in this Terminal aswell.
```bash ```bash
ros2 launch ur_moveit_config ur_moveit.launch.py ur_type:=ur10 launch_rviz:=true ros2 launch ur_moveit_config ur_moveit.launch.py ur_type:=ur10 launch_rviz:=true
``` ```
......
...@@ -120,7 +120,9 @@ Make sure to connect the **SCL** and **SDA** lines for I2C communication, as wel ...@@ -120,7 +120,9 @@ Make sure to connect the **SCL** and **SDA** lines for I2C communication, as wel
performance. performance.
## How It Works ## How It Works
```bash
ros2 run serial_to_pcl serial_to_pcl_node
```
### Sensor Configuration ### Sensor Configuration
The VL53L7CX sensors are configured to operate in an 8x8 grid mode, providing 64 distance measurements per sensor. Each sensor is assigned a unique I2C address to enable communication with the microcontroller. The configuration parameters, such as the I2C address and ranging frequency, can be adjusted in the Arduino sketch. The VL53L7CX sensors are configured to operate in an 8x8 grid mode, providing 64 distance measurements per sensor. Each sensor is assigned a unique I2C address to enable communication with the microcontroller. The configuration parameters, such as the I2C address and ranging frequency, can be adjusted in the Arduino sketch.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment