Skip to content

Commit

Permalink
fixed integration merge
Browse files Browse the repository at this point in the history
  • Loading branch information
neuenfeldttj committed Apr 19, 2024
2 parents c9accdc + 54e0b98 commit b024fda
Show file tree
Hide file tree
Showing 18 changed files with 7,504 additions and 242 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,8 @@ jobs:
lfs: "true"
# This makes sure that $GITHUB_WORKSPACE is the catkin workspace path
path: "src/mrover"
- name: Ensure Python Requirements
run: . /home/mrover/catkin_ws/src/mrover/venv/bin/activate && pip install --no-cache-dir -e "$GITHUB_WORKSPACE/src/mrover[dev]"
- name: Style Check
run: . /home/mrover/catkin_ws/src/mrover/venv/bin/activate && cd $GITHUB_WORKSPACE/src/mrover/ && ./style.sh
- name: Update ROS APT
if: github.event.pull_request.draft == false
run: runuser -u mrover -- rosdep update
- name: Ensure ROS APT Requirements
if: github.event.pull_request.draft == false
run: runuser -u mrover -- rosdep install --from-paths "$GITHUB_WORKSPACE/src" --ignore-src -r -y --rosdistro noetic
- name: Copy Catkin Profiles
if: github.event.pull_request.draft == false
run: rsync -r $GITHUB_WORKSPACE/src/mrover/ansible/roles/build/files/profiles $GITHUB_WORKSPACE/.catkin_tools
Expand All @@ -42,7 +34,7 @@ jobs:
if: github.event.pull_request.draft == false && github.event.pull_request.base.ref != 'refs/heads/master'
run: . /opt/ros/noetic/setup.sh && . /home/mrover/catkin_ws/src/mrover/venv/bin/activate && catkin build
- name: Build With Clang Tidy
if : github.event_name == 'push' && github.event.pull_request.base.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.event.pull_request.base.ref == 'refs/heads/master'
run: . /opt/ros/noetic/setup.sh && . /home/mrover/catkin_ws/src/mrover/venv/bin/activate && catkin build -DCMAKE_CXX_CLANG_TIDY=clang-tidy-16
- name: Test
if: github.event.pull_request.draft == false
Expand Down
27 changes: 14 additions & 13 deletions config/esw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,23 @@ can:
brushless_motors:
controllers:
front_left:
min_velocity: -11.0
max_velocity: 11.0
min_velocity: -20.0
max_velocity: 20.0
front_right:
min_velocity: -11.0
max_velocity: 11.0
min_velocity: -20.0
max_velocity: 20.0
middle_left:
min_velocity: -11.0
max_velocity: 11.0
min_velocity: -20.0
max_velocity: 20.0
middle_right:
min_velocity: -11.0
max_velocity: 11.0
min_velocity: -20.0
max_velocity: 20.0
back_left:
min_velocity: -11.0
max_velocity: 11.0
min_velocity: -20.0
max_velocity: 20.0
back_right:
min_velocity: -11.0
max_velocity: 11.0
min_velocity: -20.0
max_velocity: 20.0
joint_a:
# 1236.8475 rad/meter, or 196.850393476 rev/meter, and we want a max vel of 40 meter/s.
# gear ratio is currently at 0.005080 revolutions = 1 meter
Expand Down Expand Up @@ -140,6 +140,7 @@ brushless_motors:
max_velocity: 0.08 # max output shaft speed: 5 rpm (for now)
min_position: -0.125
max_position: 0.30 # 220 degrees of motion is the entire range
max_torque: 20.0
joint_de_0:
min_velocity: -5.0
max_velocity: 5.0
Expand Down Expand Up @@ -499,7 +500,7 @@ cameras:
rover:
length: 0.86
width: 0.86
max_speed: 2.0
max_speed: 1.25

wheel:
gear_ratio: 50.0
Expand Down
Loading

0 comments on commit b024fda

Please sign in to comment.