Skip to content

Commit

Permalink
feat: allow invoking ros_bash with command (#2)
Browse files Browse the repository at this point in the history
./start_ros_bash.sh rostopic echo /mower/status
  • Loading branch information
rfvermut authored Jul 3, 2023
1 parent bf22614 commit 54cf708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Starts a bash in the docker container.
# Use this for ROS specific commands (e.g. rostopic echo)

sudo podman exec -it openmower /openmower_entrypoint.sh /bin/bash
sudo podman exec -it openmower /openmower_entrypoint.sh ${@:-/bin/bash}

0 comments on commit 54cf708

Please sign in to comment.