-
Notifications
You must be signed in to change notification settings - Fork 150
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
Noetic tweaks #153
Noetic tweaks #153
Conversation
fetch_teleop/scripts/tuck_arm.py
Outdated
move_thread = MoveItThread() | ||
else: | ||
prospy.loginfo("MoveIt already started...") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure this is supposed to be "rospy" not "prospy"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦 thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from prospy lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
But heads up that arm tuck relies on roslaunch respawn in melodic, might have to make that change for noetic:
ZebraDevs/fetch_robots#59
Good catch. Tacked that fix onto this PR for noetic: ZebraDevs/fetch_robots#61 |
See fetch_ros/issues/ZebraDevs#138
Minor fixups to get things building/working on 20.04.
Also forward-ports #150