Skip to content

Commit

Permalink
Minor update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoobInventor committed Aug 23, 2024
1 parent e30e3b3 commit 104cdc1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ TODO: Add update on using Gazebo Fortress

Gazebo classic, version 11, is the robot simulator used in the project and can be installed [here](https://classic.gazebosim.org/tutorials?tut=install_ubuntu&cat=install).

#### Gazebo Fortress
TODO:

#### Display lidarbot model in RViz

The installed [xacro](https://index.ros.org/p/xacro/github-ros-xacro/#humble) tool dependency is used to process the lidarbot URDF files and combine them into a single complete URDF file.
Expand Down Expand Up @@ -868,6 +871,12 @@ TODO: Brief overview

Nav2's `amcl` package is used for localization with the map generated from ``slam_toolbox`.

Bring up lidarbot in Gazebo Fortress:

```
ros2 launch lidarbot_gz gz_launch.py
```

Bring up lidarbot in Gazebo classic:

```
Expand Down
6 changes: 3 additions & 3 deletions lidarbot_bringup/launch/lidarbot_bringup_launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This launch file brings up the physical lidarbot, the raspberry pi camera v1.3,
# RPLIDAR A1 and also integrates ros2_control, twist_mux, robot_localization and joystick
# control
# This launch file brings up the physical lidarbot, raspberry pi camera v1.3,
# RPLIDAR A1 and also integrates ros2_control, twist_mux, robot_localization
# and joystick control

# File adapted from https://automaticaddison.com

Expand Down

0 comments on commit 104cdc1

Please sign in to comment.