4 lines
109 B
Bash
4 lines
109 B
Bash
#!/bin/bash
|
|
exec ros2 run teleop_twist_keyboard teleop_twist_keyboard \
|
|
--ros-args -p stamped:=true "$@"
|