Skip to content

Commit

Permalink
refactor(app): create robotics folder (#13742)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Jan 8, 2024
1 parent 8116695 commit 6e074a4
Show file tree
Hide file tree
Showing 39 changed files with 43 additions and 43 deletions.
8 changes: 4 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile/mobile-react-native/.expo
mobile/mobile-react-native/coverage
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
robot-operating-system/log
robotics/robot-operating-system/bags
robotics/robot-operating-system/build
robotics/robot-operating-system/install
robotics/robot-operating-system/log
spark/.bsp/sbt.json
spark/project/target
spark/target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
- 'machine-learning/reinforcement-learning/cart-pole/**'
robot-operating-system:
- '.github/workflows/test.yml'
- 'robot-operating-system/**'
- 'robotics/robot-operating-system/**'
web:
- '.github/workflows/test.yml'
- 'web/**'
Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile/mobile-react-native/.expo
mobile/mobile-react-native/coverage
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
robot-operating-system/log
robotics/robot-operating-system/bags
robotics/robot-operating-system/build
robotics/robot-operating-system/install
robotics/robot-operating-system/log
web-cypress/cypress/fixtures/example.json
web-cypress/cypress/screenshots
web/.eslintcache
Expand Down
8 changes: 4 additions & 4 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@
"mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata",
"mobile/mobile-react-native/.expo",
"mobile/mobile-react-native/coverage",
"robot-operating-system/bags",
"robot-operating-system/build",
"robot-operating-system/install",
"robot-operating-system/log",
"robotics/robot-operating-system/bags",
"robotics/robot-operating-system/build",
"robotics/robot-operating-system/install",
"robotics/robot-operating-system/log",
"spark/.bsp/sbt.json",
"spark/project/target",
"spark/target",
Expand Down
8 changes: 4 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile/mobile-react-native/.expo
mobile/mobile-react-native/coverage
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
robot-operating-system/log
robotics/robot-operating-system/bags
robotics/robot-operating-system/build
robotics/robot-operating-system/install
robotics/robot-operating-system/log
spark/.bsp/sbt.json
spark/project/target
spark/target
Expand Down
8 changes: 4 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ AllCops:
- 'mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata/**/*'
- 'mobile/mobile-react-native/.expo/**/*'
- 'mobile/mobile-react-native/coverage/**/*'
- 'robot-operating-system/bags/**/*'
- 'robot-operating-system/build/**/*'
- 'robot-operating-system/install/**/*'
- 'robot-operating-system/log/**/*'
- 'robotics/robot-operating-system/bags/**/*'
- 'robotics/robot-operating-system/build/**/*'
- 'robotics/robot-operating-system/install/**/*'
- 'robotics/robot-operating-system/log/**/*'
- 'spark/project/target/**/*'
- 'spark/target/**/*'
- 'web-cypress/cypress/fixtures/example.json'
Expand Down
8 changes: 4 additions & 4 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ exclude = [
"mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata",
"mobile/mobile-react-native/.expo",
"mobile/mobile-react-native/coverage",
"robot-operating-system/bags",
"robot-operating-system/build",
"robot-operating-system/install",
"robot-operating-system/log",
"robotics/robot-operating-system/bags",
"robotics/robot-operating-system/build",
"robotics/robot-operating-system/install",
"robotics/robot-operating-system/log",
"spark/.bsp/sbt.json",
"spark/project/target",
"spark/target",
Expand Down
8 changes: 4 additions & 4 deletions .solhintignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile/mobile-react-native/.expo
mobile/mobile-react-native/coverage
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
robot-operating-system/log
robotics/robot-operating-system/bags
robotics/robot-operating-system/build
robotics/robot-operating-system/install
robotics/robot-operating-system/log
spark/.bsp/sbt.json
spark/project/target
spark/target
Expand Down
8 changes: 4 additions & 4 deletions .sqlfluffignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile/mobile-react-native/.expo
mobile/mobile-react-native/coverage
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
robot-operating-system/log
robotics/robot-operating-system/bags
robotics/robot-operating-system/build
robotics/robot-operating-system/install
robotics/robot-operating-system/log
spark/.bsp/sbt.json
spark/project/target
spark/target
Expand Down
8 changes: 4 additions & 4 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile/mobile-react-native/.expo
mobile/mobile-react-native/coverage
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
robot-operating-system/log
robotics/robot-operating-system/bags
robotics/robot-operating-system/build
robotics/robot-operating-system/install
robotics/robot-operating-system/log
spark/.bsp/sbt.json
spark/project/target
spark/target
Expand Down
8 changes: 4 additions & 4 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ ignore: |
mobile/mobile-ios/HMMobile.xcodeproj/xcuserdata
mobile/mobile-react-native/.expo
mobile/mobile-react-native/coverage
robot-operating-system/bags
robot-operating-system/build
robot-operating-system/install
robot-operating-system/log
robotics/robot-operating-system/bags
robotics/robot-operating-system/build
robotics/robot-operating-system/install
robotics/robot-operating-system/log
spark/.bsp/sbt.json
spark/project/target
spark/target
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ colcon-test:
colcon-test-package:
colcon test --packages-select=hm_cpp_package --return-code-on-test-failure
colcon test --packages-select=hm_python_package --return-code-on-test-failure
# Log: robot-operating-system/log/latest_test/turtle_robot/stdout_stderr.log
# Log: robotics/robot-operating-system/log/latest_test/turtle_robot/stdout_stderr.log
colcon test --packages-select=turtle_robot --return-code-on-test-failure

ros2-service-list:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ sudo apt install --yes ros-humble-turtlesim
echo "=================================================="

echo "# Set up"
echo "source /media/psf/Home/Clouds/Git/hongbomiao.com/robot-operating-system/install/setup.bash" >> ~/.bashrc
echo "source /media/psf/Home/Clouds/Git/hongbomiao.com/robotics/robot-operating-system/install/setup.bash" >> ~/.bashrc
# source ~/.bashrc
echo "=================================================="

0 comments on commit 6e074a4

Please sign in to comment.