Skip to content

Commit

Permalink
Fix udev rules
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Oct 14, 2024
1 parent 0509df2 commit 451bca7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scitos2_mira/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ install(FILES test/scitos_config.xml
DESTINATION share/${PROJECT_NAME}/test
)

install(FILES rules/99-SCITOS.rules
DESTINATION "/etc/udev/rules.d"
)

# ###########
# Testing ##
# ###########
Expand Down
10 changes: 10 additions & 0 deletions scitos2_mira/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ The `scitos2_mira` package serves as the primary interface between the MIRA fram
ros2 launch scitos2_mira mira_launch.py
```

## Setup udev rules

This rules are necessary to allow the SCITOS robot to be accessed by the MIRA framework. This rules should be installed during the MIRA software installation. Hoverer, if you need to install them manually, follow the instructions below.

```bash
cd scitos2/scitos2_mira
sudo cp rules/99-SCITOS.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules && sudo udevadm trigger
```

## Nodes

### mira_framework
Expand Down

0 comments on commit 451bca7

Please sign in to comment.