[Documentation] [TitleIndex] [WordIndex

API review

Proposer: Bhaskara Marthi

Present at review:

Question / concerns / comments

This is a review for the roslisp package. Please review the api as described in the overview. Please also leave your email address to be part of any following discussion.

Stu

(in-namespace "foo"
  (do-stuff)
  (in-namespace "bar"
    (do-more-stuff)))

N. Dantam

(call-service-with-continuation (lambda (x) (foo x))
                                service-handle :arg1 42 :arg2 24)

(setq m
  (make-instance '<geometry_msgs-msg:PoseStamped>
    :pose (make-instance '<geometry_msgs-msg:Pose>
            :orientation (make-instance '<geometry_msgs-msg:Quaternion> :w 1))))

(setq m 
  (make-msg "geometry_msgs/PoseStamped" (:w :orientation :pose) 1))

Meeting agenda

To be filled out by proposer based on comments gathered during API review period

Conclusion

Package status change mark change manifest)



2023-10-28 13:00