Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
[![Udemy][udemy-shield]][udemy-url]

<p align="center">
<img src="media/BumperBot.png" alt="Logo" width="450">
<img src="media/bumperbot.jpg" width="550">
</p>

Pictured: Bumperbot constructed by Dwilliestyle, based on instructions from Antonio Brandi's Udemy courses.

Bumperbot is an open-source 3D printed self-driving robot powered by ROS 2. Its simple design and low cost make it an excellent learning platform, featured in the following online courses:
* [Self Driving and ROS 2 - Learn by Doing! Odometry & Control
](https://www.udemy.com/course/self-driving-and-ros-2-learn-by-doing-odometry-control/?referralCode=50BCC4E84DB2DB09BFB3)
Expand Down
2 changes: 1 addition & 1 deletion bumperbot_bringup/launch/real_robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def generate_launch_description():

laser_driver = Node(
package="rplidar_ros",
executable="rplidar_node",
executable="rplidar_composition",
name="rplidar_node",
parameters=[os.path.join(
get_package_share_directory("bumperbot_bringup"),
Expand Down
6 changes: 3 additions & 3 deletions bumperbot_controller/config/joy_teleop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ joy_teleop:
deadman_buttons: [5]
axis_mappings:
twist-linear-x:
axis: 1
scale: 1.0
axis: 3
scale: -1.0
offset: 0.0
twist-angular-z:
axis: 3
axis: 1
scale: 1.0
offset: 0.0
Binary file added media/20251225_114036.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/bumperbot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.