Skip to content

Commit

Permalink
Merge branch 'development' into humble-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero authored Dec 18, 2023
2 parents 4add56c + 2589b05 commit 743dd44
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,12 @@ To start the services, call
sudo systemctl daemon-reload && sudo systemctl start clearpath-robot.service
```

#### Additional settings

Certain sensors may require additional setup, please review the [Accessories](../../robots/accessories/accessories.mdx) pages
for any additional instructions for the sensors that you are using. For example, the Blackfly camera has additional instructions
listed under [software bringup](../../robots/accessories/sensors/cameras/flir_blackfly_s#software-bringup).

### Option 2: Manual Source Install

<details><summary>Click to expand the manual source install instructions. Only use this option if you
know what you are doing.</summary>
<p>

#### ROS 2 Humble

Follow the [official instructions](https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html)
Expand Down Expand Up @@ -229,7 +227,7 @@ in the [ROS2 Environment](../config/yaml/system.mdx#ros-2-environment) section.
Create the setup folder where the [robot.yaml](../config/yaml/overview.mdx) file will be stored, and where files will be generated:

```
sudo mkdir /etc/clearpath/ -p && sudo chmod 666 /etc/clearpath/
sudo mkdir /etc/clearpath/ -p && sudo chmod 777 /etc/clearpath/
```
#### Robot YAML

Expand All @@ -247,6 +245,7 @@ Clearpath robot services can now be installed with the following command:
```
source /opt/ros/humble/setup.bash
ros2 run clearpath_robot install
sudo systemctl enable clearpath-robot
```

This script uses [robot_upstart](https://github.com/clearpathrobotics/robot_upstart/tree/foxy-devel) to install the `systemd` services
Expand Down

0 comments on commit 743dd44

Please sign in to comment.