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

[jsk_fetch_robot] Downgrading moveit_msgs in noetic client PC for sending angle-vector #1856

Closed
wants to merge 1 commit into from

Conversation

mqcmd196
Copy link
Member

fixes #1855

@github-actions github-actions bot added the Fetch label Sep 24, 2023
@k-okada
Copy link
Member

k-okada commented Sep 24, 2023

Please consider server-side (robot-side) solution, instead of requireing each users to setup individually, specially this solution requires different workspace for different robots, that means, if you prepared a demo code for your robot, and try to apply that system to other robots, you need to setup different worksapce.

If the differentce of moveit_msgs are CollisionObjects.msg (moveit/moveit_msgs@0.11.4...melodic-devel) and that is only used to publish pr2eus to moveit, one ides it to start node that take noetic veresion of CollisionObjects within robot, as AnyMsg and republish as CollisionMsg as original topic name (#898), If you need to subscribe melodic version of CollisionObject within roseus running at noetic client , you can use jsk-ros-pkg/jsk_roseus#631

@mqcmd196
Copy link
Member Author

I agree with your point. Close then create another PR

@mqcmd196 mqcmd196 closed this Sep 26, 2023
@mqcmd196
Copy link
Member Author

Hmm, create rospy.AnySrv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fetch] noeticのPCから:angle-vector が送れない
2 participants