-
Notifications
You must be signed in to change notification settings - Fork 1
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
Codification of teleop.launch and bringup.launch #1
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,12 @@ | |||
<?xml version="1.0"?> | |||
<!-- Start Vollo bringup. --> |
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.
Start Vollo robot
<?xml version="1.0"?> | ||
<!-- Start Vollo bringup. --> | ||
|
||
<!-- Launch of robot --> |
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.
Only one file description, remove this
|
||
<launch> | ||
|
||
<node pkg="rosserial_python" type="rserial_node.py" name="rserial_node" args="/dev/ttyACM0"/> |
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 argument for which port to use
|
||
<node pkg="rosserial_python" type="rserial_node.py" name="rserial_node" args="/dev/ttyACM0"/> | ||
|
||
<include file="$(find rplidar_ros)/launch/rplidar.launch"/> |
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.
Are there no interesting parameters in the rplidar launch file? If so, they should appear as arguments in this launch file as well.
|
||
<include file="$(find rplidar_ros)/launch/rplidar.launch"/> | ||
|
||
</launch> |
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.
Leave a new line at the end of each file
teleop.launch is not working (typo leleop). Leave file in final state before pull request |
Apresentação
No description provided.