Skip to content

Commit

Permalink
added EOF new line
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Oct 19, 2023
1 parent c278c06 commit f2824c6
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .pyspelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ matrix:
- .wordlist.txt

pipeline:
- pyspelling.filters.xml
- pyspelling.filters.xml
2 changes: 1 addition & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ Bence
Palacios
env
pids
pgrep
pgrep
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ros2 launch rosbot_gazebo simulation.launch.py
colcon test
```

> [!NOTE]
> [!NOTE]
> Command `colcon test` does not build the code. Remember to build your code after changes.
If tests finish with errors print logs:
Expand Down
2 changes: 1 addition & 1 deletion rosbot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ project(rosbot)

find_package(ament_cmake REQUIRED)

ament_package()
ament_package()
2 changes: 1 addition & 1 deletion rosbot/rosbot_hardware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ repositories:
rosbot_controllers:
type: git
url: https://github.com/husarion/rosbot_controllers
version: main
version: main
2 changes: 1 addition & 1 deletion rosbot_controller/config/mecanum_drive_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ rosbot_base_controller:
# min_velocity - When unspecified, -max_velocity is used
max_acceleration: 4.0 # rad/s^2
# min_acceleration - When unspecified, -max_acceleration is used.
max_jerk: 0.0 # rad/s^3
max_jerk: 0.0 # rad/s^3
2 changes: 1 addition & 1 deletion rosbot_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
<export>
<build_type>ament_python</build_type>
</export>
</package>
</package>
2 changes: 1 addition & 1 deletion rosbot_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ install(DIRECTORY
DESTINATION share/${PROJECT_NAME}
)

ament_package()
ament_package()
2 changes: 1 addition & 1 deletion rosbot_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>
</package>
</package>
2 changes: 1 addition & 1 deletion rosbot_description/urdf/body.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
<xacro:range_sensor.vl53lox parent="body_link" xyz="-0.0926 -0.05 0.0115" rpy="0.0 0.0 ${radians(192.5)}" prefix="rr" />

</xacro:macro>
</robot>
</robot>
2 changes: 1 addition & 1 deletion rosbot_description/urdf/components/vl53lox.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
</xacro:if>

</xacro:macro>
</robot>
</robot>
2 changes: 1 addition & 1 deletion rosbot_description/urdf/rosbot.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
rpy="0.0 0.0 0.0"
simulation_engine="$(arg simulation_engine)" />

</robot>
</robot>
2 changes: 1 addition & 1 deletion rosbot_description/urdf/rosbot_macro.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@
</xacro:if>
</xacro:if>
</xacro:macro>
</robot>
</robot>
2 changes: 1 addition & 1 deletion rosbot_description/urdf/wheel.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
</gazebo>

</xacro:macro>
</robot>
</robot>
2 changes: 1 addition & 1 deletion rosbot_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
<export>
<build_type>ament_python</build_type>
</export>
</package>
</package>

0 comments on commit f2824c6

Please sign in to comment.