Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisAbalain committed Dec 18, 2023
2 parents f3d7e78 + 373c306 commit 45c4a32
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: ROS 2 Workspace Action
# You may pin to the exact commit or the version.
# uses: ros/tooling-setup-actions/setup-ros@v1

on:
push:
branches:
- ezBot-ROS_ws

jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up ROS
uses: ros-tooling/[email protected]
with:
ros-distro: humble

- name: Build workspace
run: source /opt/ros/humble/setup.bash & colcon build
4 changes: 4 additions & 0 deletions src/ezbot_descr_simul/description/robot_core.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@

<gazebo reference="roue_gauche">
<material>Gazebo/Blue</material>
<<<<<<< HEAD
=======
<!--Have friction only along the way it rotates-->
>>>>>>> 373c306d8c1b4496723604ba9328db8834d41ac4
<fdir1>1 0 0</fdir1>
<mu1>1.0</mu1>
<mu2>0.1</mu2>
Expand Down

0 comments on commit 45c4a32

Please sign in to comment.