Skip to content

Commit

Permalink
Refactor tutorial to support TrajectoryCache refactor
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Aug 12, 2024
1 parent 474b242 commit 939b00c
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
from ament_index_python.packages import get_package_share_directory

from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument, ExecuteProcess
from launch.substitutions import LaunchConfiguration, TextSubstitution

from launch.actions import ExecuteProcess, TimerAction
from launch_ros.actions import Node

from moveit_configs_utils import MoveItConfigsBuilder

joint_limits_path = os.path.join(
Expand Down Expand Up @@ -108,8 +107,8 @@ def generate_launch_description():
rviz_node,
static_tf,
robot_state_publisher,
run_move_group_node,
ros2_control_node,
TimerAction(period=2.0, actions=[run_move_group_node]),
]
+ load_controllers
)
Loading

0 comments on commit 939b00c

Please sign in to comment.