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

Customize #57

Open
arnolvalencia1 opened this issue Oct 5, 2021 · 1 comment
Open

Customize #57

arnolvalencia1 opened this issue Oct 5, 2021 · 1 comment

Comments

@arnolvalencia1
Copy link

arnolvalencia1 commented Oct 5, 2021

I find your project very interesting, I would like to adapt it to my own robotic arm that I am developing

I have a question, how exactly should I use the codes to customize my work environment?

function findreplace() {
    grep -lr -e "$1" * | xargs sed -i "s/$1/$2/g" ;
}

function findreplacefilename() {
    find . -depth -name "*$1*" -exec bash -c 'for f; do base=${f##*/}; mv -- "$f" "${f%/*}/${base//'$1'/'$2'}"; done' _ {} +
}

findreplacefilename rrbot myrobot
findreplace rrbot myrobot
findreplace RRBot MyRobot
findreplace RRBOT MYROBOT
@arnolvalencia1 arnolvalencia1 changed the title Resource not found: rrbot_description Customize Oct 5, 2021
@RobertWilbrandt
Copy link
Collaborator

Hey, sorry for the late reply, i hope i can still provide some help.

From your question i cannot really see what you are trying to achieve. Do you want to implement your own simulated robot based on this simulated hardware interface? Or do you want to "fill out" the template in rrbot_hw_main.cpp for use in your custom robot?

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

No branches or pull requests

2 participants