Skip to content

Commit

Permalink
added sim launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
alekskl01 committed Jul 17, 2024
1 parent fabb1a0 commit b6cebdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 7 additions & 7 deletions ...manager/launch/waypoint_manager.launch.py → motion/colav/launch/colav_sim.launch.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

def generate_launch_description():

waypoint_manager_node = Node(
package='waypoint_manager',
executable='waypoint_manager.py',
name='waypoint_manager',
colav_sim_node = Node(
package='colav',
executable='colav_sim.py',
name='colav_sim',
output='screen'
)

return LaunchDescription([
waypoint_manager_node
])
colav_sim_node
])
2 changes: 0 additions & 2 deletions motion/colav/scripts/colav_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from transforms3d.euler import quat2euler, euler2quat




class Simulator(Node):
def __init__(self):
super().__init__("simulator")
Expand Down

0 comments on commit b6cebdc

Please sign in to comment.