Skip to content

Commit

Permalink
Merge pull request #123 from knmlprz/FWalkowicz-patch-1
Browse files Browse the repository at this point in the history
Update useful data
  • Loading branch information
DamianKobylinski authored Feb 7, 2025
2 parents 037fd72 + 68a271b commit e700ef5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,18 @@ Follow the official [ROS2 Humble installation guide](https://docs.ros.org/en/hum
ros-humble-ros2-controllers \
ros-humble-gazebo-ros2-control \
ros-humble-position-controllers \
ros-humble-controller-manager-spawner \
ros-humble-xacro \
joystick \
jstest-gtk \
evtest \
ros-humble-twist-mux \
ros-humble-rviz2
```
3. Build the workspace:
3. To store your model create a folder in the root directory of the project:
```bash
mkdir ~/.gazebo/models
```
4. Build the workspace:
```bash
colcon build --symlink-install
source install/setup.bash
Expand Down Expand Up @@ -92,6 +95,12 @@ To control the robot manually:
```bash
ros2 launch rover_teleop_twist_joy teleop_twist_launch.py
```
### Test gazebo wheels

```bash
ros2 topic pub /diff_drive_controller_right/cmd_vel_unstamped geometry_msgs/msg/Twist "{linear: {x: 2.0, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0, z: 0.0}}"
ros2 topic pub /diff_drive_controller_left/cmd_vel_unstamped geometry_msgs/msg/Twist "{linear: {x: 2.0, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0, z: 0.0}}"
```

---

Expand Down

0 comments on commit e700ef5

Please sign in to comment.