-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor docs for the ROS Equipment entry #5
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Jakub Delicat <109142865+delihus@users.noreply.github.com>
|
||
Get a reference file from for Panther: | ||
|
||
```bash |
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.
I think it is overkill. Let's add the volume to the /config/crsf_teleop_panther.yaml
and describe how to change it to lynx. So:
If you use Lynx change in compose.yaml
/config/crsf_teleop_panther.yaml
to /config/crsf_teleop_lynx.yaml
it is much easier than coping the files.
@@ -10,7 +10,8 @@ services: | |||
- RMW_IMPLEMENTATION=${RMW_IMPLEMENTATION:-rmw_cyclonedds_cpp} | |||
- ROS_DOMAIN_ID=${ROS_DOMAIN_ID:-0} | |||
- ROBOT_MODEL_NAME=${ROBOT_MODEL_NAME:-panther} | |||
- ROBOT_NAMESPACE=${ROBOT_NAMESPACE:-panther} |
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.
Add a volume for configuration directly and create the compose.yaml for panther.
Use params_file
launch argument
/**: | ||
crsf_teleop: | ||
ros__parameters: | ||
port: /dev/ttyUSB0 |
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.
port: /dev/ttyUSB0 | |
port: /dev/ttyUSBPAD |
and let's change this file to default_params.yaml
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.
I have commited this file by mistake, deleting it
Co-authored-by: Jakub Delicat <109142865+delihus@users.noreply.github.com>
Co-authored-by: Jakub Delicat <109142865+delihus@users.noreply.github.com>
ROS_API.md
containing text from oldREADME.md
README.md
to serve as a demo / usage guide