Developer Setup Guide #3096
rr-tom-noble
started this conversation in
Polls
Replies: 2 comments
-
Regarding 10. I've now found that a good way of performing more granular test inspection is to run the test executable directly with gtest filters, as it's more featureful than the options colcon provides and presents the results out-of-the-box (though this only seems to work with tests that don't rely on ROS capabilities). Alternatively |
Beta Was this translation helpful? Give feedback.
0 replies
-
It might make more sense to split this into several how-to guides
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I feel that the Moveit Pull Requests documentation is missing a section on how to easily set up an environment to build and test changes, and set up integration with a forked repository.
For me, the most convenient method has been:
I suppose this process really depends on developer preference, but I definitely found it daunting figuring out how to easily set up an environment when making my first PRs, so I feel like a guide for newcomers might be useful.
I may have also just missed an existing doc page, so this might be redundant. As far as I can see, it mainly relates to code style, running CI jobs locally, and just a reference to the source container as a thing that exists.
I also have a few questions:
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions