-
Notifications
You must be signed in to change notification settings - Fork 337
rqt_controller_manager: Add more information to details-window #2166
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hey, I'm looking to get started with open source contributions. I saw this "good-first-issue" and it seems like a great opportunity. I'd like to claim it and work on it. |
Great! |
Hi @ShravanDeva5327 327, I saw you claimed this good first issue #2166 a couple of weeks ago and were assigned. Are you still actively working on it or planning to submit a PR soon? I'm also new to open source contributions (currently learning ROS 2 Humble through projects) and looking for my first issue to tackle. This one seems like a perfect fit with the excellent instructions provided by @christophfroehlich . (Big thanks for putting that detailed guide together, @christophfroehlich ! I've seen your helpful comments and issues around while searching, and it's really encouraging for newcomers.) If you've become busy or decided not to pursue this specific issue anymore, @ShravanDeva5327 327, I would be very interested in taking it on. @christophfroehlich , if #2166 is still being worked on by ShravanDeva5327, or perhaps in addition, if you know of any other similar beginner-friendly tasks or areas within ros2 (or related projects you maintain) where help might be needed, I'd be very grateful for any pointers! I'm eager to contribute. Please let me know the status of #2166 when you have a moment. Thanks! |
Hey @ShahazadAbdulla. I did start looking into this issue but ran into some setup problems on my laptop and couldn’t make much progress. On top of that, I got busy with my coursework and unfortunately didn’t get a chance to update here — really sorry about that! Please feel free to take over this issue. @christophfroehlich, apologies for the delay and any confusion caused. |
Thanks for the update @ShravanDeva5327 327, and no worries at all – setup issues and coursework happen! I really appreciate you letting me know. I'll go ahead and take on this issue now. @christophfroehlich , could you please assign issue #2166 to me? I'm looking forward to working through the steps you outlined! |
Following up on the assignment for #2166: I've successfully set up the environment on Humble, built the code, and modified the RQT plugin ( However, when testing with the standard This means the RQT plugin cannot fetch the per-controller data as requested on the Humble branch. It also seems to confirm that ShravanDeva327's merged PR #1 (commit ed4ccb0), which addressed this issue previously, likely targeted a different branch (e.g., Given this, it seems impossible to complete issue #2166 on the Humble branch as the required data isn't available. I'm still very eager to contribute! @christophfroehlich, could you perhaps point me towards another "good first issue" in Thanks for the guidance through this investigation! |
In general, we only accept new features targeting the master branch. Then we triage to do backports to e.g., humble. I suggest that you establish a suitable workflow for you to develop on rolling branch, for example with the provided docker containers in this repository. |
Hi @christophfroehlich , Thanks for assigning this issue to me! and Thanks for the advice about targeting the It looks like the work for this issue (#2166) is already completed in the codebase on the Could you please clarify on that matter. Could you perhaps point me towards what I should do about this or if its already done then could please point me to another "good first issue" in Thanks again! |
There hasn't been any merge w.r.t. to this issue? https://github.com/ros-controls/ros2_control/commits/master/rqt_controller_manager/rqt_controller_manager Can you clarify what you mean by that? |
Ah, thank you so much for the clarification and for checking the history! My apologies for the confusion. I completely misinterpreted the status of a Pull Request I saw on @ShravanDeva5327's fork specifically, Thanks for confirming that issue #2166 is indeed still open! I would definitely still like to work on it. Based on your previous advice, I will:
Does that sound like the correct plan? Please let me know if there's anything else I should consider. Thanks again for your patience and guidance! |
Sry, I also had a look in the wrong fork (in yours, instead of that of @ShravanDeva5327). |
Hi @christophfroehlich , Ah, thanks a million for clearing that up about the fork vs. upstream merge – totally my mistake reading that PR status! Appreciate you checking. Got it. Plan is now:
Starting on the Rolling setup now. Thanks again for steering me right! |
Background
Since #2126 we have information about the update rate and async setting in the CLI. Would be great to have that also in the rqt_controller_manager.
Instructions
Hi, this is a
good-first-issue
issue. This means we've worked to make it more legible to people who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.We're interested in helping you take the first step, and can answer questions and help you out along the way. Note that we're especially interested in contributions from underrepresented groups!
We know that creating a pull request is the biggest barrier for new contributors. This issue is for you 💝
If you have contributed before, consider leaving this PR for someone new, and looking through our general bug issues. Thanks!
🤔 What you will need to know.
Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.
📋 Step by Step
🙋 Claim this issue: Comment below. If someone else has claimed it, ask if they've opened a pull request already and if they're stuck -- maybe you can help them solve a problem or move it along!
🗄️ Create a local workspace for making your changes and testing following these instructions, for Step 3 use "Download Source Code" section with these instructions.
🍴 Fork the repository using the handy button at the top of the repository page and clone it into
~/ws_ros2_control/src/ros-controls/ros2_control
, here is a guide that you can follow (You will have to remove or empty the existingros2_control
folder before cloning your own fork)Checkout a new branch using
git checkout -b <branch_name>
🤖 Apply
pre-commit
auto formatting, by runningpip3 install pre-commit
and runningpre-commit install
in the ros2_control repo.💾 Commit and Push your changes
🔀 Start a Pull Request to request to merge your code into
master
. There are two ways that you can start a pull request:Is someone else already working on this?
🔗- We encourage contributors to link to the original issue in their pull request so all users can easily see if someone's already started on it.
👥- If someone seems stuck, offer them some help!
🤔❓ Questions?
Don’t hesitate to ask questions or to get help if you feel like you are getting stuck. For example leave a comment below!
Furthermore, you find helpful resources here:
Good luck with your first issue!
The text was updated successfully, but these errors were encountered: