forked from eborghi10/create_autonomy
-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
"TP: Robot_Servicio, Alumnos: Bonn y Castellaro" #198
Open
fedecastellaro
wants to merge
3
commits into
RoboticaUtnFrba:kinetic-devel
Choose a base branch
from
fedecastellaro:kinetic-devel
base: kinetic-devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
image: restaurant.pgm | ||
resolution: 0.050000 | ||
origin: [-100.000000, -100.000000, 0.000000] | ||
negate: 0 | ||
occupied_thresh: 0.65 | ||
free_thresh: 0.196 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
cmake_minimum_required(VERSION 2.8.3) | ||
project(robot_servicio) | ||
|
||
add_compile_options(-std=c++11) | ||
|
||
find_package(catkin REQUIRED COMPONENTS | ||
actionlib | ||
actionlib_msgs | ||
geometry_msgs | ||
move_base | ||
move_base_msgs | ||
rospy | ||
std_msgs | ||
tf | ||
amcl | ||
octomap_server | ||
) | ||
|
||
catkin_package( | ||
CATKIN_DEPENDS | ||
move_base_msgs | ||
) | ||
|
||
include_directories(${catkin_INCLUDE_DIRS}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
GUI=false LOCALIZATION=amcl RVIZ_CONFIG=localization LASER=rplidar roslaunch robot_servicio ejecutable.launch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<launch> | ||
<arg name="robot_id" default="$(optenv ID 1)" doc="Unique identifier of the robot [1-Inf.)"/> | ||
<arg name="ns" value="create$(arg robot_id)" doc="Namespace of the robot. By default: create1"/> | ||
|
||
<node name="move" pkg="robot_servicio" type="move.py" ns="$(arg ns)" /> | ||
<node name="send_goals" pkg="robot_servicio" type="send_goals.py" ns="$(arg ns)" /> | ||
|
||
<include file="$(find ca_gazebo)/launch/create_restaurant.launch"/> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,115 @@ | ||||||||||||||||||||||||||||||||||||||||||||||
<?xml version="1.0"?> | ||||||||||||||||||||||||||||||||||||||||||||||
<package format="2"> | ||||||||||||||||||||||||||||||||||||||||||||||
<name>robot_servicio</name> | ||||||||||||||||||||||||||||||||||||||||||||||
<version>0.0.0</version> | ||||||||||||||||||||||||||||||||||||||||||||||
<description>The robot_servicio package</description> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<!-- One maintainer tag required, multiple allowed, one person per tag --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Example: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> --> | ||||||||||||||||||||||||||||||||||||||||||||||
<maintainer email="create@todo.todo">create</maintainer> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<!-- One license tag required, multiple allowed, one license per tag --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Commonly used license strings: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 --> | ||||||||||||||||||||||||||||||||||||||||||||||
<license>TODO</license> | ||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<!-- Url tags are optional, but multiple are allowed, one per tag --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Optional attribute type can be: website, bugtracker, or repository --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Example: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <url type="website">http://wiki.ros.org/robot_servicio</url> --> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<!-- Author tags are optional, multiple are allowed, one per tag --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Authors do not have to be maintainers, but could be --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Example: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <author email="jane.doe@example.com">Jane Doe</author> --> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<!-- The *depend tags are used to specify dependencies --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Dependencies can be catkin packages or system dependencies --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Examples: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Use depend as a shortcut for packages that are both build and exec dependencies --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <depend>roscpp</depend> --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Note that this is equivalent to the following: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <build_depend>roscpp</build_depend> --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <exec_depend>roscpp</exec_depend> --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Use build_depend for packages you need at compile time: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <build_depend>message_generation</build_depend> --> | ||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+19
to
+40
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Eliminen todo lo que sea código comentado.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||
<!-- Use build_export_depend for packages you need in order to build against this package: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <build_export_depend>message_generation</build_export_depend> --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Use buildtool_depend for build tool packages: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <buildtool_depend>catkin</buildtool_depend> --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Use exec_depend for packages you need at runtime: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <exec_depend>message_runtime</exec_depend> --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Use test_depend for packages you need only for testing: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <test_depend>gtest</test_depend> --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Use doc_depend for packages you need only for building documentation: --> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- <doc_depend>doxygen</doc_depend> --> | ||||||||||||||||||||||||||||||||||||||||||||||
<buildtool_depend>catkin</buildtool_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>actionlib</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>geometry_msgs</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>move_base</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>move_base_msgs</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>rospy</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>std_msgs</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>actionlib</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>geometry_msgs</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>move_base</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>move_base_msgs</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>rospy</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>std_msgs</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>actionlib</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>geometry_msgs</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>move_base</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>move_base_msgs</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>rospy</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>std_msgs</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<!-- --> <!-- --> <!-- ADDED --> <!-- --> <!-- --> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>actionlib_msgs</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>actionlib_msgs</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>actionlib_msgs</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>tf</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>tf</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>tf</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>actionlib</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>amcl</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>move_base</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>move_base_msgs</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>octomap_server</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>roscpp</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_depend>tf</build_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>actionlib</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>amcl</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>move_base</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>move_base_msgs</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>roscpp</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<build_export_depend>tf</build_export_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>actionlib</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>amcl</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>carrot_planner</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>dwa_local_planner</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>map_server</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>move_base</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>move_base_msgs</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>octomap_server</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>roscpp</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>teb_local_planner</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<exec_depend>tf</exec_depend> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- --> <!-- --> <!-- --> <!-- --> <!-- --> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
<!-- The export tag contains other, unspecified, tags --> | ||||||||||||||||||||||||||||||||||||||||||||||
<export> | ||||||||||||||||||||||||||||||||||||||||||||||
<!-- Other tools can request additional information be placed here --> | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
</export> | ||||||||||||||||||||||||||||||||||||||||||||||
</package> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Si quieren, agreguen su nombre acá debido a que fueron los que trabajaron en esto.