Skip to content

Commit 457c8e2

Browse files
committed
Minor style fixes
1 parent b7162c5 commit 457c8e2

4 files changed

Lines changed: 1 addition & 23 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
*.swp
12
.vscode/

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Run against all the files: pre-commit run -a
22
# Install the git hook scripts: pre-commit install
33

4-
54
repos:
65
- repo: https://github.com/pre-commit/pre-commit-hooks
76
rev: v4.4.0
@@ -39,9 +38,3 @@ repos:
3938
rev: v0.6.13
4039
hooks:
4140
- id: cmake-lint
42-
43-
exclude: |
44-
(?x)(
45-
((.*)\.pgm)$
46-
) | ^docker/files/patches/(.*\.patch)$
47-
| ^documentation/.*$

docker/Dockerfile.jazzy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ RUN apt update \
5050
&& dpkg-reconfigure --frontend noninteractive tzdata \
5151
&& rm -rf /var/lib/apt/lists/*
5252

53-
5453
FROM vesc_service_image_base AS vesc_service_image_devel
5554

5655
RUN apt update && sudo apt install curl -y \

docs/GETTING_STARTED.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,3 @@ Execute ROS 2 commands or other tools directly:
3030
./run.sh -- colcon build
3131
./run.sh -- bash
3232
```
33-
34-
## Working with the VESC
35-
36-
Once inside the container, the workspace is located at `/home/developer/ws/src/project`.
37-
38-
1. Build the packages:
39-
```bash
40-
colcon build
41-
source install/setup.bash
42-
```
43-
44-
2. Launch the VESC driver:
45-
```bash
46-
ros2 launch vesc_driver vesc_driver_node.launch.py
47-
```

0 commit comments

Comments
 (0)