You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed from my last post, I am unable to see any image in rviz2. It just showing a gray image when I try to visualize it rviz2 even I place any object infront of the camera. Can somebody help me in that. I am posting my urdf file and the launch file here for information. It would very kind of you if someone can help.
import os
from pathlib import Path
from ament_index_python.packages import get_package_share_directory
from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument, SetEnvironmentVariable, IncludeLaunchDescription
from launch.substitutions import Command, LaunchConfiguration
from launch.launch_description_sources import PythonLaunchDescriptionSource
from launch_ros.actions import Node
from launch_ros.parameter_descriptions import ParameterValue
Hello guys,
As discussed from my last post, I am unable to see any image in rviz2. It just showing a gray image when I try to visualize it rviz2 even I place any object infront of the camera. Can somebody help me in that. I am posting my urdf file and the launch file here for information. It would very kind of you if someone can help.
URDF:
Launch file:
import os
from pathlib import Path
from ament_index_python.packages import get_package_share_directory
from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument, SetEnvironmentVariable, IncludeLaunchDescription
from launch.substitutions import Command, LaunchConfiguration
from launch.launch_description_sources import PythonLaunchDescriptionSource
from launch_ros.actions import Node
from launch_ros.parameter_descriptions import ParameterValue
def generate_launch_description():
ur5_robot_description = get_package_share_directory("ur5_robot_description")
The text was updated successfully, but these errors were encountered: