-
Notifications
You must be signed in to change notification settings - Fork 2
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
#1930 Modified copy_ros_msg.cpp file #12
base: moveit_py
Are you sure you want to change the base?
Conversation
Co-authored-by: Henning Kayser <[email protected]>
Co-authored-by: Henning Kayser <[email protected]>
Co-authored-by: Henning Kayser <[email protected]>
this commit also adds back the record function as it is a requirement of the abstract base class Teleop
Co-authored-by: AndyZe <[email protected]>
Co-authored-by: Sebastian Castro <[email protected]>
Co-authored-by: Sebastian Castro <[email protected]>
Co-authored-by: Sebastian Castro <[email protected]>
Note: this code is somewhat obsolete given we have a custom typecaster for ROS messages. We maintain these methods as they are more efficient.
… loops to range based forloop.
517d313
to
0417485
Compare
Hi @Sujeendra, I am going to cherry pick your changes and add you as a coauthor on the commit. Ideally I would ask for you to rebase this but it is likely quicker to simply cherry pick in this case. |
Hi @Sujeendra, There are some errors when building the library based off of your changes see output below for details:
Would it be possible to address these, I will retest your changes and merge them after these issues have been resolved. |
b0fe173
to
d9fdbf6
Compare
8b6299c
to
3c31c8b
Compare
… loops to range based forloop.
Description
MoveIt Python Library: Replace Traditional For Loops with Range-based For Loops moveit#1930
All the traditional for loops within moveit_py folder are replaced with range based for loop.
Checklist