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