stretch_description
Overview
ros2 launch stretch_description display.launch.pyros2 launch stretch_description display.launch.py urdf_file:=<path_to_urdf>Details
from stretch4_urdf import get_robot_params, get_urdf
model_name, batch_name, tool_name = get_robot_params()
robot_description_content = get_urdf(model_name=model_name, batch_name=batch_name, tool_name=tool_name)
robot_state_publisher = Node(package='robot_state_publisher',
executable='robot_state_publisher',
parameters=[{'robot_description': robot_description_content}])import stretch4_body.robot
r = stretch4_body.robot.Robot()
model = r.params['model_name']
tool = r.params['tool']License and Patents
Last updated
Was this helpful?
