Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 8, 2024
1 parent db7f67e commit 0648f4b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
74 changes: 37 additions & 37 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,108 +1,108 @@
{
"version": "0.2",
"language": "en",
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
"**/.pnpm-lock.json",
".vscode",
"package-lock.json",
"megalinter-reports"
],
"language": "en",
"version": "0.2",
"words": [
"CCACHE",
"Carlstrom",
"Colcon",
"DGRAM",
"DISTRO",
"DPADHOR",
"DPADVERT",
"JSONLINT",
"LJOYPRESS",
"LJOYX",
"LJOYY",
"MYPY",
"Manip",
"Mollerstuen",
"Numpy",
"PYLINT",
"PYTHONWARNINGS",
"Pixhawk",
"Pixmap",
"Poulin",
"RJOYPRESS",
"RJOYX",
"RJOYY",
"Realsense",
"SIOCGIFADDR",
"Seagrass",
"Seongmin",
"Shellscripts",
"Spinview",
"URDF",
"Ubotix",
"Xlaunch",
"Xquartz",
"azuretools",
"blackfly",
"btns",
"bttn",
"Carlstrom",
"ccache",
"CCACHE",
"clearpathrobotics",
"colcon",
"Colcon",
"cwru",
"cwrubotix",
"cwrurobotics",
"devcontainer",
"devel",
"dfsg",
"DGRAM",
"distro",
"DISTRO",
"DPADHOR",
"DPADVERT",
"ethernets",
"ifname",
"imgmsg",
"inputed",
"isort",
"JSONLINT",
"libxcb",
"LJOYPRESS",
"LJOYX",
"LJOYY",
"lsusb",
"manip",
"Manip",
"mavros",
"Mollerstuen",
"mypy",
"MYPY",
"netplan",
"ntoa",
"Numpy",
"opencv",
"osrf",
"pipefail",
"pixhawk",
"Pixhawk",
"Pixmap",
"Poulin",
"pycache",
"pylint",
"PYLINT",
"pynput",
"pyqt",
"pyqtdarktheme",
"pyright",
"pytest",
"pytestqt",
"PYTHONWARNINGS",
"qdarktheme",
"qtbot",
"rclpy",
"realsense",
"Realsense",
"reflashing",
"remappings",
"RJOYPRESS",
"RJOYX",
"RJOYY",
"rosdep",
"rosout",
"schematypens",
"scps",
"seagrass",
"Seagrass",
"Seongmin",
"setuptools",
"Shellscripts",
"SIOCGIFADDR",
"shellcheck",
"socat",
"Spinview",
"stefanzweifel",
"Ubotix",
"udev",
"URDF",
"usbutils",
"venv",
"wlan",
"xacro",
"xhost",
"Xlaunch",
"xquartz",
"Xquartz",
"xvfb"
]
}
}
2 changes: 1 addition & 1 deletion .markdown-link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/doc/images"
"replacement": "{{BASEURL}}/rov-24/doc/images"
}
]
}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ WORKDIR /root/rov-24
COPY . .

# TODO for future nerd to do this via ENTRYPOINT which be better but, I could not get ENTRYPOINT to play with VsCODE.
# shellcheck source=rov-24/.vscode/rov_setup.sh
# shellcheck source=/rov-24/.vscode/rov_setup.sh
RUN source /root/rov-24/.vscode/rov_setup.sh \
# Installs ROS and python dependencies
# shellcheck source=rov-24/.vscode/install_dependencies.sh
# shellcheck source=/rov-24/.vscode/install_dependencies.sh
&& source /root/rov-24/.vscode/install_dependencies.sh \
# Builds package
# shellcheck source=/dev/null
Expand Down

0 comments on commit 0648f4b

Please sign in to comment.