🔧 add rasm.repos
This commit is contained in:
parent
775b5ced09
commit
e965d90ab8
2 changed files with 12 additions and 2 deletions
9
rasms.repos
Normal file
9
rasms.repos
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
repositories:
|
||||||
|
rviz_visual_tools:
|
||||||
|
type: git
|
||||||
|
url: https://github.com/PickNikRobotics/rviz_visual_tools
|
||||||
|
version: foxy-devel
|
||||||
|
moveit_visual_tools:
|
||||||
|
type: git
|
||||||
|
url: https://github.com/ros-planning/moveit_visual_tools
|
||||||
|
version: ros2
|
|
@ -110,7 +110,7 @@ def generate_launch_description():
|
||||||
load_controllers = []
|
load_controllers = []
|
||||||
for controller in [
|
for controller in [
|
||||||
"position_trajectory_controller",
|
"position_trajectory_controller",
|
||||||
#"joint_state_broadcaster",
|
"joint_state_broadcaster",
|
||||||
]:
|
]:
|
||||||
load_controllers += [
|
load_controllers += [
|
||||||
ExecuteProcess(
|
ExecuteProcess(
|
||||||
|
@ -122,9 +122,10 @@ def generate_launch_description():
|
||||||
|
|
||||||
return LaunchDescription(
|
return LaunchDescription(
|
||||||
launch_args +
|
launch_args +
|
||||||
|
load_controllers +
|
||||||
[
|
[
|
||||||
controller_manager,
|
controller_manager,
|
||||||
robot_state_publisher,
|
robot_state_publisher,
|
||||||
static_tf
|
static_tf
|
||||||
]
|
]
|
||||||
+ load_controllers)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue