Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tms comment to :angle-vector-sequence #299

Merged
merged 1 commit into from Jun 24, 2017
Merged

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Jun 21, 2017

@snozawa
Copy link
Contributor

snozawa commented Jun 21, 2017

In general, I'd like to use (almost) common documentation with other documentations as possible:
https://github.com/start-jsk/rtmros_common/blob/master/hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l#L552-L568
If this PR is merged, I'll update the documentation of rtm-ros-robot-interface.l

@@ -401,7 +401,15 @@
av)
(:angle-vector-sequence
(avs &optional (tms (list 3000)) (ctype controller-type) (start-time 0.1) &key (scale 1) (min-time 0.0) (end-coords-interpolation nil))
"Send joind angle to robot, this method retuns immediately, so use :wait-interpolation to block until the motion stops."
"Send joind angle to robot, this method retuns immediately, so use :wait-interpolation to block until the motion stops.
- asv : list of joint angle vector [rad]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[rad] -> [deg]??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, so have to change

- av : joint angle vector [rad]
too

- tms : list duration from previous angle-vector to next goal in [msec]
- ctype : controller method name
- start-time : time to start moving
- scale : if tm is not specified, it will use 1/scale of the fastest speed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tm should be for :angle-vector.
How about tms?

- ctype : controller method name
- start-time : time to start moving
- scale : if tm is not specified, it will use 1/scale of the fastest speed
- min-time : minimum time to for time to goal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for :angle-vector?
How about :angle-vector-sequence?
And, minimum time to for time to goal -> minimum time to goal in english??

@@ -401,7 +401,15 @@
av)
(:angle-vector-sequence
(avs &optional (tms (list 3000)) (ctype controller-type) (start-time 0.1) &key (scale 1) (min-time 0.0) (end-coords-interpolation nil))
"Send joind angle to robot, this method retuns immediately, so use :wait-interpolation to block until the motion stops."
"Send joind angle to robot, this method retuns immediately, so use :wait-interpolation to block until the motion stops.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

joind angle -> joint angles?

@k-okada
Copy link
Member Author

k-okada commented Jun 21, 2017

thank you for comment, this PR is to add comment to :angle-vector-sequence and I just copied from :angle-vector so there are a lot of mistakes, I also look into https://github.com/start-jsk/rtmros_common/blob/master/hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l#L552-L568 and try to use similar expressions.

@snozawa
Copy link
Contributor

snozawa commented Jun 21, 2017

LGTM.

@k-okada k-okada merged commit ddbb33f into master Jun 24, 2017
@k-okada k-okada deleted the k-okada-patch-1 branch June 24, 2017 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants