I am trying to use the joint_state_publisher package for ROS2 development.
I downloaded the package, switched it to the ros2-devel branch, colcon built, and I did not get any error messages. Now I am confused about how I should use the 'source_list' parameter.
Node(
package='joint_state_publisher',
node_executable='joint_state_publisher',
node_name='joint_state_publisher',
parameters=[{'use_gui': "true"}],
# Below is what I do not know how to use...
# parameters=[{'/source_list': "true" 'robot/joint_states'}],
output='screen'),
Hi,
I am trying to use the joint_state_publisher package for ROS2 development. I downloaded the package, switched it to the ros2-devel branch, colcon built, and I did not get any error messages. Now I am confused about how I should use the 'source_list' parameter.
[From original ROS1 launch file]
[ROS2]
Thank you in advance! Ryan