rostime
Access ROS time functionality
Description
A ROS Time
message represents an instance of time in
seconds and nanoseconds. This time can be based on your system time, the ROS simulation
time, or an arbitrary time.
Creation
Syntax
Description
initializes the time values for seconds and nanoseconds based on
time
= rostime(totalSecs
)totalSecs
, which represents the time in seconds as
a floating-point number.
Note
In a future release, ROS Toolbox will use message structures instead of objects for ROS messages.
To use message structures now, set the "DataFormat"
name-value
argument to "struct"
. For more information, see ROS Message Structures.
initializes the time values for seconds and nanoseconds individually. Both
inputs must be integers. Large values for time
= rostime(secs
,nsecs
)nsecs
are
wrapped automatically with the remainder added to
secs
.
returns
the current ROS time. If the time
= rostime("now")use_sim_time
ROS parameter
is set to true
, the rostime
returns
the simulation time published on the clock
topic.
Otherwise, the function returns the system time of your machine. The
time
is a ROS Time
object. If no
output argument is given, the current time (in seconds) is printed to the
screen.
The rostime
can be used to timestamp messages or to
measure time in the ROS network.
[
also returns a Boolean that indicates if time
,issimtime
]
= rostime("now")time
is in
simulation time (true
) or system time
(false
).
always returns the system time of your machine, even if ROS publishes
simulation time on the time
= rostime("now","system")clock
topic. If no output argument
is given, the system time (in seconds) is printed to the screen.
The system time in ROS follows the UNIX® or POSIX® time standard. POSIX time is defined as the time that has elapsed since 00:00:00 Coordinated Universal Time (UTC), 1 January 1970, not counting leap seconds.
uses message structures instead of objects with any of the arguments in
previous syntaxes. For more information, see ROS Message Structures.time
= rostime(___,"DataFormat","struct")
Properties
Total time, specified as a floating-point scalar. The integer portion is
set to the Sec
property with the remainder applied to
Nsec
property of the Time
object.
Whole seconds, specified as a positive integer.
Note
The maximum and minimum values for secs
are
[0, 4294967294]
.
Nanoseconds, specified as a positive integer. It this value is greater
than or equal to 109, then the value is wrapped
and the remainders are added to the value of
Sec
.
Message format, specified as "object"
or
"struct"
. You must set this property on creation
using the name-value input. For more information, see ROS Message Structures.
Examples
Connect to a ROS network.
rosinit
Launching ROS Core... Status before launching ros core :0 result before launching ros core: 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598817 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598819 pts/3 S+ 0:00 grep -E ros|python Done in 0.51128 seconds. * Inside getProcessPID function * Process Name: /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 Status before getting PID :0 Result before getting PID : 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598822 pts/3 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1605174/tp41d07520_8d68_4882_aa20_30a3c376d8f7/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 598834 pts/3 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 57822 -w 3 598842 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598844 pts/3 S+ 0:00 grep -E ros|python Result: 598822 pts/3 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1605174/tp41d07520_8d68_4882_aa20_30a3c376d8f7/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 Status: 0 PID obtained: 598822 Status after getting PID :0 Result after getting PID : 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598822 pts/3 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1605174/tp41d07520_8d68_4882_aa20_30a3c376d8f7/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 598834 pts/3 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 57822 -w 3 598849 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598851 pts/3 R+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' * Exiting getProcessPID function * Status after launching ros core :0 result after launching ros core: 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598822 pts/3 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1605174/tp41d07520_8d68_4882_aa20_30a3c376d8f7/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 598834 pts/3 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 57822 -w 3 598852 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598854 pts/3 S+ 0:00 grep -E ros|python Status before deleting node :0 Result before deleting node : 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598822 pts/3 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1605174/tp41d07520_8d68_4882_aa20_30a3c376d8f7/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 598834 pts/3 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 57822 -w 3 598855 ? Sl 0:00 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/bin/glnxa64/libmwros1server -mvmInputPipe 596 -1 -mvmOutputPipe -1 599 598876 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598878 pts/3 S+ 0:00 grep -E ros|python Status after deleting node :0 Result after deleting node : 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598822 pts/3 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1605174/tp41d07520_8d68_4882_aa20_30a3c376d8f7/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 598834 pts/3 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 57822 -w 3 598893 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598895 pts/3 S+ 0:00 grep -E ros|python Initializing ROS master on http://172.20.144.83:57822. Initializing global node /matlab_global_node_09500 with NodeURI http://dcc047557glnxa64:39835/ and MasterURI http://localhost:57822.
Get the current ROS Time as a ROS message structure. You can also check whether is it system time by getting the issim
output.
[t,issim] = rostime('now','DataFormat','struct')
t = struct with fields:
Sec: 1752467645
Nsec: 178427454
issim = logical
0
Shutdown the ROS network.
rosshutdown
Shutting down global node /matlab_global_node_09500 with NodeURI http://dcc047557glnxa64:39835/ and MasterURI http://localhost:57822. Status before deleting node :0 Result before deleting node : 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598822 pts/3 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1605174/tp41d07520_8d68_4882_aa20_30a3c376d8f7/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 598834 pts/3 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 57822 -w 3 598898 ? Sl 0:00 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/bin/glnxa64/libmwros1server -mvmInputPipe 533 -1 -mvmOutputPipe -1 599 598918 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598920 pts/3 S+ 0:00 grep -E ros|python Status after deleting node :0 Result after deleting node : 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598822 pts/3 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1605174/tp41d07520_8d68_4882_aa20_30a3c376d8f7/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 598834 pts/3 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 57822 -w 3 598926 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598928 pts/3 S+ 0:00 grep -E ros|python Shutting down ROS master on http://172.20.144.83:57822. Status before deleting core :0 Result before deleting core : 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598822 pts/3 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1605174/tp41d07520_8d68_4882_aa20_30a3c376d8f7/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 57822 -w 3 598834 pts/3 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 57822 -w 3 598929 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598931 pts/3 S+ 0:00 grep -E ros|python * Inside killProcessByPID function * PID of core to be killed: 598822 Status after Child Process Killed: 0 Result after Child Process Killed: Status after deleting core :0 Result after deleting core : 891 ? Ssl 17:30 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1163 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 596894 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596924 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1605174 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596925 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.a22e6b6335fee23abfdd77876c3b0f8a MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 596958 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook4.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 598936 pts/3 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 598938 pts/3 S+ 0:00 grep -E ros|python * Exiting killProcessByPID function *
Initialize a ROS network.
rosinit
Launching ROS Core... Status before launching ros core :0 result before launching ros core: 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591837 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591839 pts/1 S+ 0:00 grep -E ros|python Done in 0.61419 seconds. * Inside getProcessPID function * Process Name: /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 Status before getting PID :0 Result before getting PID : 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591842 pts/1 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1612961/tp76489d33_c43b_421a_9893_075192c7603a/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 591854 pts/1 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 54349 -w 3 591864 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591866 pts/1 S+ 0:00 grep -E ros|python Result: 591842 pts/1 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1612961/tp76489d33_c43b_421a_9893_075192c7603a/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 Status: 0 PID obtained: 591842 Status after getting PID :0 Result after getting PID : 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591842 pts/1 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1612961/tp76489d33_c43b_421a_9893_075192c7603a/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 591854 pts/1 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 54349 -w 3 591871 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591873 pts/1 S+ 0:00 grep -E ros|python * Exiting getProcessPID function * Status after launching ros core :0 result after launching ros core: 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591842 pts/1 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1612961/tp76489d33_c43b_421a_9893_075192c7603a/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 591854 pts/1 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 54349 -w 3 591874 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591876 pts/1 S+ 0:00 grep -E ros|python Status before deleting node :0 Result before deleting node : 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591842 pts/1 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1612961/tp76489d33_c43b_421a_9893_075192c7603a/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 591854 pts/1 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 54349 -w 3 591877 ? Sl 0:00 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/bin/glnxa64/libmwros1server -mvmInputPipe 599 -1 -mvmOutputPipe -1 602 591892 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591894 pts/1 S+ 0:00 grep -E ros|python Status after deleting node :0 Result after deleting node : 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591842 pts/1 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1612961/tp76489d33_c43b_421a_9893_075192c7603a/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 591854 pts/1 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 54349 -w 3 591898 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591900 pts/1 S+ 0:00 grep -E ros|python Initializing ROS master on http://172.20.144.175:54349. Initializing global node /matlab_global_node_50965 with NodeURI http://dcc973501glnxa64:45599/ and MasterURI http://localhost:54349.
Create a stamped ROS message using structures. Specify the Header.Stamp
property with the current system time.
point = rosmessage('geometry_msgs/PointStamped','DataFormat','struct'); point.Header.Stamp = rostime('now','system','DataFormat','struct');
Shut down the ROS network.
rosshutdown
Shutting down global node /matlab_global_node_50965 with NodeURI http://dcc973501glnxa64:45599/ and MasterURI http://localhost:54349. Status before deleting node :0 Result before deleting node : 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591842 pts/1 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1612961/tp76489d33_c43b_421a_9893_075192c7603a/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 591854 pts/1 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 54349 -w 3 591901 ? Sl 0:00 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/bin/glnxa64/libmwros1server -mvmInputPipe 599 -1 -mvmOutputPipe -1 602 591917 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591919 pts/1 S+ 0:00 grep -E ros|python Status after deleting node :0 Result after deleting node : 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591842 pts/1 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1612961/tp76489d33_c43b_421a_9893_075192c7603a/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 591854 pts/1 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 54349 -w 3 591923 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591925 pts/1 S+ 0:00 grep -E ros|python Shutting down ROS master on http://172.20.144.175:54349. Status before deleting core :0 Result before deleting core : 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591842 pts/1 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1612961/tp76489d33_c43b_421a_9893_075192c7603a/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 54349 -w 3 591854 pts/1 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 54349 -w 3 591926 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591928 pts/1 S+ 0:00 grep -E ros|python * Inside killProcessByPID function * PID of core to be killed: 591842 Status after Child Process Killed: 0 Result after Child Process Killed: Status after deleting core :0 Result after deleting core : 900 ? Ssl 16:40 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1136 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 591014 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591044 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1612961 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591045 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.4e7882bfc8781eed27e6f33ef7e5adb1 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591078 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook8.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 591933 pts/1 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 591936 pts/1 S+ 0:00 grep -E ros|python * Exiting killProcessByPID function *
This example shows how to convert current ROS time into a MATLAB® standard time. The ROS Time object is first converted to a double in seconds, then to the specified MATLAB time.
Set up ROS network and store the ROS time as a structure message.
rosinit
Launching ROS Core... Status before launching ros core :0 result before launching ros core: 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424261 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424263 pts/2 S+ 0:00 grep -E ros|python Done in 0.65218 seconds. * Inside getProcessPID function * Process Name: /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 Status before getting PID :0 Result before getting PID : 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424266 pts/2 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1608240/tp764e2148_cb9a_4809_8a9a_295fd0cfbf39/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 424278 pts/2 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 59276 -w 3 424286 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424288 pts/2 S+ 0:00 grep -E ros|python Result: 424266 pts/2 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1608240/tp764e2148_cb9a_4809_8a9a_295fd0cfbf39/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 Status: 0 PID obtained: 424266 Status after getting PID :0 Result after getting PID : 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424266 pts/2 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1608240/tp764e2148_cb9a_4809_8a9a_295fd0cfbf39/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 424278 pts/2 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 59276 -w 3 424293 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424295 pts/2 S+ 0:00 grep -E ros|python * Exiting getProcessPID function * Status after launching ros core :0 result after launching ros core: 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424266 pts/2 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1608240/tp764e2148_cb9a_4809_8a9a_295fd0cfbf39/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 424278 pts/2 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 59276 -w 3 424296 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424298 pts/2 S+ 0:00 grep -E ros|python Status before deleting node :0 Result before deleting node : 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424266 pts/2 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1608240/tp764e2148_cb9a_4809_8a9a_295fd0cfbf39/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 424278 pts/2 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 59276 -w 3 424299 ? Sl 0:00 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/bin/glnxa64/libmwros1server -mvmInputPipe 602 -1 -mvmOutputPipe -1 605 424314 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424316 pts/2 S+ 0:00 grep -E ros|python Status after deleting node :0 Result after deleting node : 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424266 pts/2 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1608240/tp764e2148_cb9a_4809_8a9a_295fd0cfbf39/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 424278 pts/2 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 59276 -w 3 424320 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424322 pts/2 S+ 0:00 grep -E ros|python Initializing ROS master on http://172.20.149.49:59276. Initializing global node /matlab_global_node_69355 with NodeURI http://dcc873232glnxa64:38319/ and MasterURI http://localhost:59276.
t = rostime('now','DataFormat','struct');
Convert ROS Time to double using the seconds
function and set time to a specified MATLAB format, datetime
.
time = datetime(t.Sec + 10^-9*t.Nsec,'ConvertFrom','posixtime')
time = datetime
14-Jul-2025 04:34:10
Shut down ROS network.
rosshutdown
Shutting down global node /matlab_global_node_69355 with NodeURI http://dcc873232glnxa64:38319/ and MasterURI http://localhost:59276. Status before deleting node :0 Result before deleting node : 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424266 pts/2 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1608240/tp764e2148_cb9a_4809_8a9a_295fd0cfbf39/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 424278 pts/2 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 59276 -w 3 424323 ? Sl 0:00 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/bin/glnxa64/libmwros1server -mvmInputPipe 598 -1 -mvmOutputPipe -1 605 424339 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424341 pts/2 S+ 0:00 grep -E ros|python Status after deleting node :0 Result after deleting node : 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424266 pts/2 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1608240/tp764e2148_cb9a_4809_8a9a_295fd0cfbf39/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 424278 pts/2 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 59276 -w 3 424345 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424347 pts/2 S+ 0:00 grep -E ros|python Shutting down ROS master on http://172.20.149.49:59276. Status before deleting core :0 Result before deleting core : 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424266 pts/2 S 0:00 bash /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/toolbox/ros/mlroscpp/util/+ros/+internal/runroscmd.sh /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1 /tmp/Bdoc25a_2974004_1608240/tp764e2148_cb9a_4809_8a9a_295fd0cfbf39/ros1/glnxa64/venv /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/bin/glnxa64 rosmaster --core -p 59276 -w 3 424278 pts/2 Sl 0:00 python3 /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab/sys/ros1/glnxa64/ros1/bin/rosmaster --core -p 59276 -w 3 424348 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424350 pts/2 S+ 0:00 grep -E ros|python * Inside killProcessByPID function * PID of core to be killed: 424266 Status after Child Process Killed: 0 Result after Child Process Killed: Status after deleting core :0 Result after deleting core : 894 ? Ssl 10:20 /usr/bin/python3 /usr/bin/mta-sts-daemon --config /etc/mta-sts-daemon.yml 1118 ? Ssl 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal 423424 ? Ss 0:00 /bin/sh /usr/bin/xvfb-run -a -s -screen 0 1280x1024x24 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423454 ? S 0:00 /bin/sh -c export TMPDIR=/tmp/Bdoc25a_2974004_1608240 COMPONENT=examples/ros ; cd /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/matlab/examples/ros ; //mathworks/hub/bat/common/bin/mw sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423455 ? S 0:00 sh ../../tools/build_using_mlpath/mlenv --use-scoped-paths 1 --scoped-cppms-file /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8/scoped_cppms_modules.txt --scoped-cppms-envvar MW_SCOPED_CPPMICROSERVICES_MODULES --tag bml --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --paths /mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MATLAB_LOG_DIR=/mathworks/devel/bat/Bdoc25a/logs/2974004/build.glnxa64.2974004.r000/examples/ros/build.glnxa64.2974004.r000.bml.94e28ee213d9fee82e23c96e6e6778f8 MAKEFLAGS= DISPLAY=:0 MESA_BACK_BUFFER=Pixmap perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 423488 ? S 0:00 perl ../../tools/build_using_matlab/mlrun --verbose --runnable /mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2974004/build/runnable/matlab --display mwtools.liveCodeToDocbook ../../derived/glnxa64/examples/ros/mlx_to_docbook6.txt ../../derived/glnxa64/examples/ros examples/ros ../../help/examples/ros/glnxa64 //mathworks/hub/3rdparty/R2021a/6299939/glnxa64/pngquant 1 424355 pts/2 S+ 0:00 /bin/bash -c ps ax | grep -E 'ros|python' 424357 pts/2 S+ 0:00 grep -E ros|python * Exiting killProcessByPID function *
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
Version History
Introduced in R2019bYou can now create messages as structures with fields matching the message object properties. Using structures typically improves performance of creating, updating, and using ROS messages, but message fields are no longer validated when set. Message types and corresponding field values from the structures are validated when sent across the network.
To use ROS messages as structures, use the "DataFormat"
name-value
argument when creating your publishers, subscribers, or other ROS objects. Any messages
generated from these objects will utilize structures.
pub = rospublisher("/scan","sensor_msgs/LaserScan","DataFormat","struct") msg = rosmessage(pub)
You can also create messages as structures directly, but make sure to specify the data
format as "struct"
for the publisher, subscriber, or other ROS objects as
well. ROS objects still use message objects by default.
msg = rosmessage("/scan","sensor_msgs/LaserScan","DataFormat","struct") ... pub = rospublisher("/scan","sensor_msgs/LaserScan","DataFormat","struct")
In a future release, ROS messages will use structures by default and ROS message objects will be removed.
For more information, see Improve Performance of ROS Using Message Structures.
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)