This file is indexed.

/usr/share/common-lisp/ros/dynamic_reconfigure/msg/SensorLevels.lisp is in cl-dynamic-reconfigure 1.5.46-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
; Auto-generated. Do not edit!


(cl:in-package dynamic_reconfigure-msg)


;//! \htmlinclude SensorLevels.msg.html

(cl:defclass <SensorLevels> (roslisp-msg-protocol:ros-message)
  ()
)

(cl:defclass SensorLevels (<SensorLevels>)
  ())

(cl:defmethod cl:initialize-instance :after ((m <SensorLevels>) cl:&rest args)
  (cl:declare (cl:ignorable args))
  (cl:unless (cl:typep m 'SensorLevels)
    (roslisp-msg-protocol:msg-deprecation-warning "using old message class name dynamic_reconfigure-msg:<SensorLevels> is deprecated: use dynamic_reconfigure-msg:SensorLevels instead.")))
(cl:defmethod roslisp-msg-protocol:symbol-codes ((msg-type (cl:eql '<SensorLevels>)))
    "Constants for message type '<SensorLevels>"
  '((:RECONFIGURE_CLOSE . 3)
    (:RECONFIGURE_STOP . 1)
    (:RECONFIGURE_RUNNING . 0))
)
(cl:defmethod roslisp-msg-protocol:symbol-codes ((msg-type (cl:eql 'SensorLevels)))
    "Constants for message type 'SensorLevels"
  '((:RECONFIGURE_CLOSE . 3)
    (:RECONFIGURE_STOP . 1)
    (:RECONFIGURE_RUNNING . 0))
)
(cl:defmethod roslisp-msg-protocol:serialize ((msg <SensorLevels>) ostream)
  "Serializes a message object of type '<SensorLevels>"
)
(cl:defmethod roslisp-msg-protocol:deserialize ((msg <SensorLevels>) istream)
  "Deserializes a message object of type '<SensorLevels>"
  msg
)
(cl:defmethod roslisp-msg-protocol:ros-datatype ((msg (cl:eql '<SensorLevels>)))
  "Returns string type for a message object of type '<SensorLevels>"
  "dynamic_reconfigure/SensorLevels")
(cl:defmethod roslisp-msg-protocol:ros-datatype ((msg (cl:eql 'SensorLevels)))
  "Returns string type for a message object of type 'SensorLevels"
  "dynamic_reconfigure/SensorLevels")
(cl:defmethod roslisp-msg-protocol:md5sum ((type (cl:eql '<SensorLevels>)))
  "Returns md5sum for a message object of type '<SensorLevels>"
  "6322637bee96d5489db6e2127c47602c")
(cl:defmethod roslisp-msg-protocol:md5sum ((type (cl:eql 'SensorLevels)))
  "Returns md5sum for a message object of type 'SensorLevels"
  "6322637bee96d5489db6e2127c47602c")
(cl:defmethod roslisp-msg-protocol:message-definition ((type (cl:eql '<SensorLevels>)))
  "Returns full string definition for message of type '<SensorLevels>"
  (cl:format cl:nil "# This message is deprecated, please use driver_base/SensorLevels instead.~%~%byte RECONFIGURE_CLOSE = 3  # Parameters that need a sensor to be stopped completely when changed~%byte RECONFIGURE_STOP = 1  # Parameters that need a sensor to stop streaming when changed~%byte RECONFIGURE_RUNNING = 0 # Parameters that can be changed while a sensor is streaming~%~%~%"))
(cl:defmethod roslisp-msg-protocol:message-definition ((type (cl:eql 'SensorLevels)))
  "Returns full string definition for message of type 'SensorLevels"
  (cl:format cl:nil "# This message is deprecated, please use driver_base/SensorLevels instead.~%~%byte RECONFIGURE_CLOSE = 3  # Parameters that need a sensor to be stopped completely when changed~%byte RECONFIGURE_STOP = 1  # Parameters that need a sensor to stop streaming when changed~%byte RECONFIGURE_RUNNING = 0 # Parameters that can be changed while a sensor is streaming~%~%~%"))
(cl:defmethod roslisp-msg-protocol:serialization-length ((msg <SensorLevels>))
  (cl:+ 0
))
(cl:defmethod roslisp-msg-protocol:ros-message-to-list ((msg <SensorLevels>))
  "Converts a ROS message object to a list"
  (cl:list 'SensorLevels
))