Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,27 @@
local-name: ../planners/mpc
uri: https://github.com/rst-tu-dortmund/mpc_local_planner
version: master
- git:
local-name: ../planners/all_in_one
uri: https://github.com/Arena-Rosnav/all_in_one
version: master
- git:
local-name: ../planners/applr
uri: https://github.com/Arena-Rosnav/applr
version: master
- git:
local-name: ../planners/lflh
uri: https://github.com/Arena-Rosnav/lflh
version: master
- git:
local-name: ../planners/dragon
uri: https://github.com/Arena-Rosnav/dragon
version: master
- git:
local-name: ../planners/trail
uri: https://github.com/Arena-Rosnav/trail
version: master
- git:
local-name: ../planners/cohan
uri: https://github.com/Arena-Rosnav/cohan_planner_multi
version: master
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<remap from="cmd_vel" to="$(arg cmd_vel_topic)"/>
<remap from="odom" to="$(arg odom_topic)"/>
<param name="controller_frequency" value="5.0" />
<param name="controller_frequency" value="20.0" />
<param name="controller_patience" value="15.0" />
<param name="planner_frequency" value="5.0" />
<param name="max_planning_retries" value="5.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<remap from="cmd_vel" to="$(arg cmd_vel_topic)"/>
<remap from="odom" to="$(arg odom_topic)"/>
<param name="controller_frequency" value="5.0" />
<param name="controller_frequency" value="20.0" />
<param name="controller_patience" value="15.0" />
<param name="planner_frequency" value="1.0" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

<!-- teb -->
<param name="base_local_planner" value="teb_local_planner/TebLocalPlannerROS" />
<param name="TebLocalPlannerROS/max_vel_x" value="$(arg speed)" />
<!-- <param name="controller_frequency" value="5.0" /> -->
<!-- <param name="controller_patience" value="15.0" /> -->
<!-- <param name="planner_frequency" value="1.0" /> -->
Expand Down
5 changes: 2 additions & 3 deletions arena_bringup/launch/testing/simulators/gazebo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<arg name="visualization" default="" />

<!-- <node name="generate_world" pkg="gazebo_utils" type="generate_world.py">
<node name="generate_world" pkg="gazebo_utils" type="generate_world.py">
<param name="world" value="$(arg world)"/>
</node> -->
</node>

<!-- start World (Scenario) file in Gazebo -->
<include file="$(find gazebo_ros)/launch/empty_world.launch">
Expand All @@ -32,6 +32,5 @@
<arg name="show_rviz" value="$(arg show_rviz)" />
</include>

<node pkg="pedsim_gazebo_plugin" type="spawn_pedsim_agents.py" name="spawn_pedsim_agents" output="screen" />

</launch>
Loading