We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to visualize the camera in gazebo but i run into error : No name given for the robot.
Launch file:
<launch> <arg name="robot_ns" default="/"/> <param name="robot_description" command="$(find xacro)/xacro --inorder '$(find realsense_gazebo_plugin)/urdf/d435.urdf.xacro' use_nominal_extrinsics:=true" /> <node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" > <param name="tf_prefix" type="string" value="/" /> </node> <node pkg="joint_state_publisher" name="joint_state_publisher" type="joint_state_publisher" /> </launch>
The text was updated successfully, but these errors were encountered:
how to use?
Sorry, something went wrong.
No branches or pull requests
I'm trying to visualize the camera in gazebo but i run into error : No name given for the robot.
Launch file:
<launch> <arg name="robot_ns" default="/"/> <param name="robot_description" command="$(find xacro)/xacro --inorder '$(find realsense_gazebo_plugin)/urdf/d435.urdf.xacro' use_nominal_extrinsics:=true" /> <node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" > <param name="tf_prefix" type="string" value="/" /> </node> <node pkg="joint_state_publisher" name="joint_state_publisher" type="joint_state_publisher" /> </launch>
The text was updated successfully, but these errors were encountered: