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
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:
terminate called after throwing an instance of 'std::runtime_error'
what(): Duration is out of dual 32-bit range
[catvehicle/robot_state_publishercatvehicle-3] process has died [pid 5998, exit code -6, cmd /opt/ros/melodic/lib/robot_state_publisher/robot_state_publisher /joint_states:=/catvehicle/joint_states __name:=robot_state_publishercatvehicle __log:=/home/ivory/.ros/log/8f8c35ca-8f15-11e8-b7c7-8c1645b122d9/catvehicle-robot_state_publishercatvehicle-3.log].
log file: /home/ivory/.ros/log/8f8c35ca-8f15-11e8-b7c7-8c1645b122d9/catvehicle-robot_state_publishercatvehicle-3*.log
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
The text was updated successfully, but these errors were encountered: