Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-2019 into loc
  • Loading branch information
EgorPristanskiy committed Nov 1, 2018
2 parents c400811 + d8dfaa1 commit ab62576
Show file tree
Hide file tree
Showing 10 changed files with 417 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eurobot_loc/.idea/dictionaries/egorpristanskiy.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions eurobot_loc/.idea/eurobot_loc.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions eurobot_loc/.idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions eurobot_loc/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions eurobot_loc/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

358 changes: 358 additions & 0 deletions eurobot_loc/.idea/workspace.xml

Large diffs are not rendered by default.

Empty file added eurobot_loc/launch/fasd.launch
Empty file.
6 changes: 6 additions & 0 deletions eurobot_loc/launch/only_pf.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<launch>
<group ns="secondary_robot">
<node pkg="eurobot" name="particle_filter_node" type="particle_filter_node.py" respawn="true" output="screen"/>
</group>
</launch>
10 changes: 10 additions & 0 deletions eurobot_loc/launch/pf_only.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<launch>
<rosparam file="$(find eurobot_loc)/launch/secondary_robot_params.yaml" command="load" ns="secondary_robot"/>
<param name = "field/color" value = "orange"/>
<include file="$(find eurobot_sim)/launch/visualization.launch" />
<group ns = "secondary_robot">
<node pkg="eurobot" name="particle_filter_node" type="particle_filter_node.py" respawn="true" output="screen"/>
</group>
</launch>

Binary file not shown.

1 comment on commit ab62576

@MisterMap
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Добавь .idea в игнор

Please sign in to comment.