Open rahulbhadani opened 6 years ago
Hi @rahulbhadani, would you mind providing a minimal working example example?
I'm unable to reproduce with
<?xml version="1.0"?>
<launch>
<param name="robot_description" textfile="$(find robot_state_publisher)/test/two_links_moving_joint.urdf" />
<node pkg="robot_state_publisher" name="two_links_moving_joints_pub" type="state_publisher">
<param name="use_sim_time" value="false"/>
</node>
</launch>
I gave you the link of github repo. You can follow that to reproduce the scenario.
In ROS Melodic on Ubuntu 18.04 LTS, when I use
<arg name="use_sim_time" default="false"/>
, then robot state publisher dies with following messages:You can refer to https://github.com/rahulbhadani/catvehicle for the package I am using.
In catvehicle_empty.launch, set
<arg name="use_sim_time" default="false"/>
Step 1.roslaunch catvehicle catvehicle_empty.launch
Step 2.roslaunch catvehicle catvehicle_custom.launch