Skip to content

Commit 5f216b8

Browse files
committed
Add podman instructions for broken images </3
1 parent 7a14fcf commit 5f216b8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,10 @@ in a 10-deep nested shell - running an invalid command will kill 1 level!
3434
| ------------------------------- | -------------------------------- |
3535
| `ros2 launch rover rsp.launch.py` | Robot State Publisher, publishes the URDF+JSP, to make it viewable in Lichtblick / Rviz2. |
3636
| `xacro ./src/rover/description/robot.urdf.xacro > ./build/rover.urdf` | Compiles the xacro into a singular urdf file |
37-
| `ros2 run key_teleop key_teleop --ros-args -p twist_stamped_enabled:=True -r /key_vel:=/diff_drive_base_controller/cmd_vel` | Record keyboard imputs and publish them as Twist2d values, which ROS2Control is listening for! |
37+
| `ros2 run key_teleop key_teleop --ros-args -p twist_stamped_enabled:=True -r /key_vel:=/diff_drive_base_controller/cmd_vel` | Record keyboard imputs and publish them as Twist2d values, which ROS2Control is listening for!
38+
39+
### Useful Podman Commands
40+
| Command | Effect |
41+
| ------------------------------- | --------------------------------- |
42+
| `podman images` | Lists current podman images |
43+
| `podman rmi {ID} --force` | Remove relevant image. Replace the ID with output from the above command |

0 commit comments

Comments
 (0)