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

Codification of teleop.launch and bringup.launch #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Guilhermeqda
Copy link

No description provided.

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!-- Start Vollo bringup. -->
Copy link
Owner

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 -->
Copy link
Owner

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"/>
Copy link
Owner

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"/>
Copy link
Owner

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>
Copy link
Owner

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

@vbschettino
Copy link
Owner

teleop.launch is not working (typo leleop). Leave file in final state before pull request

@vbschettino vbschettino self-assigned this Jun 3, 2022
@vbschettino vbschettino added the enhancement New feature or request label Jun 3, 2022
Apresentação
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants