Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rpanther/panther
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Apr 19, 2020
2 parents 1038c17 + 958f749 commit 8832615
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 1,593 deletions.
13 changes: 13 additions & 0 deletions panther_bringup/config/webconsole.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ros:
websocket: 9090
packages: 8001
view3D:
tf: {angularThres: 0.01, frame: base_link, rate: 10, transThres: 0.01}
viewer: {antialias: true, background: '#EEEEEE'}
objects:
- config: {cellSize: 1, num_cells: 10}
id: grid0
type: grid
- config: {param: panther/robot_description}
id: urdf1
type: urdf
2 changes: 1 addition & 1 deletion panther_bringup/launch/bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

<arg name="drivers" default="true" />
<!-- Launch web controller -->
<arg name="web" default="false" />
<arg name="web" default="true" />
<!-- Enable/disable 2D mode -->
<arg name="two_d_mode" default="false" />
<!-- Enable/Disable sensor fusion -->
Expand Down
4 changes: 3 additions & 1 deletion panther_bringup/launch/user_drive_interface.launch
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</group>
<!-- Launch web controller -->
<group if="$(arg web)">
<include file="$(find panther_control)/launch/web.launch" />
<include file="$(find ros_webconsole)/launch/ros_webconsole.launch">
<arg name="config" value="$(find panther_bringup)/config/webconsole.yaml" />
</include>
</group>

</launch>
File renamed without changes.
9 changes: 0 additions & 9 deletions panther_visualization/CMakeLists.txt

This file was deleted.

42 changes: 0 additions & 42 deletions panther_visualization/package.xml

This file was deleted.

Loading

0 comments on commit 8832615

Please sign in to comment.