rtk
This commit is contained in:
parent
c54a8824d7
commit
51be9bd1f6
@ -117,16 +117,16 @@ def generate_launch_description():
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
rtk = TimerAction(
|
# rtk = TimerAction(
|
||||||
period=3.4,
|
# period=3.4,
|
||||||
actions=[
|
# actions=[
|
||||||
ExecuteProcess(
|
# ExecuteProcess(
|
||||||
cmd=["ros2", "launch", "rtk_asensing", "rtk_asensing.launch.py"],
|
# cmd=["ros2", "launch", "rtk_asensing", "rtk_asensing.launch.py"],
|
||||||
output="screen",
|
# output="screen",
|
||||||
prefix="taskset -c 7",
|
# prefix="taskset -c 7",
|
||||||
)
|
# )
|
||||||
],
|
# ],
|
||||||
)
|
# )
|
||||||
rtk = TimerAction(
|
rtk = TimerAction(
|
||||||
period=3.4,
|
period=3.4,
|
||||||
actions=[
|
actions=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user